Home
last modified time | relevance | path

Searched refs:SU_ (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZMachineScheduler.cpp201 Candidate(SUnit *SU_, SystemZHazardRecognizer &HazardRec) : Candidate() { in Candidate() argument
202 SU = SU_; in Candidate()
DSystemZMachineScheduler.h51 Candidate(SUnit *SU_, SystemZHazardRecognizer &HazardRec);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNILPSched.cpp26 Candidate(SUnit *SU_) in Candidate()
27 : SU(SU_) {} in Candidate()
DGCNMinRegStrategy.cpp34 Candidate(const SUnit *SU_, int Priority_ = 0) in Candidate()
35 : SU(SU_), Priority(Priority_) {} in Candidate()