Searched refs:getOperandCycle (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCInstrItineraries.h | 167 int getOperandCycle(unsigned ItinClassIndx, unsigned OperandIdx) const { in getOperandCycle() function 210 int DefCycle = getOperandCycle(DefClass, DefIdx); in getOperandLatency() 214 int UseCycle = getOperandCycle(UseClass, UseIdx); in getOperandLatency()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetSchedule.cpp | 183 OperLatency = InstrItins.getOperandCycle(DefClass, DefOperIdx); in computeOperandLatency()
|
H A D | TargetInstrInfo.cpp | 1233 return ItinData->getOperandCycle(DefClass, DefIdx); in getOperandLatency() 1303 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); in hasLowDefLatency()
|
/openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.cpp | 186 Latency = std::max(Latency, IID.getOperandCycle(SCClass, OpIdx)); in getItineraryLatency()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 3896 return ItinData->getOperandCycle(DefClass, DefIdx); in getVLDMDefCycle() 3937 return ItinData->getOperandCycle(DefClass, DefIdx); in getLDMDefCycle() 3971 return ItinData->getOperandCycle(UseClass, UseIdx); in getVSTMUseCycle() 4011 return ItinData->getOperandCycle(UseClass, UseIdx); in getSTMUseCycle() 4052 DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); in getOperandLatency() 4093 UseCycle = ItinData->getOperandCycle(UseClass, UseIdx); in getOperandLatency() 4490 int Latency = ItinData->getOperandCycle(DefMCID.getSchedClass(), DefIdx); in getOperandLatency() 4852 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); in hasLowDefLatency()
|
H A D | ARMISelLowering.cpp | 1966 Itins->getOperandCycle(MCID.getSchedClass(), 0) > 2) in getSchedulingPreference()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 158 int Cycle = ItinData->getOperandCycle(DefClass, i); in getInstrLatency()
|