Home
last modified time | relevance | path

Searched defs:ILPOrder (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineScheduler.cpp3271 struct ILPOrder { struct
3272 const SchedDFSResult *DFSResult;
3273 const BitVector *ScheduledTrees;
3274 bool MaximizeILP;
3276 ILPOrder(bool MaxILP) in ILPOrder() argument
3282 bool operator()(const SUnit *A, const SUnit *B) const { in operator ()()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp3467 struct ILPOrder { struct
3468 const SchedDFSResult *DFSResult = nullptr;
3469 const BitVector *ScheduledTrees = nullptr;
3470 bool MaximizeILP;
3472 ILPOrder(bool MaxILP) : MaximizeILP(MaxILP) {} in ILPOrder() argument
3477 bool operator()(const SUnit *A, const SUnit *B) const { in operator ()()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachineScheduler.cpp3687 struct ILPOrder { struct
3688 const SchedDFSResult *DFSResult = nullptr;
3689 const BitVector *ScheduledTrees = nullptr;
3690 bool MaximizeILP;
3692 ILPOrder(bool MaxILP) : MaximizeILP(MaxILP) {} in ILPOrder() function
3697 bool operator()(const SUnit *A, const SUnit *B) const { in operator ()()