Searched refs:getOperandCycle (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstrItineraries.h | 164 int getOperandCycle(unsigned ItinClassIndx, unsigned OperandIdx) const { in getOperandCycle() function 207 int DefCycle = getOperandCycle(DefClass, DefIdx); in getOperandLatency() 211 int UseCycle = getOperandCycle(UseClass, UseIdx); in getOperandLatency()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 186 Latency = std::max(Latency, IID.getOperandCycle(SCClass, OpIdx)); in getItineraryLatency()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetSchedule.cpp | 199 OperLatency = InstrItins.getOperandCycle(DefClass, DefOperIdx); in computeOperandLatency()
|
D | TargetInstrInfo.cpp | 1047 return ItinData->getOperandCycle(DefClass, DefIdx); in getOperandLatency() 1117 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); in hasLowDefLatency()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 3750 return ItinData->getOperandCycle(DefClass, DefIdx); in getVLDMDefCycle() 3807 return ItinData->getOperandCycle(DefClass, DefIdx); in getLDMDefCycle() 3841 return ItinData->getOperandCycle(UseClass, UseIdx); in getVSTMUseCycle() 3881 return ItinData->getOperandCycle(UseClass, UseIdx); in getSTMUseCycle() 3922 DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); in getOperandLatency() 3963 UseCycle = ItinData->getOperandCycle(UseClass, UseIdx); in getOperandLatency() 4360 int Latency = ItinData->getOperandCycle(DefMCID.getSchedClass(), DefIdx); in getOperandLatency() 4720 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); in hasLowDefLatency()
|
D | ARMISelLowering.cpp | 1787 Itins->getOperandCycle(MCID.getSchedClass(), 0) > 2) in getSchedulingPreference()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 165 int Cycle = ItinData->getOperandCycle(DefClass, i); in getInstrLatency()
|