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

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

Completed in 126 milliseconds