Home
last modified time | relevance | path

Searched refs:UseOperIdx (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetSchedule.cpp172 static unsigned findUseIdx(const MachineInstr *MI, unsigned UseOperIdx) { in findUseIdx() argument
174 for (unsigned i = 0; i != UseOperIdx; ++i) { in findUseIdx()
185 const MachineInstr *UseMI, unsigned UseOperIdx) const { in computeOperandLatency()
194 *UseMI, UseOperIdx); in computeOperandLatency()
231 unsigned UseIdx = findUseIdx(UseMI, UseOperIdx); in computeOperandLatency()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h174 const MachineInstr *UseMI, unsigned UseOperIdx)