Home
last modified time | relevance | path

Searched refs:MachinePipeliner (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h64 class MachinePipeliner : public MachineFunctionPass {
94 MachinePipeliner() : MachineFunctionPass(ID) { in MachinePipeliner() function
113 MachinePipeliner &Pass;
201 SwingSchedulerDAG(MachinePipeliner &P, MachineLoop &L, LiveIntervals &lis, in SwingSchedulerDAG()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp178 char MachinePipeliner::ID = 0;
180 int MachinePipeliner::NumTries = 0;
182 char &llvm::MachinePipelinerID = MachinePipeliner::ID;
184 INITIALIZE_PASS_BEGIN(MachinePipeliner, DEBUG_TYPE,
190 INITIALIZE_PASS_END(MachinePipeliner, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
194 bool MachinePipeliner::runOnMachineFunction(MachineFunction &mf) { in INITIALIZE_PASS_DEPENDENCY()
232 bool MachinePipeliner::scheduleLoop(MachineLoop &L) { in scheduleLoop()
268 void MachinePipeliner::setPragmaPipelineOptions(MachineLoop &L) { in setPragmaPipelineOptions()
319 bool MachinePipeliner::canPipelineLoop(MachineLoop &L) { in canPipelineLoop()
385 void MachinePipeliner::preprocessPhiNodes(MachineBasicBlock &B) { in preprocessPhiNodes()
[all …]
H A DCMakeLists.txt128 MachinePipeliner.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn135 "MachinePipeliner.cpp",
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARM.td497 // Use the MachinePipeliner for instruction scheduling for the subtarget.
499 "Use the MachinePipeliner">;