search for: passid

Displaying 15 results from an estimated 15 matches for "passid".

Did you mean: passed
2017 Nov 21
1
R-How to unlist data frame multiple structured list column value and new column
...e ID ContractDe PassengersDe TrainnerDe 1 list(ConID=c("Zx","78yu"),ConRes = c("98","Tut")) list(PassID =1,PassIt="Lits,uy") list(Trnid=1,Trncont =5,EmpAddInfo=list(list(CohID ="pi",InVoice=77))) 2 list(ConID=c("Half","Yut","Weq"),ConRes =c("ref","Cr")) list(PassID =c("pfil...
2014 Sep 29
2
[LLVMdev] questions about getAnalysisUsage
Hi, I notice that there are several different methods called inside getAnalysisUsage(). The parameters of addRequiredID and addPreservedID are passID. What is the difference between Required and Preserved? There are also function named addRequired<PassName>() called. What is the difference between addRequired<PassName>() and addRequiredID(PassID)? Thanks a lot! Best,...
2018 Jun 07
5
RFC: Pass Execution Instrumentation interface
...ontext::getPassInstrumentation()        (with context owning this object).   2. every single point of Pass execution in the (new) PassManager(s) will query      this analysis and run instrumentation call specific to a particular point.      Instrumentation points:         bool BeforePass (PassID, PassExecutionCounter);         void AfterPass (PassID, PassExecutionCounter);          Run before/after a particular pass execution              BeforePass instrumentation call returns true if this execution is allowed to run.             'PassID'                  certain unique id...
2018 Jun 08
2
RFC: Pass Execution Instrumentation interface
...MContext::getPassInstrumentation() (with context owning this object). 2. every single point of Pass execution in the (new) PassManager(s) will query this analysis and run instrumentation call specific to a particular point. Instrumentation points: bool BeforePass (PassID, PassExecutionCounter); void AfterPass (PassID, PassExecutionCounter); Run before/after a particular pass execution BeforePass instrumentation call returns true if this execution is allowed to run. 'PassID' certain unique ide...
2018 Jun 07
2
RFC: Pass Execution Instrumentation interface
...). > >    2. every single point of Pass execution in the (new) > PassManager(s) > will query >       this analysis and run instrumentation call specific to a > particular point. > >       Instrumentation points: > >          bool BeforePass (PassID, PassExecutionCounter); >          void AfterPass (PassID, PassExecutionCounter); > >           Run before/after a particular pass execution >               BeforePass instrumentation call returns true if this > execution is allowed to run. > >             ...
2018 Jun 08
2
RFC: Pass Execution Instrumentation interface
...tion in the (new) PassManager(s) >>>> will query >>>> this analysis and run instrumentation call specific to a >>>> particular point. >>>> >>>> Instrumentation points: >>>> >>>> bool BeforePass (PassID, PassExecutionCounter); >>>> void AfterPass (PassID, PassExecutionCounter); >>>> >>>> Run before/after a particular pass execution >>>> BeforePass instrumentation call returns true if this >>>> execution is...
2018 Jun 11
2
RFC: Pass Execution Instrumentation interface
...query > this analysis and run instrumentation call > specific to a > particular point. > > Instrumentation points: > > bool BeforePass (PassID, PassExecutionCounter); > void AfterPass (PassID, PassExecutionCounter); > > Run before/after a particular pass execution > BeforePass instrumentation call returns true if > this &gt...
2011 May 03
4
[LLVMdev] 2.9 segfault when requesting for both LoopInfo and DominatorTree analyses.
...sManager.cpp:1659 #9 0x08327b0a in llvm::PassManager::add (this=0xbffe9578, P=0x892d2e0) at <...>/llvm-2.9/lib/VMCore/PassManager.cpp:1672 #10 0x08089480 in runFooPass (M=...) at <...>/Hello.h:56 ... At that point, the variable "P" is $9 = {_vptr.Pass = 0x0, Resolver = 0x0, PassID = 0x8533e00, Kind = llvm::PT_Function}
2011 May 04
0
[LLVMdev] 2.9 segfault when requesting for both LoopInfo and DominatorTree analyses.
...a in llvm::PassManager::add (this=0xbffe9578, > P=0x892d2e0) at<...>/llvm-2.9/lib/VMCore/PassManager.cpp:1672 > #10 0x08089480 in runFooPass (M=...) at<...>/Hello.h:56 > ... > > At that point, the variable "P" is > > $9 = {_vptr.Pass = 0x0, Resolver = 0x0, PassID = 0x8533e00, Kind = > llvm::PT_Function} > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2018 Oct 01
3
OptBisect implementation for new pass manager
...nows the algorithmics of its control, it seems to be a perfect place to keep all the knowledge on how pipeline should function, including its most complicated parts. Say, for our Java JIT case where we do required Java->C semantics lowerings, we just need to inform OptBisect that a given pass (PassID) can not be skipped. I would implement it by tracking unskippable passes in OptBisect simply filling a list during OptBisect initialization time. > Whatever piece of > code calls PassManagerBuilder methods or TargetPassConfig methods. > Possibly things like X86PassConfig have all the...
2011 May 04
2
[LLVMdev] 2.9 segfault when requesting for both LoopInfo and DominatorTree analyses.
...(this=0xbffe9578, >> P=0x892d2e0) at<...>/llvm-2.9/lib/VMCore/PassManager.cpp:1672 >> #10 0x08089480 in runFooPass (M=...) at<...>/Hello.h:56 >> ... >> >> At that point, the variable "P" is >> >> $9 = {_vptr.Pass = 0x0, Resolver = 0x0, PassID = 0x8533e00, Kind = >> llvm::PT_Function} >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > _______________________...
2011 May 04
0
[LLVMdev] 2.9 segfault when requesting for both LoopInfo and DominatorTree analyses.
...t; P=0x892d2e0) at<...>/llvm-2.9/lib/VMCore/PassManager.cpp:1672 >>> #10 0x08089480 in runFooPass (M=...) at<...>/Hello.h:56 >>> ... >>> >>> At that point, the variable "P" is >>> >>> $9 = {_vptr.Pass = 0x0, Resolver = 0x0, PassID = 0x8533e00, Kind = >>> llvm::PT_Function} >>> _______________________________________________ >>> LLVM Developers mailing list >>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> >...
2011 May 04
1
[LLVMdev] 2.9 segfault when requesting for both LoopInfo and DominatorTree analyses.
....>/llvm-2.9/lib/VMCore/PassManager.cpp:1672 >>>> #10 0x08089480 in runFooPass (M=...) at<...>/Hello.h:56 >>>> ... >>>> >>>> At that point, the variable "P" is >>>> >>>> $9 = {_vptr.Pass = 0x0, Resolver = 0x0, PassID = 0x8533e00, Kind = >>>> llvm::PT_Function} >>>> _______________________________________________ >>>> LLVM Developers mailing list >>>> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu >>>> http://lists.cs.uiuc.edu/mailman/listinfo/l...
2011 May 17
0
[LLVMdev] 2.9 segfault when requesting for both LoopInfo and DominatorTree analyses.
...in llvm::PassManager::add (this=0xbffe9578, > P=0x892d2e0) at <...>/llvm-2.9/lib/VMCore/PassManager.cpp:1672 > #10 0x08089480 in runFooPass (M=...) at <...>/Hello.h:56 > ... > > At that point, the variable "P" is > > $9 = {_vptr.Pass = 0x0, Resolver = 0x0, PassID = 0x8533e00, Kind = > llvm::PT_Function} > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -------------- next part -------------- An HTML...
2018 Sep 28
3
OptBisect implementation for new pass manager
On 09/28/2018 12:25 AM, Kaylor, Andrew wrote: > As I said, that’s really outside the scope of the current discussion > except to say that the relevant question is what component should make > the decision about whether or not a pass should be run. A planned way of implementation for new-pm's OptBisect is for instrumenting object to control the execution. Whenever instrumentation