Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PadShortFunction.cpp44 unsigned int Cycles = 0; member
133 unsigned Cycles = ReturnBB.second; in runOnMachineFunction() local
163 void PadShortFunc::findReturns(MachineBasicBlock *MBB, unsigned int Cycles) { in findReturns()
185 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 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.h64 unsigned Cycles = 0; variable
H A DSupport.h57 : Numerator(Cycles), Denominator(ResourceUnits) {} in Numerator() argument
H A DInstruction.h188 unsigned Cycles; member
419 void subtract(unsigned Cycles) { in subtract()
/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.cpp857 struct Cycles { struct
858 const char *Key;
859 unsigned Value;
1169 unsigned Cycles = 0; in shouldConvertIf() local
H A DTargetSchedule.cpp114 static unsigned capLatency(int Cycles) { in capLatency()
H A DMachineTraceMetrics.cpp1241 unsigned Cycles = 0; in getResourceLength() local
H A DMachineSink.cpp755 SmallVector<MachineCycle *, 8> Cycles(CI->toplevel_begin(), in runOnMachineFunction() local
H A DMachinePipeliner.cpp650 DenseMap<MachineInstr *, int> Cycles, Stages; in schedule() local
3694 int Cycles = (ResourceCount[I] + Desc->NumUnits - 1) / Desc->NumUnits; in calculateResMII() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSchedule.h87 int16_t Cycles; member
106 int Cycles; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp382 unsigned Cycles[3] = { 2, 1, 0}; in getTransSwizzle() local
386 unsigned Cycles[3] = { 1, 2, 2}; in getTransSwizzle() local
390 unsigned Cycles[3] = { 2, 1, 2}; in getTransSwizzle() local
394 unsigned Cycles[3] = { 2, 2, 1}; in getTransSwizzle() local
H A DAMDGPUInsertDelayAlu.cpp400 unsigned Cycles = SIInstrInfo::getNumWaitStates(MI); in runOnMachineBasicBlock() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h119 unsigned Cycles = IR.getInstruction()->getCyclesLeft(); in onGroupIssued() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h334 DenseMap<const MachineInstr*, InstrCycles> Cycles; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp308 Expected<unsigned> Cycles = P.run(); in runPipeline() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericUniformityImpl.h929 static bool insertIfNotContained(SmallVector<CycleT *> &Cycles, in insertIfNotContained()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp356 int Cycles = Stage->getValueAsInt("Cycles"); in FormItineraryStageString() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp2375 std::set<CycleType> Cycles; in perfect() local