Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h69 class MachinePipeliner : public MachineFunctionPass {
99 MachinePipeliner() : MachineFunctionPass(ID) { in MachinePipeliner() function
275 MachinePipeliner &Pass;
375 SwingSchedulerDAG(MachinePipeliner &P, MachineLoop &L, LiveIntervals &lis, in SwingSchedulerDAG()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp232 char MachinePipeliner::ID = 0;
234 int MachinePipeliner::NumTries = 0;
236 char &llvm::MachinePipelinerID = MachinePipeliner::ID;
238 INITIALIZE_PASS_BEGIN(MachinePipeliner, DEBUG_TYPE,
244 INITIALIZE_PASS_END(MachinePipeliner, DEBUG_TYPE,
366 bool MachinePipeliner::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
404 bool MachinePipeliner::scheduleLoop(MachineLoop &L) { in scheduleLoop()
443 void MachinePipeliner::setPragmaPipelineOptions(MachineLoop &L) { in setPragmaPipelineOptions()
494 bool MachinePipeliner::canPipelineLoop(MachineLoop &L) { in canPipelineLoop()
577 void MachinePipeliner::preprocessPhiNodes(MachineBasicBlock &B) { in preprocessPhiNodes()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td504 // Use the MachinePipeliner for instruction scheduling for the subtarget.
506 "Use the MachinePipeliner">;
/freebsd/lib/clang/libllvm/
H A DMakefile415 SRCS_MIN+= CodeGen/MachinePipeliner.cpp