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.h68 class MachinePipeliner : public MachineFunctionPass {
98 MachinePipeliner() : MachineFunctionPass(ID) { in MachinePipeliner() function
120 MachinePipeliner &Pass;
209 SwingSchedulerDAG(MachinePipeliner &P, MachineLoop &L, LiveIntervals &lis, in SwingSchedulerDAG()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp228 char MachinePipeliner::ID = 0;
230 int MachinePipeliner::NumTries = 0;
232 char &llvm::MachinePipelinerID = MachinePipeliner::ID;
234 INITIALIZE_PASS_BEGIN(MachinePipeliner, DEBUG_TYPE,
240 INITIALIZE_PASS_END(MachinePipeliner, DEBUG_TYPE, in INITIALIZE_PASS_DEPENDENCY()
244 bool MachinePipeliner::runOnMachineFunction(MachineFunction &mf) { in INITIALIZE_PASS_DEPENDENCY()
282 bool MachinePipeliner::scheduleLoop(MachineLoop &L) { in scheduleLoop()
321 void MachinePipeliner::setPragmaPipelineOptions(MachineLoop &L) { in setPragmaPipelineOptions()
372 bool MachinePipeliner::canPipelineLoop(MachineLoop &L) { in canPipelineLoop()
438 void MachinePipeliner::preprocessPhiNodes(MachineBasicBlock &B) { in preprocessPhiNodes()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td494 // Use the MachinePipeliner for instruction scheduling for the subtarget.
496 "Use the MachinePipeliner">;
/freebsd/lib/clang/libllvm/
H A DMakefile382 SRCS_MIN+= CodeGen/MachinePipeliner.cpp