Home
last modified time | relevance | path

Searched defs:SchedCandidate (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h112 struct SchedCandidate { struct
122 SchedCandidate(): SU(nullptr), SCost(0) {} in SchedCandidate() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h846 struct SchedCandidate { struct
864 SchedCandidate() { reset(CandPolicy()); } in SchedCandidate() argument
865 SchedCandidate(const CandPolicy &Policy) { reset(Policy); } in SchedCandidate() argument
879 void setBest(SchedCandidate &Best) { in setBest() argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DMachineScheduler.h890 struct SchedCandidate { struct
908 SchedCandidate() { reset(CandPolicy()); } in SchedCandidate() argument
909 SchedCandidate(const CandPolicy &Policy) { reset(Policy); } in SchedCandidate() function
923 void setBest(SchedCandidate &Best) { in setBest() argument
DVLIWMachineScheduler.h92 struct SchedCandidate { struct
102 SchedCandidate() = default; argument
/external/llvm/include/llvm/CodeGen/
DMachineScheduler.h812 struct SchedCandidate { struct
830 SchedCandidate() { reset(CandPolicy()); } in SchedCandidate() argument
831 SchedCandidate(const CandPolicy &Policy) { reset(Policy); } in SchedCandidate() argument
845 void setBest(SchedCandidate &Best) { in setBest() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h113 struct SchedCandidate { struct
123 SchedCandidate() = default; argument