Searched refs:getOperandCycle (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCInstrItineraries.h | 168 std::optional<unsigned> getOperandCycle(unsigned ItinClassIndx, in getOperandCycle() function 214 std::optional<unsigned> DefCycle = getOperandCycle(DefClass, DefIdx); in getOperandLatency() 215 std::optional<unsigned> UseCycle = getOperandCycle(UseClass, UseIdx); in getOperandLatency()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetSchedule.cpp | 191 OperLatency = InstrItins.getOperandCycle(DefClass, DefOperIdx); in computeOperandLatency()
|
| H A D | TargetInstrInfo.cpp | 1393 return ItinData->getOperandCycle(DefClass, DefIdx); in getOperandLatency() 1464 ItinData->getOperandCycle(DefClass, DefIdx); in hasLowDefLatency()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCDisassembler/ |
| H A D | Disassembler.cpp | 186 if (std::optional<unsigned> OperCycle = IID.getOperandCycle(SCClass, Idx)) in getItineraryLatency()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 3882 return ItinData->getOperandCycle(DefClass, DefIdx); in getVLDMDefCycle() 3922 return ItinData->getOperandCycle(DefClass, DefIdx); in getLDMDefCycle() 3955 return ItinData->getOperandCycle(UseClass, UseIdx); in getVSTMUseCycle() 3994 return ItinData->getOperandCycle(UseClass, UseIdx); in getSTMUseCycle() 4033 DefCycle = ItinData->getOperandCycle(DefClass, DefIdx); in getOperandLatency() 4074 UseCycle = ItinData->getOperandCycle(UseClass, UseIdx); in getOperandLatency() 4473 ItinData->getOperandCycle(DefMCID.getSchedClass(), DefIdx); in getOperandLatency() 4835 ItinData->getOperandCycle(DefClass, DefIdx); in hasLowDefLatency()
|
| H A D | ARMISelLowering.cpp | 1987 Itins->getOperandCycle(MCID.getSchedClass(), 0) > 2U) in getSchedulingPreference()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 158 std::optional<unsigned> Cycle = ItinData->getOperandCycle(DefClass, i); in getInstrLatency()
|