Searched refs:dag (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp316 BLInstrumentationDag* dag,
332 BLInstrumentationDag* dag);
336 bool splitCritical(BLInstrumentationEdge* edge, BLInstrumentationDag* dag);
338 // Inserts instrumentation according to the marked edges in dag. Phony
344 void insertInstrumentation( BLInstrumentationDag& dag, Module &M);
1023 BLInstrumentationDag* dag,
1026 if( dag->getNumberOfPaths() <= HASH_THRESHHOLD ) {
1033 GetElementPtrInst::Create(dag->getCounterArray(), gepIndices,
1080 BLInstrumentationDag* dag) {
1086 splitCritical(edge, dag);
1021 insertCounterIncrement(Value* incValue, BasicBlock::iterator insertPoint, BLInstrumentationDag* dag, bool increment) argument
1079 insertInstrumentationStartingAt(BLInstrumentationEdge* edge, BLInstrumentationDag* dag) argument
1222 insertInstrumentation( BLInstrumentationDag& dag, Module &M) argument
1272 BLInstrumentationDag dag = BLInstrumentationDag(F); local
1403 splitCritical(BLInstrumentationEdge* edge, BLInstrumentationDag* dag) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h167 void init(VLIWMachineScheduler *dag, const TargetSchedModel *smodel) { argument
168 DAG = dag;
210 virtual void initialize(ScheduleDAGMI *dag);
H A DHexagonMachineScheduler.cpp187 void ConvergingVLIWScheduler::initialize(ScheduleDAGMI *dag) { argument
188 DAG = static_cast<VLIWMachineScheduler*>(dag);
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h51 void Run(SelectionDAG *dag, MachineBasicBlock *bb);
82 /// BuildSchedGraph - Build the SUnit graph from the selection dag that we
H A DSelectionDAGBuilder.h328 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, argument
330 : SDNodeOrder(0), TM(dag.getTarget()), TLI(dag.getTargetLoweringInfo()),
331 DAG(dag), FuncInfo(funcinfo), OptLevel(ol),
H A DLegalizeVectorOps.cpp81 VectorLegalizer(SelectionDAG& dag) : argument
82 DAG(dag), TLI(dag.getTargetLoweringInfo()), Changed(false) {}
H A DLegalizeTypes.h119 explicit DAGTypeLegalizer(SelectionDAG &dag) argument
120 : TLI(dag.getTargetLoweringInfo()), DAG(dag),
127 /// top-down traversal of the dag, legalizing types as it goes. Returns
H A DScheduleDAGSDNodes.cpp54 void ScheduleDAGSDNodes::Run(SelectionDAG *dag, MachineBasicBlock *bb) { argument
56 DAG = dag;
511 /// BuildSchedGraph - Build the SUnit graph from the selection dag that we
913 return "sunit-dag." + BB->getFullName();
H A DLegalizeDAG.cpp208 SelectionDAGLegalize::SelectionDAGLegalize(SelectionDAG &dag) argument
209 : SelectionDAG::DAGUpdateListener(dag),
210 TM(dag.getTarget()), TLI(dag.getTargetLoweringInfo()),
211 DAG(dag) {
642 // to phase ordering between legalized code and the dag combiner. This
643 // probably means that we need to integrate dag combiner and legalizer
/macosx-10.9.5/llvmCore-3425.0.33/utils/vim/
H A Dtablegen.vim17 syn keyword tgKeyword def let in code dag field include defm foreach
/macosx-10.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DTGLexer.cpp274 .Case("dag", tgtok::Dag)
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h932 DAGCombinerInfo(SelectionDAG &dag, bool bl, bool blo, bool cl, void *dc) argument
934 CalledByLegalizer(cl), DAG(dag) {}
985 /// isDesirableToPromoteOp - Return true if it is profitable for dag combiner
994 /// beneficial for dag combiner to promote the specified node. If true, it
1320 ArgListTy &args, SelectionDAG &dag, DebugLoc dl,
1328 CallConv(cs.getCallingConv()), Callee(callee), Args(args), DAG(dag),
1337 ArgListTy &args, SelectionDAG &dag, DebugLoc dl)
1342 Args(args), DAG(dag), DL(dl), CS(NULL) {}
/macosx-10.9.5/awk-18/src/
H A DFIXES222 dag-erling smorgrav, des@ofug.org). subject to reversion if
248 portable. thanks to dag-erling smorgrav for code.
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DMachineScheduler.cpp686 void init(ScheduleDAGMI *dag, const TargetSchedModel *smodel) { argument
687 DAG = dag;
729 virtual void initialize(ScheduleDAGMI *dag);
752 void ConvergingScheduler::initialize(ScheduleDAGMI *dag) { argument
753 DAG = dag;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dplaintex.vim72 \ /\\\%(["#$%&'.=^_`~]\|``\|''\|-\{2,3}\|[?!]`\|^^L\|\~\|\%(a[ae]\|A[AE]\|acute\|[cdHoOPStuvijlL]\|copyright\|d\=dag\|folio\|ldotp\|[lr]q\|oe\|OE\|slash\|ss\|underbar\)\>\)/
/macosx-10.9.5/libpcap-42/libpcap/
H A Dconfigure1363 --with-dag[=DIR] include Endace DAG support ["yes", "no" or DIR;
1365 --with-dag-includes=DIR Endace DAG include directory
1366 --with-dag-libraries=DIR
5693 dag)
5933 # Check whether --with-dag was given.
5961 # Check whether --with-dag-includes was given.
5972 # Check whether --with-dag-libraries was given.
5983 linux|bpf|dag)
5997 as_fn_error $? "DAG support is only available with 'linux' 'bpf' and 'dag' packet capture types" "$LINENO" 5
6037 if test $V_PCAP != dag ; the
[all...]
/macosx-10.9.5/emacs-92/emacs/leim/quail/
H A Dgreek.el811 ("{\\dag}" ?$,1s (B) ("\\dag" ?$,1s (B) ; #x2020

Completed in 381 milliseconds