Home
last modified time | relevance | path

Searched refs:dag (Results 26 - 29 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp54 void ScheduleDAGSDNodes::Run(SelectionDAG *dag, MachineBasicBlock *bb) { in Run() argument
56 DAG = dag; in Run()
527 /// BuildSchedGraph - Build the SUnit graph from the selection dag that we
1032 return "sunit-dag." + BB->getFullName();
H A DLegalizeTypes.h162 explicit DAGTypeLegalizer(SelectionDAG &dag) in DAGTypeLegalizer() argument
163 : TLI(dag.getTargetLoweringInfo()), DAG(dag), in DAGTypeLegalizer()
170 /// top-down traversal of the dag, legalizing types as it goes. Returns
H A DLegalizeVectorOps.cpp169 VectorLegalizer(SelectionDAG& dag) : in VectorLegalizer() argument
170 DAG(dag), TLI(dag.getTargetLoweringInfo()) {} in VectorLegalizer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h411 /// dag combiner.
3277 DAGCombinerInfo(SelectionDAG &dag, CombineLevel level, bool cl, void *dc) in DAGCombinerInfo()
3278 : DC(dc), Level(level), CalledByLegalizer(cl), DAG(dag) {} in DAGCombinerInfo()
3372 /// Return true if it is profitable for dag combiner to transform a floating
3380 /// This method query the target whether it is beneficial for dag combiner to
4262 // fact that this can be implemented as a ctlz/srl pair, so that the dag

Completed in 17 milliseconds

12