/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PadShortFunction.cpp | 44 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 D | TimelineView.cpp | 22 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 D | BottleneckAnalysis.cpp | 507 unsigned Cycles = 2 * Tracker.getResourcePressureCycles(IID); in onEvent() local
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | Instruction.cpp | 22 unsigned Cycles) { in writeStartEvent() 31 unsigned Cycles) { in writeStartEvent()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/ |
H A D | Pipeline.h | 64 unsigned Cycles = 0; variable
|
H A D | Support.h | 57 : Numerator(Cycles), Denominator(ResourceUnits) {} in Numerator() argument
|
H A D | Instruction.h | 188 unsigned Cycles; member 419 void subtract(unsigned Cycles) { in subtract()
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
H A D | InstructionTables.cpp | 32 unsigned Cycles = Resource.second.size(); in execute() local
|
H A D | InOrderIssueStage.cpp | 30 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 D | EarlyIfConversion.cpp | 855 struct Cycles { struct 856 const char *Key; 857 unsigned Value; 1166 unsigned Cycles = 0; in shouldConvertIf() local
|
H A D | TargetSchedule.cpp | 110 capLatency(int Cycles) capLatency() argument
|
H A D | WindowScheduler.cpp | 628 DenseMap<MachineInstr *, int> Cycles, Stages; in expand() local
|
H A D | MachineTraceMetrics.cpp | 1241 unsigned Cycles = 0; in getResourceLength() local
|
H A D | MachineSink.cpp | 769 SmallVector<MachineCycle *, 8> Cycles(CI->toplevel_begin(), in runOnMachineFunction() local
|
H A D | MachinePipeliner.cpp | 705 DenseMap<MachineInstr *, int> Cycles, Stages; in schedule() local 3763 int Cycles = (ResourceCount[I] + Desc->NumUnits - 1) / Desc->NumUnits; in calculateResMII() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSchedule.h | 72 uint16_t Cycles; global() member 90 int16_t Cycles; global() member 109 int Cycles; global() member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.cpp | 382 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 D | AMDGPUInsertDelayAlu.cpp | 400 unsigned Cycles = SIInstrInfo::getNumWaitStates(MI); in runOnMachineBasicBlock() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | LSUnit.h | 119 unsigned Cycles = IR.getInstruction()->getCyclesLeft(); in onGroupIssued() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineTraceMetrics.h | 336 DenseMap<const MachineInstr*, InstrCycles> Cycles; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 342 Expected<unsigned> Cycles = P.run(); in runPipeline() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericUniformityImpl.h | 925 static bool insertIfNotContained(SmallVector<CycleT *> &Cycles, in insertIfNotContained()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | SubtargetEmitter.cpp | 367 int Cycles = Stage->getValueAsInt("Cycles"); in FormItineraryStageString() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 2377 std::set<CycleType> Cycles; perfect() local
|