Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPostRABundler.cpp152 bool HasIGLPInstrs = llvm::any_of(MBB.instrs(), [](MachineInstr &MI) { in run() local
158 if (HasIGLPInstrs) in run()
H A DGCNIterativeScheduler.cpp123 bool HasIGLPInstrs = false; in swapIGLPMutations() local
127 HasIGLPInstrs = true; in swapIGLPMutations()
132 if (HasIGLPInstrs) { in swapIGLPMutations()
H A DGCNSchedStrategy.h544 bool HasIGLPInstrs = false; variable
H A DGCNSchedStrategy.cpp2138 HasIGLPInstrs = hasIGLPInstrs(this); in schedule()
2139 if (HasIGLPInstrs) { in schedule()
2149 if (HasIGLPInstrs) in finalizeSchedule()