/llvm-project/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.cpp | 183 unsigned Latency = 0; getItineraryLatency() local 217 int16_t Latency = 0; getLatency() local 232 int Latency = getLatency(DC, Inst); emitLatency() local
|
/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-account.h | 61 void recordLatency(int32_t FuncId, uint64_t Latency) { in recordLatency()
|
/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | InstructionInfoView.h | 68 unsigned Latency = 0; member
|
/llvm-project/llvm/lib/MC/ |
H A D | MCSchedule.cpp | 44 int Latency = 0; in computeInstrLatency() local
|
/llvm-project/llvm/unittests/Target/AArch64/ |
H A D | AArch64SVESchedPseudoTest.cpp | 87 int Latency = 0; in runSVEPseudoTestForCPU() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSubtarget.cpp | 482 std::optional<unsigned> Latency = adjustSchedDependency() local 507 int Latency = Dep.getLatency(); adjustSchedDependency() local 581 std::optional<unsigned> Latency = InstrInfo.getOperandLatency( restoreLatency() local [all...] |
H A D | HexagonVLIWPacketizer.cpp | 1941 unsigned int Latency = calcStall(I); in producesStall() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAG.h | 96 unsigned Latency = 0u; variable 303 unsigned short Latency variable [all...] |
H A D | ScheduleDAGInstrs.h | 217 addChainDependencies(SUnit * SU,SUList & SUs,unsigned Latency) addChainDependencies() argument
|
H A D | MachinePipeliner.h | 336 unsigned Latency = 0; global() variable
|
/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | FunctionSpecialization.h | 145 unsigned Latency = 0; global() member
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrItineraries.h | 157 unsigned Latency = 0, StartCycle = 0; in getStageLatency() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetSchedule.cpp | 208 unsigned Latency = capLatency(WLEntry->Cycles); computeOperandLatency() local
|
H A D | ScheduleDAGInstrs.cpp | 558 addChainDependency(SUnit * SUa,SUnit * SUb,unsigned Latency) addChainDependency() argument
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | BenchmarkResult.h | 104 enum ModeE { Unknown, Latency, Uops, InverseThroughput }; enumerator
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInsertDelayAlu.cpp | 390 unsigned Latency = SchedModel->computeOperandLatency( in runOnMachineBasicBlock() local
|
H A D | SIMachineScheduler.h | 34 Latency, enumerator
|
H A D | GCNSchedStrategy.cpp | 1099 unsigned Latency = SM.computeInstrLatency(DefMI); computeSUnitReadyCycle() local
|
/llvm-project/llvm/unittests/Transforms/IPO/ |
H A D | FunctionSpecializationTest.cpp | 107 Cost Latency = getInstCost() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86CmovConversion.cpp | 483 unsigned Latency = TSchedModel.computeInstrLatency(&MI); in checkForProfitableCmovCandidates() local
|
/llvm-project/llvm/lib/MCA/ |
H A D | InstrBuilder.cpp | 233 int Latency = MCSchedModel::computeInstrLatency(STI, SCDesc); computeMaxLatency() local [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.cpp | 4439 --Latency; in getOperandLatencyImpl() local 4489 std::optional<unsigned> Latency in getOperandLatency() local 4413 unsigned Latency = getInstrLatency(ItinData, DefMI); getOperandLatencyImpl() local 4473 std::optional<unsigned> Latency = getOperandLatency() local 4745 unsigned Latency = 0; getInstrLatency() local 4774 unsigned Latency = ItinData->getStageLatency(Class); getInstrLatency() local 4817 unsigned Latency = hasHighOperandLatency() local [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionSpecialization.cpp | 214 Cost Latency = Weight * getUserBonus() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.cpp | 663 std::optional<unsigned> Latency = computeOperandLatency() local [all...] |
/llvm-project/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 141 unsigned Latency; member
|