Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTargetSchedule.cpp143 static unsigned findUseIdx(const MachineInstr *MI, unsigned UseOperIdx) { in findUseIdx() argument
145 for (unsigned i = 0; i != UseOperIdx; ++i) { in findUseIdx()
156 const MachineInstr *UseMI, unsigned UseOperIdx) const { in computeOperandLatency()
165 UseMI, UseOperIdx); in computeOperandLatency()
202 unsigned UseIdx = findUseIdx(UseMI, UseOperIdx); in computeOperandLatency()
/external/llvm/include/llvm/CodeGen/
DTargetSchedule.h163 const MachineInstr *UseMI, unsigned UseOperIdx)