Home
last modified time | relevance | path

Searched refs:getOperandCycle (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrItineraries.h167 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetSchedule.cpp199 OperLatency = InstrItins.getOperandCycle(DefClass, DefOperIdx); in computeOperandLatency()
H A DTargetInstrInfo.cpp1100 return ItinData->getOperandCycle(DefClass, DefIdx); in getOperandLatency()
1170 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); in hasLowDefLatency()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp187 Latency = std::max(Latency, IID.getOperandCycle(SCClass, OpIdx)); in getItineraryLatency()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3848 return ItinData->getOperandCycle(DefClass, DefIdx); in getVLDMDefCycle()
3889 return ItinData->getOperandCycle(DefClass, DefIdx); in getLDMDefCycle()
3923 return ItinData->getOperandCycle(UseClass, UseIdx); in getVSTMUseCycle()
3963 return ItinData->getOperandCycle(UseClass, UseIdx); in getSTMUseCycle()
4004 DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); in getOperandLatency()
4045 UseCycle = ItinData->getOperandCycle(UseClass, UseIdx); in getOperandLatency()
4442 int Latency = ItinData->getOperandCycle(DefMCID.getSchedClass(), DefIdx); in getOperandLatency()
4804 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); in hasLowDefLatency()
H A DARMISelLowering.cpp1890 Itins->getOperandCycle(MCID.getSchedClass(), 0) > 2) in getSchedulingPreference()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp156 int Cycle = ItinData->getOperandCycle(DefClass, i); in getInstrLatency()