Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetSchedule.cpp157 static unsigned findUseIdx(const MachineInstr *MI, unsigned UseOperIdx) { in findUseIdx() argument
159 for (unsigned i = 0; i != UseOperIdx; ++i) { in findUseIdx()
170 const MachineInstr *UseMI, unsigned UseOperIdx) const { in computeOperandLatency()
179 *UseMI, UseOperIdx); in computeOperandLatency()
216 unsigned UseIdx = findUseIdx(UseMI, UseOperIdx); in computeOperandLatency()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h174 const MachineInstr *UseMI, unsigned UseOperIdx)