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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp157 static unsigned findDefIdx(const MachineInstr *MI, unsigned DefOperIdx) { argument
159 for (unsigned i = 0; i != DefOperIdx; ++i) {
185 const MachineInstr *DefMI, unsigned DefOperIdx,
194 OperLatency = TII->getOperandLatency(&InstrItins, *DefMI, DefOperIdx,
199 OperLatency = InstrItins.getOperandCycle(DefClass, DefOperIdx);
218 unsigned DefIdx = findDefIdx(DefMI, DefOperIdx);
241 if (SCDesc->isValid() && !DefMI->getOperand(DefOperIdx).isImplicit()
242 && !DefMI->getDesc().OpInfo[DefOperIdx].isOptionalDef()
290 computeOutputLatency(const MachineInstr *DefMI, unsigned DefOperIdx, argument
303 Register Reg = DefMI->getOperand(DefOperIdx)
184 computeOperandLatency( const MachineInstr *DefMI, unsigned DefOperIdx, const MachineInstr *UseMI, unsigned UseOperIdx) const argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h174 unsigned computeOperandLatency(const MachineInstr *DefMI, unsigned DefOperIdx,
198 unsigned computeOutputLatency(const MachineInstr *DefMI, unsigned DefOperIdx,

Completed in 383 milliseconds