Home
last modified time | relevance | path

Searched refs:insertAfter (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp79 NewASCToLocal->insertAfter(allocaInst); in runOnFunction()
80 NewASCToGeneric->insertAfter(NewASCToLocal); in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp214 RealRem->insertAfter(RemInst); in optimizeDivRem()
350 Mul->insertAfter(RemInst); in optimizeDivRem()
351 Sub->insertAfter(Mul); in optimizeDivRem()
H A DConstantHoisting.cpp799 ClonedCastInst->insertAfter(CastInst); in emitBaseConstants()
H A DInferAddressSpaces.cpp578 NewI->insertAfter(I); in cloneInstructionWithNewAddressSpace()
H A DRewriteStatepointsForGC.cpp2086 Store->insertAfter(Inst); in relocationViaAlloca()
2090 Store->insertAfter(cast<Instruction>(Alloca)); in relocationViaAlloca()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h871 iterator insertAfter(iterator I, MachineInstr *MI) {
876 return Insts.insertAfter(I.getInstrIterator(), MI);
888 return Insts.insertAfter(I, MI);
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h203 inline ASTEdit insertAfter(RangeSelector S, TextGenerator Replacement) { in insertAfter() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp90 void Instruction::insertAfter(Instruction *InsertPos) { in insertAfter() function in Instruction
91 InsertPos->getParent()->getInstList().insertAfter(InsertPos->getIterator(), in insertAfter()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp652 NewPtr->insertAfter(cast<Instruction>(PtrInc)); in rewriteLoadStores()
664 ReplNewPtr->insertAfter(RealNewPtr); in rewriteLoadStores()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp306 LoadNotNull->insertAfter(LI); in addAssumeNonNull()
308 CI->insertAfter(LoadNotNull); in addAssumeNonNull()
H A DLocal.cpp1492 DbgValue->insertAfter(LI); in ConvertDebugDeclareToDebugValue()
3342 Inverted->insertAfter(Inst); in invertCondition()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist.h237 iterator insertAfter(iterator where, pointer New) {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp610 void VPRecipeBase::insertAfter(VPRecipeBase *InsertPos) { in insertAfter() function in VPRecipeBase
615 Parent->getRecipeList().insertAfter(InsertPos->getIterator(), this); in insertAfter()
631 insertAfter(InsertPos); in moveAfter()
H A DVPlan.h696 void insertAfter(VPRecipeBase *InsertPos);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h133 void insertAfter(Instruction *InsertPos);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp246 Add.getParent()->insertAfter(Add.getIterator(), &Ldst); in tryToCombine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp468 StackAddr->insertAfter(&I); in setupEntryBlockAndCallSites()
H A DFixupStatepointCallerSaved.cpp448 MBB->insertAfter(It, Reload); in insertReloadBefore()
H A DStackColoring.cpp974 Cast->insertAfter(Inst); in remapInstructions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp610 MBB->insertAfter(Last, MI->removeFromParent()); in packCmovGroup()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp603 BB->insertAfter(MIB.getInstr()->getIterator(), Const0); in LowerCallResults()
610 BB->insertAfter(Const0->getIterator(), RefNull); in LowerCallResults()
617 BB->insertAfter(RefNull->getIterator(), TableSet); in LowerCallResults()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp539 CurFn->getBasicBlockList().insertAfter(CurBB->getIterator(), BB); in EmitBlock()
566 CurFn->getBasicBlockList().insertAfter(insn->getParent()->getIterator(), in EmitBlockAfterUses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp662 WideVec->insertAfter(ExtVecOpInst); in replaceExtractElements()
673 NewExt->insertAfter(OldExt); in replaceExtractElements()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp185 M.getFunctionList().insertAfter(OuterFn->getIterator(), OutlinedFn); in finalize()
2046 CurFn->getBasicBlockList().insertAfter(EntryBB->getIterator(), ThenBB); in emitCommonDirectiveEntry()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp666 StartInsertBB->insertAfter(MachineBasicBlock::iterator(ElemDef), in ValidateTailPredicate()

12