Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp145 static unsigned findDefIdx(const MachineInstr *MI, unsigned DefOperIdx) { in findDefIdx() argument
147 for (unsigned i = 0; i != DefOperIdx; ++i) { in findDefIdx()
174 const MachineInstr *DefMI, unsigned DefOperIdx, in computeOperandLatency() argument
186 OperLatency = TII->getOperandLatency(&InstrItins, *DefMI, DefOperIdx, in computeOperandLatency()
191 OperLatency = InstrItins.getOperandCycle(DefClass, DefOperIdx); in computeOperandLatency()
202 unsigned DefIdx = findDefIdx(DefMI, DefOperIdx); in computeOperandLatency()
225 if (SCDesc->isValid() && !DefMI->getOperand(DefOperIdx).isImplicit() && in computeOperandLatency()
226 !DefMI->getDesc().operands()[DefOperIdx].isOptionalDef() && in computeOperandLatency()
274 computeOutputLatency(const MachineInstr *DefMI, unsigned DefOperIdx, in computeOutputLatency() argument
287 Register Reg = DefMI->getOperand(DefOperIdx).getReg(); in computeOutputLatency()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h173 unsigned computeOperandLatency(const MachineInstr *DefMI, unsigned DefOperIdx,
197 unsigned computeOutputLatency(const MachineInstr *DefMI, unsigned DefOperIdx,