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

/external/llvm/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...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h51 void Run(SelectionDAG *dag, MachineBasicBlock *bb);
81 /// BuildSchedGraph - Build the SUnit graph from the selection dag that we
H A DSelectionDAGBuilder.h335 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, argument
337 : SDNodeOrder(0), TM(dag.getTarget()), TLI(dag.getTargetLoweringInfo()),
338 DAG(dag), FuncInfo(funcinfo), OptLevel(ol),
339 HasTailCall(false), Context(dag.getContext()) {
H A DLegalizeVectorOps.cpp77 VectorLegalizer(SelectionDAG& dag) : argument
78 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;
479 /// BuildSchedGraph - Build the SUnit graph from the selection dag that we
877 return "sunit-dag." + BB->getFullName();
H A DLegalizeDAG.cpp205 SelectionDAGLegalize::SelectionDAGLegalize(SelectionDAG &dag) argument
206 : TM(dag.getTarget()), TLI(dag.getTargetLoweringInfo()),
207 DAG(dag) {
637 // to phase ordering between legalized code and the dag combiner. This
638 // probably means that we need to integrate dag combiner and legalizer
/external/llvm/utils/vim/
H A Dtablegen.vim17 syn keyword tgKeyword def let in code dag field include defm foreach
/external/llvm/lib/TableGen/
H A DTGLexer.cpp274 .Case("dag", tgtok::Dag)
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp476 virtual void initialize(ScheduleDAGMI *dag) { argument
477 DAG = dag;
/external/llvm/
H A Dtblgen-rules.mk97 $(call transform-td-to-out,dag-isel)
H A Dllvm-tblgen-rules.mk114 $(call transform-td-to-out,dag-isel)
/external/llvm/include/llvm/Target/
H A DTargetLowering.h884 DAGCombinerInfo(SelectionDAG &dag, bool bl, bool blo, bool cl, void *dc) argument
886 CalledByLegalizer(cl), DAG(dag) {}
937 /// isDesirableToPromoteOp - Return true if it is profitable for dag combiner
946 /// beneficial for dag combiner to promote the specified node. If true, it
/external/libpcap/
H A Dconfigure1288 --with-dag[=DIR] include Endace DAG support ("yes", "no" or DIR; default="yes" on BSD and Linux if present)
1289 --with-dag-includes=DIR Endace DAG include directory
1290 --with-dag-libraries=DIR Endace DAG library directory
6342 dag)
6378 # Check whether --with-dag was given.
6406 # Check whether --with-dag-includes was given.
6417 # Check whether --with-dag-libraries was given.
6428 linux|bpf|dag)
6442 { { echo "$as_me:$LINENO: error: DAG support is only available with 'linux' 'bpf' and 'dag' packet capture types" >&5
6443 echo "$as_me: error: DAG support is only available with 'linux' 'bpf' and 'dag' packe
[all...]

Completed in 237 milliseconds