/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | GuardUtils.cpp | 103 WCAnd->moveBefore(WidenableBR); in widenWidenableBranch() 122 WCAnd->moveBefore(WidenableBR); in setWidenableBranchCond()
|
D | LoopRotationUtils.cpp | 344 Inst->moveBefore(LoopEntryBranch); in rotateLoop() 485 ExitSplit->moveBefore(Exit); in rotateLoop()
|
D | CodeMoverUtils.cpp | 187 I.moveBefore(MovePos); in moveInstsBottomUp()
|
D | LoopUnrollAndJam.cpp | 134 I->moveBefore(InsertLoc); in moveHeaderPhiOperandsToForeBlocks() 440 Phi->moveBefore(insertPoint); in UnrollAndJamLoop()
|
D | CallPromotionUtils.cpp | 285 OrigInst->moveBefore(ElseTerm); in versionCallSite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAllocaHoisting.cpp | 49 allocaInst->moveBefore(firstTerminatorInst); in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 86 void Instruction::moveBefore(Instruction *MovePos) { in moveBefore() function in Instruction 87 moveBefore(*MovePos->getParent(), MovePos->getIterator()); in moveBefore() 91 moveBefore(*MovePos->getParent(), ++MovePos->getIterator()); in moveAfter() 94 void Instruction::moveBefore(BasicBlock &BB, in moveBefore() function in Instruction
|
D | BasicBlock.cpp | 127 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore() function in BasicBlock
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 99 void moveBefore(Instruction *MovePos); 104 void moveBefore(BasicBlock &BB, SymbolTableList<Instruction>::iterator I);
|
D | BasicBlock.h | 175 void moveBefore(BasicBlock *MovePos);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TypePromotion.cpp | 491 I->moveBefore(InsertPt); in ExtendSources() 583 Trunc->moveBefore(Call); in TruncateSinks() 594 Trunc->moveBefore(Switch); in TruncateSinks() 604 Trunc->moveBefore(I); in TruncateSinks()
|
D | SjLjEHPrepare.cpp | 347 LPI->moveBefore(&UnwindBlock->front()); in lowerAcrossUnwindEdges()
|
D | CodeGenPrepare.cpp | 955 RelocatedBase->moveBefore(RI); in simplifyRelocatesOffABase() 1983 ExtVal->moveBefore(CI); in optimizeCallInst() 2422 Inst->moveBefore(Position); in insert() 2440 Inst->moveBefore(Before); in InstructionMoveBefore() 2757 void moveBefore(Instruction *Inst, Instruction *Before); 2819 void TypePromotionTransaction::moveBefore(Instruction *Inst, in moveBefore() function in TypePromotionTransaction 4102 TPT.moveBefore(ExtForOpnd, ExtOpnd); in promoteOperandForOther() 6148 TrueInst->moveBefore(TrueBranch); in optimizeSelectInst() 6158 FalseInst->moveBefore(FalseBranch); in optimizeSelectInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 109 void moveBefore(Instruction *MovePos); 114 void moveBefore(BasicBlock &BB, SymbolTableList<Instruction>::iterator I);
|
D | BasicBlock.h | 210 void moveBefore(BasicBlock *MovePos);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | Instrumentation.cpp | 31 I->moveBefore(&*IP); in moveBeforeInsertPoint()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 1245 InductionPHI->moveBefore(&InductionPHI->getParent()->front()); in transform() 1401 P->moveBefore(InnerLatch->getFirstNonPHI()); in moveLCSSAPhis() 1406 P->moveBefore(InnerExit->getFirstNonPHI()); in moveLCSSAPhis() 1562 PHI->moveBefore(InnerLoopHeader->getFirstNonPHI()); in adjustLoopBranches() 1567 PHI->moveBefore(OuterLoopHeader->getFirstNonPHI()); in adjustLoopBranches()
|
D | SpeculativeExecution.cpp | 291 Current->moveBefore(ToBlock.getTerminator()); in considerHoistingFromTo()
|
D | Sink.cpp | 195 Inst->moveBefore(&*SuccToSinkTo->getFirstInsertionPt()); in SinkInstruction()
|
D | DivRemPairs.cpp | 300 DivInst->moveBefore(RemInst); in optimizeDivRem()
|
D | LoopSink.cpp | 245 I.moveBefore(&*MoveBB->getFirstInsertionPt()); in sinkInstruction()
|
D | LICM.cpp | 749 HoistCommonSucc->moveBefore(TargetSucc); in getOrCreateHoistedBlock() 753 HoistTrueDest->moveBefore(HoistCommonSucc); in getOrCreateHoistedBlock() 757 HoistFalseDest->moveBefore(HoistCommonSucc); in getOrCreateHoistedBlock() 1455 I.moveBefore(&Dest); in moveInstructionBefore()
|
D | LoopFuse.cpp | 1236 PHI->moveBefore(&*FC0.Header->getFirstInsertionPt()); in performFusion() 1488 PHI->moveBefore(&*FC0.Header->getFirstInsertionPt()); in fuseGuardedLoops()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemorySSAUpdater.h | 141 void moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroInstr.h | 139 Inst->moveBefore(getCoroBegin()->getNextNode()); in clearPromise()
|