Home
last modified time | relevance | path

Searched refs:PreRegAlloc (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTailDuplication.cpp34 bool PreRegAlloc; member in __anond38a4e850111::TailDuplicateBase
36 TailDuplicateBase(char &PassID, bool PreRegAlloc) in TailDuplicateBase() argument
37 : MachineFunctionPass(PassID), PreRegAlloc(PreRegAlloc) {} in TailDuplicateBase()
91 Duplicator.initMF(MF, PreRegAlloc, MBPI, MBFI, PSI, /*LayoutMode=*/false); in runOnMachineFunction()
DTailDuplicator.cpp81 void TailDuplicator::initMF(MachineFunction &MFin, bool PreRegAlloc, in initMF() argument
99 this->PreRegAlloc = PreRegAlloc; in initMF()
181 if (PreRegAlloc) in tailDuplicateAndUpdate()
270 if (PreRegAlloc && TailDupVerify) { in tailDuplicateBlocks()
289 if (PreRegAlloc && TailDupVerify) in tailDuplicateBlocks()
389 if (PreRegAlloc) { in duplicateInstruction()
594 if (HasIndirectbr && PreRegAlloc) in shouldTailDuplicate()
619 if (PreRegAlloc && MI.isReturn()) in shouldTailDuplicate()
625 if (PreRegAlloc && MI.isCall()) in shouldTailDuplicate()
656 if (HasIndirectbr && PreRegAlloc) in shouldTailDuplicate()
[all …]
DMachineLICM.cpp125 bool PreRegAlloc; member in __anonf1f1f9590111::MachineLICMBase
173 MachineLICMBase(char &PassID, bool PreRegAlloc) in MachineLICMBase() argument
174 : MachineFunctionPass(PassID), PreRegAlloc(PreRegAlloc) {} in MachineLICMBase()
350 PreRegAlloc = MRI->isSSA(); in runOnMachineFunction()
353 if (PreRegAlloc) in runOnMachineFunction()
359 if (PreRegAlloc) { in runOnMachineFunction()
384 if (PreRegAlloc && !LoopIsOuterMostWithPredecessor(CurLoop)) { in runOnMachineFunction()
391 if (!PreRegAlloc) in runOnMachineFunction()
1388 if (TII->produceSameValue(*MI, *PrevMI, (PreRegAlloc ? MRI : nullptr))) in LookForDuplicate()
DIfConversion.cpp201 bool PreRegAlloc; member in __anone11d33740111::IfConverter
459 PreRegAlloc = MRI->isSSA(); in INITIALIZE_PASS_DEPENDENCY()
462 if (!PreRegAlloc) { in INITIALIZE_PASS_DEPENDENCY()
DMachineBlockPlacement.cpp3090 bool PreRegAlloc = false; in runOnMachineFunction() local
3091 TailDup.initMF(MF, PreRegAlloc, MBPI, &MBFI->getMBFI(), PSI, in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTailDuplicator.h47 bool PreRegAlloc; variable
70 void initMF(MachineFunction &MF, bool PreRegAlloc,