Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetSchedule.cpp158 static unsigned findDefIdx(const MachineInstr *MI, unsigned DefOperIdx) { in findDefIdx() argument
160 for (unsigned i = 0; i != DefOperIdx; ++i) { in findDefIdx()
186 const MachineInstr *DefMI, unsigned DefOperIdx, in computeOperandLatency() argument
195 OperLatency = TII->getOperandLatency(&InstrItins, *DefMI, DefOperIdx, in computeOperandLatency()
200 OperLatency = InstrItins.getOperandCycle(DefClass, DefOperIdx); in computeOperandLatency()
219 unsigned DefIdx = findDefIdx(DefMI, DefOperIdx); in computeOperandLatency()
242 if (SCDesc->isValid() && !DefMI->getOperand(DefOperIdx).isImplicit() in computeOperandLatency()
243 && !DefMI->getDesc().OpInfo[DefOperIdx].isOptionalDef() in computeOperandLatency()
291 computeOutputLatency(const MachineInstr *DefMI, unsigned DefOperIdx, in computeOutputLatency() argument
304 unsigned Reg = DefMI->getOperand(DefOperIdx).getReg(); in computeOutputLatency()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h171 unsigned computeOperandLatency(const MachineInstr *DefMI, unsigned DefOperIdx,
195 unsigned computeOutputLatency(const MachineInstr *DefMI, unsigned DefOperIdx,