Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp158 static unsigned findUseIdx(const MachineInstr *MI, unsigned UseOperIdx) { in findUseIdx() argument
160 for (unsigned i = 0; i != UseOperIdx; ++i) { in findUseIdx()
172 const MachineInstr *UseMI, unsigned UseOperIdx) const { in computeOperandLatency()
184 *UseMI, UseOperIdx); in computeOperandLatency()
213 unsigned UseIdx = findUseIdx(UseMI, UseOperIdx); in computeOperandLatency()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h189 unsigned UseOperIdx) const;