Searched refs:DefOperIdx (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetSchedule.cpp | 157 static unsigned findDefIdx(const MachineInstr *MI, unsigned DefOperIdx) { in findDefIdx() argument 159 for (unsigned i = 0; i != DefOperIdx; ++i) { in findDefIdx() 185 const MachineInstr *DefMI, unsigned DefOperIdx, in computeOperandLatency() argument 194 OperLatency = TII->getOperandLatency(&InstrItins, *DefMI, DefOperIdx, in computeOperandLatency() 199 OperLatency = InstrItins.getOperandCycle(DefClass, DefOperIdx); in computeOperandLatency() 218 unsigned DefIdx = findDefIdx(DefMI, DefOperIdx); in computeOperandLatency() 241 if (SCDesc->isValid() && !DefMI->getOperand(DefOperIdx).isImplicit() in computeOperandLatency() 242 && !DefMI->getDesc().OpInfo[DefOperIdx].isOptionalDef() in computeOperandLatency() 290 computeOutputLatency(const MachineInstr *DefMI, unsigned DefOperIdx, in computeOutputLatency() argument 303 Register Reg = DefMI->getOperand(DefOperIdx).getReg(); in computeOutputLatency()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetSchedule.h | 174 unsigned computeOperandLatency(const MachineInstr *DefMI, unsigned DefOperIdx, 198 unsigned computeOutputLatency(const MachineInstr *DefMI, unsigned DefOperIdx,
|