Searched defs:Latency (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp42 int Latency = 0; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.cpp53 unsigned Latency = MCSchedModel::computeInstrLatency(STI, SCDesc); local
65 TempStream << Latency << " "; local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.h47 void recordLatency(int32_t FuncId, uint64_t Latency) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/
H A DInstrBuilder.cpp213 int Latency = MCSchedModel::computeInstrLatency(STI, SCDesc); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrItineraries.h153 unsigned Latency = 0, StartCycle = 0; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h210 void addChainDependencies(SUnit *SU, SUList &SUs, unsigned Latency) { argument
H A DScheduleDAG.h96 unsigned Latency; member in class:llvm::SDep
273 unsigned short Latency variable
[all...]
H A DMachinePipeliner.h325 unsigned Latency = 0; member in class:llvm::NodeSet
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp224 unsigned Latency = capLatency(WLEntry->Cycles); local
H A DScheduleDAGInstrs.cpp544 addChainDependency(SUnit *SUa, SUnit *SUb, unsigned Latency) argument
H A DMachineScheduler.cpp2597 unsigned Latency = 0; local
1842 checkResourceLimit(unsigned LFactor, unsigned Count, unsigned Latency, bool AfterSchedNode) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp183 int Latency = 0; local
231 int Latency = getLatency(DC, Inst); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp436 int Latency = (InstrInfo.getOperandLatency(&InstrItins, *SrcI, local
H A DHexagonInstrInfo.cpp4127 int Latency = TargetInstrInfo::getOperandLatency(ItinData, DefMI, DefIdx, local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp465 unsigned Latency = TSchedModel.computeInstrLatency(&MI); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h34 Latency, enumerator in enum:llvm::SIScheduleCandReason
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp158 unsigned Latency = 1; local
179 int Latency = PPCGenInstrInfo::getOperandLatency(ItinData, DefMI, DefIdx, local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h43 unsigned Latency; member in struct:llvm::mca::WriteDescriptor
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactbl3.h702 UINT32 Latency; member in struct:acpi_pcct_subspace
722 UINT32 Latency; member in struct:acpi_pcct_hw_reduced
742 UINT32 Latency; member in struct:acpi_pcct_hw_reduced_type2
765 UINT32 Latency; member in struct:acpi_pcct_ext_pcc_master
796 UINT32 Latency; member in struct:acpi_pcct_ext_pcc_slave
H A Dactbl2.h1317 UINT32 Latency; member in struct:acpi_lpit_native
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4300 unsigned Latency = getInstrLatency(ItinData, DefMI); local
4326 int Latency = getOperandLatency(ItinData, DefMCID, DefIdx, DefAlign, UseMCID, local
4360 int Latency = ItinData->getOperandCycle(DefMCID.getSchedClass(), DefIdx); local
4373 int Latency = getOperandLatency(ItinData, DefMCID, DefIdx, DefAlign, local
4630 unsigned Latency = 0; local
4659 unsigned Latency = ItinData->getStageLatency(Class); local
4702 unsigned Latency = local
[all...]

Completed in 507 milliseconds