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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DTargetSchedule.cpp128 static unsigned findDefIdx(const MachineInstr *MI, unsigned DefOperIdx) { argument
130 for (unsigned i = 0; i != DefOperIdx; ++i) {
156 const MachineInstr *DefMI, unsigned DefOperIdx,
165 OperLatency = TII->getOperandLatency(&InstrItins, DefMI, DefOperIdx,
170 OperLatency = InstrItins.getOperandCycle(DefClass, DefOperIdx);
189 unsigned DefIdx = findDefIdx(DefMI, DefOperIdx);
212 if (SCDesc->isValid() && !DefMI->getOperand(DefOperIdx).isImplicit()
213 && !DefMI->getDesc().OpInfo[DefOperIdx].isOptionalDef()
255 computeOutputLatency(const MachineInstr *DefMI, unsigned DefOperIdx, argument
269 unsigned Reg = DefMI->getOperand(DefOperIdx)
155 computeOperandLatency( const MachineInstr *DefMI, unsigned DefOperIdx, const MachineInstr *UseMI, unsigned UseOperIdx) const argument
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DTargetSchedule.h145 unsigned computeOperandLatency(const MachineInstr *DefMI, unsigned DefOperIdx,

Completed in 92 milliseconds