/llvm-project/llvm/lib/Target/X86/ |
H A D | X86PadShortFunction.cpp | 44 unsigned int Cycles = 0; global() member 133 unsigned Cycles = ReturnBB.second; runOnMachineFunction() local 163 findReturns(MachineBasicBlock * MBB,unsigned int Cycles) findReturns() argument 185 cyclesUntilReturn(MachineBasicBlock * MBB,unsigned int & Cycles) cyclesUntilReturn() argument [all...] |
/llvm-project/llvm/unittests/tools/llvm-mca/X86/ |
H A D | TestIncrementalMCA.cpp | 52 Expected<unsigned> Cycles = P->run(); in TEST_F() local 62 Expected<unsigned> Cycles = P->run(); in TEST_F() local 157 Expected<unsigned> Cycles = P->run(); in TEST_F() local 167 Expected<unsigned> Cycles = P->run(); in TEST_F() local 234 Expected<unsigned> Cycles = P->run(); in TEST_F() local
|
/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()
|
/llvm-project/llvm/lib/MCA/ |
H A D | Instruction.cpp | 22 unsigned Cycles) { in writeStartEvent() 31 unsigned Cycles) { in writeStartEvent()
|
/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 [all...] |
/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() argument 119 if (unsigned Cycles = checkRegisterHazard(PRF, STI, IR)) { in canExecute() local
|
/llvm-project/llvm/docs/ |
H A D | CycleTerminology.rst | 12 Cycles chapter
|
/llvm-project/llvm/unittests/tools/llvm-mca/ |
H A D | MCATestBase.cpp | 116 Expected<unsigned> Cycles = P->run(); in runBaselineMCA() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | EarlyIfConversion.cpp | 855 struct Cycles { global() struct 856 Key__anondae13cb90511::Cycles global() argument 857 Value__anondae13cb90511::Cycles global() argument 1166 unsigned Cycles = 0; shouldConvertIf() local [all...] |
H A D | TargetSchedule.cpp | 114 return Cycles >= 0 ? Cycles : 1000; in capLatency() argument
|
H A D | WindowScheduler.cpp | 621 DenseMap<MachineInstr *, int> Cycles, Stages; expand() local
|
H A D | MachineTraceMetrics.cpp | 1241 unsigned Cycles = 0; getResourceLength() local
|
H A D | MachineSink.cpp | 755 SmallVector<MachineCycle *, 8> Cycles(CI->toplevel_begin(), runOnMachineFunction() local
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSchedule.h | 87 int16_t Cycles; global() member 106 int Cycles; global() member
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.cpp | 382 return Cycles[Op]; in getTransSwizzle() local 386 return Cycles[Op]; in getTransSwizzle() local 390 unsigned Cycles[3] = { 2, 1, 2}; getTransSwizzle() local 394 unsigned Cycles[3] = { 2, 2, 1}; getTransSwizzle() local
|
H A D | AMDGPUInsertDelayAlu.cpp | 400 unsigned Cycles = SIInstrInfo::getNumWaitStates(MI); runOnMachineBasicBlock() local [all...] |
/llvm-project/llvm/include/llvm/MCA/HardwareUnits/ |
H A D | LSUnit.h | 119 unsigned Cycles = IR.getInstruction()->getCyclesLeft(); onGroupIssued() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineTraceMetrics.h | 336 DenseMap<const MachineInstr*, InstrCycles> Cycles; global() variable
|
/llvm-project/llvm/tools/llvm-mca/ |
H A D | llvm-mca.cpp | 342 Expected<unsigned> Cycles = P.run(); in runPipeline() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | GenericUniformityImpl.h | 925 static bool insertIfNotContained(SmallVector<CycleT *> &Cycles, in insertIfNotContained()
|
/llvm-project/llvm/utils/TableGen/ |
H A D | SubtargetEmitter.cpp | 367 int Cycles = Stage->getValueAsInt("Cycles"); FormItineraryStageString() local [all...] |