Home
last modified time | relevance | path

Searched refs:moveBefore (Results 1 – 25 of 61) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DGuardUtils.cpp103 WCAnd->moveBefore(WidenableBR); in widenWidenableBranch()
122 WCAnd->moveBefore(WidenableBR); in setWidenableBranchCond()
DLoopRotationUtils.cpp344 Inst->moveBefore(LoopEntryBranch); in rotateLoop()
485 ExitSplit->moveBefore(Exit); in rotateLoop()
DCodeMoverUtils.cpp187 I.moveBefore(MovePos); in moveInstsBottomUp()
DLoopUnrollAndJam.cpp134 I->moveBefore(InsertLoc); in moveHeaderPhiOperandsToForeBlocks()
440 Phi->moveBefore(insertPoint); in UnrollAndJamLoop()
DCallPromotionUtils.cpp285 OrigInst->moveBefore(ElseTerm); in versionCallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAllocaHoisting.cpp49 allocaInst->moveBefore(firstTerminatorInst); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp86 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
DBasicBlock.cpp127 void BasicBlock::moveBefore(BasicBlock *MovePos) { in moveBefore() function in BasicBlock
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h99 void moveBefore(Instruction *MovePos);
104 void moveBefore(BasicBlock &BB, SymbolTableList<Instruction>::iterator I);
DBasicBlock.h175 void moveBefore(BasicBlock *MovePos);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTypePromotion.cpp491 I->moveBefore(InsertPt); in ExtendSources()
583 Trunc->moveBefore(Call); in TruncateSinks()
594 Trunc->moveBefore(Switch); in TruncateSinks()
604 Trunc->moveBefore(I); in TruncateSinks()
DSjLjEHPrepare.cpp347 LPI->moveBefore(&UnwindBlock->front()); in lowerAcrossUnwindEdges()
DCodeGenPrepare.cpp955 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/
DInstruction.h109 void moveBefore(Instruction *MovePos);
114 void moveBefore(BasicBlock &BB, SymbolTableList<Instruction>::iterator I);
DBasicBlock.h210 void moveBefore(BasicBlock *MovePos);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrumentation.cpp31 I->moveBefore(&*IP); in moveBeforeInsertPoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1245 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()
DSpeculativeExecution.cpp291 Current->moveBefore(ToBlock.getTerminator()); in considerHoistingFromTo()
DSink.cpp195 Inst->moveBefore(&*SuccToSinkTo->getFirstInsertionPt()); in SinkInstruction()
DDivRemPairs.cpp300 DivInst->moveBefore(RemInst); in optimizeDivRem()
DLoopSink.cpp245 I.moveBefore(&*MoveBB->getFirstInsertionPt()); in sinkInstruction()
DLICM.cpp749 HoistCommonSucc->moveBefore(TargetSucc); in getOrCreateHoistedBlock()
753 HoistTrueDest->moveBefore(HoistCommonSucc); in getOrCreateHoistedBlock()
757 HoistFalseDest->moveBefore(HoistCommonSucc); in getOrCreateHoistedBlock()
1455 I.moveBefore(&Dest); in moveInstructionBefore()
DLoopFuse.cpp1236 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/
DMemorySSAUpdater.h141 void moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInstr.h139 Inst->moveBefore(getCoroBegin()->getNextNode()); in clearPromise()

123