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

/netbsd-current/external/apache2/llvm/dist/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...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h94 unsigned Stage; variable
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h92 DenseMap<MachineInstr *, int> Stage; member in class:llvm::ModuloSchedule
105 ModuloSchedule(MachineFunction &MF, MachineLoop *Loop, std::vector<MachineInstr *> ScheduledInstrs, DenseMap<MachineInstr *, int> Cycle, DenseMap<MachineInstr *, int> Stage) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp305 const Record *Stage = StageList[i]; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp241 LiveRangeStage Stage = RS_New; member in struct:__anon1858::RAGreedy::RegInfo
255 void setStage(const LiveInterval &VirtReg, LiveRangeStage Stage) { argument
[all...]
H A DModuloSchedule.cpp1599 int Stage = getStage(MI); local
1778 unsigned Stage = Schedule.getNumStages() - 1 + I - J; local
1623 moveStageBetweenBlocks( MachineBasicBlock *DestBB, MachineBasicBlock *SourceBB, unsigned Stage) argument
1911 int Stage = getStage(MI); local
2139 parseSymbolString(StringRef S, int &Cycle, int &Stage) argument
2163 DenseMap<MachineInstr *, int> Cycle, Stage; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DInstruction.h458 enum InstrStage Stage; member in class:llvm::Instruction
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp435 unsigned Stage = II[SchedClass].LastStage - 1; local

Completed in 219 milliseconds