Home
last modified time | relevance | path

Searched defs:Cycles (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp42 unsigned int Cycles = 0; member
131 unsigned Cycles = ReturnBB.second; in runOnMachineFunction() local
159 void PadShortFunc::findReturns(MachineBasicBlock *MBB, unsigned int Cycles) { in findReturns()
182 unsigned int &Cycles) { in cyclesUntilReturn()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DTimelineView.cpp22 unsigned Cycles) in TimelineView()
121 static void tryChangeColor(raw_ostream &OS, unsigned Cycles, in tryChangeColor()
257 static void printTimelineHeader(formatted_raw_ostream &OS, unsigned Cycles) { in printTimelineHeader()
H A DResourcePressureView.h82 ReleaseAtCycles Cycles; member
H A DBottleneckAnalysis.cpp506 unsigned Cycles = 2 * Tracker.getResourcePressureCycles(IID); in onEvent() local
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp22 unsigned Cycles) { in writeStartEvent()
31 unsigned Cycles) { in writeStartEvent()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DPipeline.h65 unsigned Cycles = 0; variable
H A DSupport.h58 : Numerator(Cycles), Denominator(ResourceUnits) {} in Numerator() argument
H A DInstruction.h189 unsigned Cycles; member
420 void subtract(unsigned Cycles) { in subtract()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_tsc.h103 uint64_t Cycles; in readTSC() local
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp32 unsigned Cycles = Resource.second.size(); in execute() local
H A DInOrderIssueStage.cpp30 void StallInfo::update(const InstRef &Inst, unsigned Cycles, StallKind SK) { in update()
119 if (unsigned Cycles = checkRegisterHazard(PRF, STI, IR)) { in canExecute() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp908 struct Cycles { struct
909 const char *Key;
910 unsigned Value;
1248 unsigned Cycles = 0; in shouldConvertIf() local
H A DTargetSchedule.cpp111 static unsigned capLatency(int Cycles) { in capLatency()
H A DWindowScheduler.cpp629 DenseMap<MachineInstr *, int> Cycles, Stages; in expand() local
H A DMachineTraceMetrics.cpp1269 unsigned Cycles = 0; in getResourceLength() local
H A DMachineSink.cpp877 SmallVector<MachineCycle *, 8> Cycles(CI->toplevel_cycles()); in run() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp197 unsigned Cycles = 0; in getBypassDelayCycles() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h92 int16_t Cycles; member
111 int Cycles; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp372 unsigned Cycles[3] = { 2, 1, 0}; in getTransSwizzle() local
376 unsigned Cycles[3] = { 1, 2, 2}; in getTransSwizzle() local
380 unsigned Cycles[3] = { 2, 1, 2}; in getTransSwizzle() local
384 unsigned Cycles[3] = { 2, 2, 1}; in getTransSwizzle() local
H A DAMDGPUInsertDelayAlu.cpp436 unsigned Cycles = SIInstrInfo::getNumWaitStates(MI); in runOnMachineBasicBlock() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h330 unsigned Cycles = IR.getInstruction()->getCyclesLeft(); in onGroupIssued() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h343 DenseMap<const MachineInstr*, InstrCycles> Cycles; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp361 Expected<unsigned> Cycles = P.run(); in runPipeline() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h941 static bool insertIfNotContained(SmallVector<CycleT *> &Cycles, in insertIfNotContained()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp355 int Cycles = Stage->getValueAsInt("Cycles"); in formItineraryStageString() local

12