Home
last modified time | relevance | path

Searched defs:Latency (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp183 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 Dxray-account.h61 void recordLatency(int32_t FuncId, uint64_t Latency) { in recordLatency()
/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h68 unsigned Latency = 0; member
/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp44 int Latency = 0; in computeInstrLatency() local
/llvm-project/llvm/unittests/Target/AArch64/
H A DAArch64SVESchedPseudoTest.cpp87 int Latency = 0; in runSVEPseudoTestForCPU() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp482 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 DHexagonVLIWPacketizer.cpp1941 unsigned int Latency = calcStall(I); in producesStall() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h96 unsigned Latency = 0u; variable
303 unsigned short Latency variable
[all...]
H A DScheduleDAGInstrs.h217 addChainDependencies(SUnit * SU,SUList & SUs,unsigned Latency) addChainDependencies() argument
H A DMachinePipeliner.h336 unsigned Latency = 0; global() variable
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionSpecialization.h145 unsigned Latency = 0; global() member
/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h157 unsigned Latency = 0, StartCycle = 0; in getStageLatency() local
/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp208 unsigned Latency = capLatency(WLEntry->Cycles); computeOperandLatency() local
H A DScheduleDAGInstrs.cpp558 addChainDependency(SUnit * SUa,SUnit * SUb,unsigned Latency) addChainDependency() argument
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.h104 enum ModeE { Unknown, Latency, Uops, InverseThroughput }; enumerator
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertDelayAlu.cpp390 unsigned Latency = SchedModel->computeOperandLatency( in runOnMachineBasicBlock() local
H A DSIMachineScheduler.h34 Latency, enumerator
H A DGCNSchedStrategy.cpp1099 unsigned Latency = SM.computeInstrLatency(DefMI); computeSUnitReadyCycle() local
/llvm-project/llvm/unittests/Transforms/IPO/
H A DFunctionSpecializationTest.cpp107 Cost Latency = getInstCost() local
/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp483 unsigned Latency = TSchedModel.computeInstrLatency(&MI); in checkForProfitableCmovCandidates() local
/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp233 int Latency = MCSchedModel::computeInstrLatency(STI, SCDesc); computeMaxLatency() local
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4439 --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 DFunctionSpecialization.cpp214 Cost Latency = Weight * getUserBonus() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp663 std::optional<unsigned> Latency = computeOperandLatency() local
[all...]
/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h141 unsigned Latency; member

12