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.h66 class MachinePipeliner : public MachineFunctionPass {
96 MachinePipeliner() : MachineFunctionPass(ID) { in MachinePipeliner() function
115 MachinePipeliner &Pass;
204 SwingSchedulerDAG(MachinePipeliner &P, MachineLoop &L, LiveIntervals &lis, in SwingSchedulerDAG()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp212 char MachinePipeliner::ID = 0;
214 int MachinePipeliner::NumTries = 0;
216 char &llvm::MachinePipelinerID = MachinePipeliner::ID;
218 INITIALIZE_PASS_BEGIN(MachinePipeliner, DEBUG_TYPE,
224 INITIALIZE_PASS_END(MachinePipeliner, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
228 bool MachinePipeliner::runOnMachineFunction(MachineFunction &mf) { in INITIALIZE_PASS_DEPENDENCY()
266 bool MachinePipeliner::scheduleLoop(MachineLoop &L) { in scheduleLoop()
302 void MachinePipeliner::setPragmaPipelineOptions(MachineLoop &L) { in setPragmaPipelineOptions()
353 bool MachinePipeliner::canPipelineLoop(MachineLoop &L) { in canPipelineLoop()
419 void MachinePipeliner::preprocessPhiNodes(MachineBasicBlock &B) { in preprocessPhiNodes()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARM.td500 // Use the MachinePipeliner for instruction scheduling for the subtarget.
502 "Use the MachinePipeliner">;
/freebsd/lib/clang/libllvm/
H A DMakefile369 SRCS_MIN+= CodeGen/MachinePipeliner.cpp