Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp142 static unsigned findDefIdx(const MachineInstr *MI, unsigned DefOperIdx) { in findDefIdx() argument
144 for (unsigned i = 0; i != DefOperIdx; ++i) { in findDefIdx()
171 const MachineInstr *DefMI, unsigned DefOperIdx, in computeOperandLatency() argument
183 OperLatency = TII->getOperandLatency(&InstrItins, *DefMI, DefOperIdx, in computeOperandLatency()
188 OperLatency = InstrItins.getOperandCycle(DefClass, DefOperIdx); in computeOperandLatency()
199 unsigned DefIdx = findDefIdx(DefMI, DefOperIdx); in computeOperandLatency()
222 if (SCDesc->isValid() && !DefMI->getOperand(DefOperIdx).isImplicit() && in computeOperandLatency()
223 !DefMI->getDesc().operands()[DefOperIdx].isOptionalDef() && in computeOperandLatency()
271 computeOutputLatency(const MachineInstr *DefMI, unsigned DefOperIdx, in computeOutputLatency() argument
284 Register Reg = DefMI->getOperand(DefOperIdx).getReg(); in computeOutputLatency()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h187 unsigned DefOperIdx,
211 unsigned DefOperIdx,