Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTailDuplication.cpp59 bool PreRegAlloc; member in __anon1fe3db070111::TailDuplicatePass
74 MachineFunctionPass(ID), PreRegAlloc(PreRA) {} in TailDuplicatePass()
121 FunctionPass *llvm::createTailDuplicatePass(bool PreRegAlloc) { in createTailDuplicatePass() argument
122 return new TailDuplicatePass(PreRegAlloc); in createTailDuplicatePass()
208 if (PreRegAlloc) in TailDuplicateAndUpdate()
294 if (PreRegAlloc && TailDupVerify) { in TailDuplicateBlocks()
313 if (PreRegAlloc && TailDupVerify) in TailDuplicateBlocks()
558 if (HasIndirectbr && PreRegAlloc) in shouldTailDuplicate()
573 if (PreRegAlloc && I->getDesc().isReturn()) in shouldTailDuplicate()
579 if (PreRegAlloc && I->getDesc().isCall()) in shouldTailDuplicate()
[all …]
DMachineLICM.cpp63 bool PreRegAlloc; member in __anon0ec594db0111::MachineLICM
114 MachineFunctionPass(ID), PreRegAlloc(true) { in MachineLICM()
119 MachineFunctionPass(ID), PreRegAlloc(PreRA) { in MachineLICM()
289 FunctionPass *llvm::createMachineLICMPass(bool PreRegAlloc) { in INITIALIZE_PASS_DEPENDENCY()
290 return new MachineLICM(PreRegAlloc); in INITIALIZE_PASS_DEPENDENCY()
308 if (PreRegAlloc) in runOnMachineFunction()
324 if (PreRegAlloc) { in runOnMachineFunction()
347 if (PreRegAlloc && !LoopIsOuterMostWithPredecessor(CurLoop)) { in runOnMachineFunction()
352 if (!PreRegAlloc) in runOnMachineFunction()
1165 if (TII->produceSameValue(MI, PrevMI, (PreRegAlloc ? MRI : 0))) in LookForDuplicate()
/external/llvm/lib/CodeGen/
DTailDuplicator.cpp69 PreRegAlloc = MRI->isSSA(); in initMF()
142 if (PreRegAlloc) in tailDuplicateAndUpdate()
228 if (PreRegAlloc && TailDupVerify) { in tailDuplicateBlocks()
247 if (PreRegAlloc && TailDupVerify) in tailDuplicateBlocks()
341 if (PreRegAlloc) { in duplicateInstruction()
538 if (HasIndirectbr && PreRegAlloc) in shouldTailDuplicate()
557 if (PreRegAlloc && MI.isReturn()) in shouldTailDuplicate()
563 if (PreRegAlloc && MI.isCall()) in shouldTailDuplicate()
594 if (HasIndirectbr && PreRegAlloc) in shouldTailDuplicate()
600 if (!PreRegAlloc) in shouldTailDuplicate()
[all …]
DMachineLICM.cpp78 bool PreRegAlloc; member in __anon2d7e0c2f0111::MachineLICM
127 MachineFunctionPass(ID), PreRegAlloc(true) { in MachineLICM()
132 MachineFunctionPass(ID), PreRegAlloc(PreRA) { in MachineLICM()
275 PreRegAlloc = MRI->isSSA(); in runOnMachineFunction()
277 if (PreRegAlloc) in runOnMachineFunction()
283 if (PreRegAlloc) { in runOnMachineFunction()
306 if (PreRegAlloc && !LoopIsOuterMostWithPredecessor(CurLoop)) { in runOnMachineFunction()
313 if (!PreRegAlloc) in runOnMachineFunction()
1222 if (TII->produceSameValue(*MI, *PrevMI, (PreRegAlloc ? MRI : nullptr))) in LookForDuplicate()
DIfConversion.cpp172 bool PreRegAlloc; member in __anon8e2ba10a0111::IfConverter
300 PreRegAlloc = MRI->isSSA(); in INITIALIZE_PASS_DEPENDENCY()
303 if (!PreRegAlloc) { in INITIALIZE_PASS_DEPENDENCY()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DPasses.h153 FunctionPass *createTailDuplicatePass(bool PreRegAlloc = false);
186 FunctionPass *createMachineLICMPass(bool PreRegAlloc = true);
/external/llvm/include/llvm/CodeGen/
DTailDuplicator.h36 bool PreRegAlloc; variable
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb2ITBlockPass.cpp26 bool PreRegAlloc; member in __anonca3dfc730111::Thumb2ITBlockPass