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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp173 static unsigned findUseIdx(const MachineInstr *MI, unsigned UseOperIdx) { argument
175 for (unsigned i = 0; i != UseOperIdx; ++i) {
186 const MachineInstr *UseMI, unsigned UseOperIdx) const {
195 *UseMI, UseOperIdx);
232 unsigned UseIdx = findUseIdx(UseMI, UseOperIdx);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h175 const MachineInstr *UseMI, unsigned UseOperIdx)

Completed in 192 milliseconds