Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetSchedule.cpp174 static unsigned findUseIdx(const MachineInstr *MI, unsigned UseOperIdx) { in findUseIdx() argument
176 for (unsigned i = 0; i != UseOperIdx; ++i) { in findUseIdx()
187 const MachineInstr *UseMI, unsigned UseOperIdx) const { in computeOperandLatency()
196 *UseMI, UseOperIdx); in computeOperandLatency()
233 unsigned UseIdx = findUseIdx(UseMI, UseOperIdx); in computeOperandLatency()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h172 const MachineInstr *UseMI, unsigned UseOperIdx)