| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerAlloca.cpp | 79 NewASCToLocal->insertAfter(allocaInst); in runOnFunction() 80 NewASCToGeneric->insertAfter(NewASCToLocal); in runOnFunction()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DivRemPairs.cpp | 214 RealRem->insertAfter(RemInst); in optimizeDivRem() 350 Mul->insertAfter(RemInst); in optimizeDivRem() 351 Sub->insertAfter(Mul); in optimizeDivRem()
|
| H A D | ConstantHoisting.cpp | 799 ClonedCastInst->insertAfter(CastInst); in emitBaseConstants()
|
| H A D | InferAddressSpaces.cpp | 578 NewI->insertAfter(I); in cloneInstructionWithNewAddressSpace()
|
| H A D | RewriteStatepointsForGC.cpp | 2086 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 D | MachineBasicBlock.h | 871 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 D | RewriteRule.h | 203 inline ASTEdit insertAfter(RangeSelector S, TextGenerator Replacement) { in insertAfter() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instruction.cpp | 90 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 D | PPCLoopInstrFormPrep.cpp | 652 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 D | PromoteMemoryToRegister.cpp | 306 LoadNotNull->insertAfter(LI); in addAssumeNonNull() 308 CI->insertAfter(LoadNotNull); in addAssumeNonNull()
|
| H A D | Local.cpp | 1492 DbgValue->insertAfter(LI); in ConvertDebugDeclareToDebugValue() 3342 Inverted->insertAfter(Inst); in invertCondition()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ilist.h | 237 iterator insertAfter(iterator where, pointer New) {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 610 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 D | VPlan.h | 696 void insertAfter(VPRecipeBase *InsertPos);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 133 void insertAfter(Instruction *InsertPos);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCOptAddrMode.cpp | 246 Add.getParent()->insertAfter(Add.getIterator(), &Ldst); in tryToCombine()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SjLjEHPrepare.cpp | 468 StackAddr->insertAfter(&I); in setupEntryBlockAndCallSites()
|
| H A D | FixupStatepointCallerSaved.cpp | 448 MBB->insertAfter(It, Reload); in insertReloadBefore()
|
| H A D | StackColoring.cpp | 974 Cast->insertAfter(Inst); in remapInstructions()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CmovConversion.cpp | 610 MBB->insertAfter(Last, MI->removeFromParent()); in packCmovGroup()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 603 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 D | CGStmt.cpp | 539 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 D | InstCombineVectorOps.cpp | 662 WideVec->insertAfter(ExtVecOpInst); in replaceExtractElements() 673 NewExt->insertAfter(OldExt); in replaceExtractElements()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 185 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 D | ARMLowOverheadLoops.cpp | 666 StartInsertBB->insertAfter(MachineBasicBlock::iterator(ElemDef), in ValidateTailPredicate()
|