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

/external/swiftshader/third_party/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);
1022 BLInstrumentationDag* dag,
1025 if( dag->getNumberOfPaths() <= HASH_THRESHHOLD ) {
1032 GetElementPtrInst::Create(dag->getCounterArray(), gepIndices,
1079 BLInstrumentationDag* dag) {
1085 splitCritical(edge, dag);
1020 insertCounterIncrement(Value* incValue, BasicBlock::iterator insertPoint, BLInstrumentationDag* dag, bool increment) argument
1078 insertInstrumentationStartingAt(BLInstrumentationEdge* edge, BLInstrumentationDag* dag) argument
1221 insertInstrumentation( BLInstrumentationDag& dag, Module &M) argument
1271 BLInstrumentationDag dag = BLInstrumentationDag(F); local
1402 splitCritical(BLInstrumentationEdge* edge, BLInstrumentationDag* dag) argument
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h166 void init(VLIWMachineScheduler *dag, const TargetSchedModel *smodel) { argument
167 DAG = dag;
209 void initialize(ScheduleDAGMI *dag) override;
H A DHexagonMachineScheduler.cpp202 void ConvergingVLIWScheduler::initialize(ScheduleDAGMI *dag) { argument
203 DAG = static_cast<VLIWMachineScheduler*>(dag);
/external/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.h75 void initialize(ScheduleDAGMI *dag) override;
H A DR600MachineScheduler.cpp27 void R600SchedStrategy::initialize(ScheduleDAGMI *dag) { argument
28 assert(dag->hasVRegLiveness() && "R600SchedStrategy needs vreg liveness");
29 DAG = static_cast<ScheduleDAGMILive*>(dag);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h47 void Run(SelectionDAG *dag, MachineBasicBlock *bb,
77 /// BuildSchedGraph - Build the SUnit graph from the selection dag that we
H A DSelectionDAGBuilder.h334 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, argument
336 : SDNodeOrder(0), TM(dag.getTarget()), TLI(dag.getTargetLoweringInfo()),
337 DAG(dag), FuncInfo(funcinfo), OptLevel(ol),
338 HasTailCall(false), Context(dag.getContext()) {
H A DLegalizeVectorOps.cpp75 VectorLegalizer(SelectionDAG& dag) : argument
76 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.cpp52 void ScheduleDAGSDNodes::Run(SelectionDAG *dag, MachineBasicBlock *bb, argument
54 DAG = dag;
471 /// BuildSchedGraph - Build the SUnit graph from the selection dag that we
H A DLegalizeDAG.cpp192 SelectionDAGLegalize::SelectionDAGLegalize(SelectionDAG &dag) argument
193 : TM(dag.getTarget()), TLI(dag.getTargetLoweringInfo()),
194 DAG(dag) {
710 // to phase ordering between legalized code and the dag combiner. This
711 // probably means that we need to integrate dag combiner and legalizer
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h51 void Run(SelectionDAG *dag, MachineBasicBlock *bb);
83 /// BuildSchedGraph - Build the SUnit graph from the selection dag that we
H A DSelectionDAGBuilder.h608 SelectionDAGBuilder(SelectionDAG &dag, FunctionLoweringInfo &funcinfo, argument
610 : CurInst(nullptr), SDNodeOrder(LowestSDNodeOrder), TM(dag.getTarget()),
611 DAG(dag), FuncInfo(funcinfo),
H A DLegalizeTypes.h136 explicit DAGTypeLegalizer(SelectionDAG &dag) argument
137 : TLI(dag.getTargetLoweringInfo()), DAG(dag),
144 /// top-down traversal of the dag, legalizing types as it goes. Returns
H A DLegalizeVectorOps.cpp131 VectorLegalizer(SelectionDAG& dag) : argument
132 DAG(dag), TLI(dag.getTargetLoweringInfo()), Changed(false) {}
H A DScheduleDAGSDNodes.cpp54 void ScheduleDAGSDNodes::Run(SelectionDAG *dag, MachineBasicBlock *bb) { argument
56 DAG = dag;
510 /// BuildSchedGraph - Build the SUnit graph from the selection dag that we
912 return "sunit-dag." + BB->getFullName();
/external/llvm/utils/vim/syntax/
H A Dtablegen.vim17 syn keyword tgKeyword def let in code dag field include defm foreach
/external/swiftshader/third_party/LLVM/utils/vim/
H A Dtablegen.vim17 syn keyword tgKeyword def let in code dag field include defm
/external/swiftshader/third_party/LLVM/lib/TableGen/
H A DTGLexer.cpp232 .Case("dag", tgtok::Dag)
/external/llvm/lib/TableGen/
H A DTGLexer.cpp273 .Case("dag", tgtok::Dag)
/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h661 void init(ScheduleDAGMI *dag, const TargetSchedModel *smodel,
910 void initialize(ScheduleDAGMI *dag) override;
/external/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1807 init(ScheduleDAGMI *dag, const TargetSchedModel *smodel, SchedRemainder *rem) { argument
1809 DAG = dag;
2535 void GenericScheduler::initialize(ScheduleDAGMI *dag) { argument
2536 assert(dag->hasVRegLiveness() &&
2538 DAG = static_cast<ScheduleDAGMILive*>(dag);
3313 void initialize(ScheduleDAGMI *dag) override {
3314 assert(dag->hasVRegLiveness() && "ILPScheduler needs vreg liveness");
3315 DAG = static_cast<ScheduleDAGMILive*>(dag);
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetLowering.h888 DAGCombinerInfo(SelectionDAG &dag, bool bl, bool blo, bool cl, void *dc)
890 CalledByLegalizer(cl), DAG(dag) {}
941 /// isDesirableToPromoteOp - Return true if it is profitable for dag combiner
950 /// beneficial for dag combiner to promote the specified node. If true, it
/external/llvm/include/llvm/Target/
H A DTargetLowering.h274 /// dag combiner.
2319 DAGCombinerInfo(SelectionDAG &dag, CombineLevel level, bool cl, void *dc)
2320 : DC(dc), Level(level), CalledByLegalizer(cl), DAG(dag) {}
2394 /// Return true if it is profitable for dag combiner to transform a floating
2402 /// This method query the target whether it is beneficial for dag combiner to
/external/libpcap/
H A Dconfigure1403 --with-dag[=DIR] include Endace DAG support (located in directory
1405 --with-dag-includes=IDIR
1407 --with-dag-libraries=LDIR
6101 dag)
6103 # --with-pcap=dag is the only way to get here, and it means
6333 # Check whether --with-dag was given.
6352 if test "$V_PCAP" = dag; then
6371 # Check whether --with-dag-includes was given.
6382 # Check whether --with-dag-libraries was given.
6425 if test $V_PCAP != dag ; the
[all...]

Completed in 819 milliseconds