Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCInstrItineraries.h165 int getOperandCycle(unsigned ItinClassIndx, unsigned OperandIdx) const { in getOperandCycle() function
208 int DefCycle = getOperandCycle(DefClass, DefIdx); in getOperandLatency()
212 int UseCycle = getOperandCycle(UseClass, UseIdx); in getOperandLatency()
/freebsd-12.1/contrib/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp182 Latency = std::max(Latency, IID.getOperandCycle(SCClass, OpIdx)); in getItineraryLatency()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetSchedule.cpp200 OperLatency = InstrItins.getOperandCycle(DefClass, DefOperIdx); in computeOperandLatency()
H A DTargetInstrInfo.cpp1040 return ItinData->getOperandCycle(DefClass, DefIdx); in getOperandLatency()
1110 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); in hasLowDefLatency()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3546 return ItinData->getOperandCycle(DefClass, DefIdx); in getVLDMDefCycle()
3603 return ItinData->getOperandCycle(DefClass, DefIdx); in getLDMDefCycle()
3637 return ItinData->getOperandCycle(UseClass, UseIdx); in getVSTMUseCycle()
3677 return ItinData->getOperandCycle(UseClass, UseIdx); in getSTMUseCycle()
3718 DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); in getOperandLatency()
3759 UseCycle = ItinData->getOperandCycle(UseClass, UseIdx); in getOperandLatency()
4156 int Latency = ItinData->getOperandCycle(DefMCID.getSchedClass(), DefIdx); in getOperandLatency()
4516 int DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); in hasLowDefLatency()
H A DARMISelLowering.cpp1484 Itins->getOperandCycle(MCID.getSchedClass(), 0) > 2) in getSchedulingPreference()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp167 int Cycle = ItinData->getOperandCycle(DefClass, i); in getInstrLatency()