Searched defs:Stage (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/MCA/Stages/
H A DStage.h27 class Stage { class in namespace:llvm::mca
38 Stage() : NextInSequence(nullptr) {} function in class:llvm::mca::Stage
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMLRegallocPriorityAdvisor.cpp275 LiveRangeStage Stage = RA.getExtraInfo().getStage(LI); local
H A DRegAllocGreedy.cpp287 auto Stage = ExtraInfo->getOrInitStage(Reg); local
304 LiveRangeStage Stage = RA.getExtraInfo().getStage(LI); local
[all...]
H A DRegAllocGreedy.h70 LiveRangeStage Stage = RS_New; member in struct:llvm::RAGreedy::final::RegInfo
92 void setStage(Register Reg, LiveRangeStage Stage) { argument
97 void setStage(const LiveInterval &VirtReg, LiveRangeStage Stage) { argument
H A DModuloSchedule.cpp1617 int Stage = getStage(MI); local
1796 unsigned Stage = Schedule.getNumStages() - 1 + I - J; local
1641 moveStageBetweenBlocks( MachineBasicBlock *DestBB, MachineBasicBlock *SourceBB, unsigned Stage) argument
1929 int Stage = getStage(MI); local
2157 parseSymbolString(StringRef S, int &Cycle, int &Stage) argument
2181 DenseMap<MachineInstr *, int> Cycle, Stage; local
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h93 DenseMap<MachineInstr *, int> Stage; member in class:llvm::ModuloSchedule
106 ModuloSchedule(MachineFunction &MF, MachineLoop *Loop, std::vector<MachineInstr *> ScheduledInstrs, DenseMap<MachineInstr *, int> Cycle, DenseMap<MachineInstr *, int> Stage) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp617 auto Stage = createSchedStage(S.getCurrentStage()); local
/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp442 unsigned Stage = II[SchedClass].LastStage - 1; local
/openbsd-current/gnu/llvm/llvm/include/llvm/MCA/
H A DInstruction.h612 enum InstrStage Stage; member in class:llvm::Instruction
[all...]
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp341 const Record *Stage = StageList[i]; local

Completed in 481 milliseconds