Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp79 NewASCToLocal->insertAfter(allocaInst); in runOnFunction()
80 NewASCToGeneric->insertAfter(NewASCToLocal); in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp212 RealRem->insertAfter(RemInst); in optimizeDivRem()
368 Mul->insertAfter(RemInst); in optimizeDivRem()
369 Sub->insertAfter(Mul); in optimizeDivRem()
H A DConstantHoisting.cpp796 ClonedCastInst->insertAfter(CastInst); in emitBaseConstants()
H A DInferAddressSpaces.cpp644 NewI->insertAfter(I); in cloneInstructionWithNewAddressSpace()
H A DRewriteStatepointsForGC.cpp2185 Store->insertAfter(Inst); in relocationViaAlloca()
2189 Store->insertAfter(cast<Instruction>(Alloca)); in relocationViaAlloca()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertReadWriteCSR.cpp87 MBB.insertAfter(MI, MIB); in INITIALIZE_PASS()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h988 iterator insertAfter(iterator I, MachineInstr *MI) {
993 return Insts.insertAfter(I.getInstrIterator(), MI);
1005 return Insts.insertAfter(I, MI);
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp372 void DPValue::insertAfter(DPValue *InsertAfter) { in insertAfter() function in llvm::DPValue
390 insertAfter(MoveAfter); in moveAfter()
H A DInstruction.cpp110 void Instruction::insertAfter(Instruction *InsertPos) { in insertAfter() function in Instruction
113 DestParent->getInstList().insertAfter(InsertPos->getIterator(), this); in insertAfter()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp961 Ext->insertAfter(&R); in truncateToMinimalBitwidths()
1104 LaneMaskPhi->insertAfter(CanonicalIVPHI); in addVPLaneMaskPhiAndUpdateExitBranch()
1149 LaneMask->insertAfter(WideCanonicalIV); in addActiveLaneMask()
H A DVPlanRecipes.cpp212 void VPRecipeBase::insertAfter(VPRecipeBase *InsertPos) { in insertAfter() function in VPRecipeBase
217 Parent->getRecipeList().insertAfter(InsertPos->getIterator(), this); in insertAfter()
233 insertAfter(InsertPos); in moveAfter()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist.h174 iterator insertAfter(iterator where, pointer New) {
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h337 void insertAfter(DPValue *InsertAfter);
H A DInstruction.h179 void insertAfter(Instruction *InsertPos);
H A DBasicBlock.h191 friend void Instruction::insertAfter(Instruction *InsertPos);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h210 inline ASTEdit insertAfter(RangeSelector S, TextGenerator Replacement) { in insertAfter() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp446 LoadNotNull->insertAfter(LI); in addAssumeNonNull()
448 CI->insertAfter(LoadNotNull); in addAssumeNonNull()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp256 Add.getParent()->insertAfter(Add.getIterator(), &Ldst); in tryToCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp484 StackAddr->insertAfter(&I); in setupEntryBlockAndCallSites()
H A DFixupStatepointCallerSaved.cpp449 MBB->insertAfter(It, Reload); in insertReloadBefore()
H A DStackColoring.cpp942 Cast->insertAfter(Inst); in remapInstructions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp329 MachineBasicBlock::iterator NewMBBI = MBB->insertAfter(MBBI, NewInstr); in insertSEH()
354 MBB->insertAfter(MBBI, MIB); in insertSEH()
425 MachineBasicBlock::iterator NewMBBI = MBB->insertAfter(MBBI, NewInstr); in insertSEH()
500 return MBB->insertAfter(MBBI, MIB); in insertSEH()
1035 MBB.insertAfter(Instr, SEH); in emitPrologue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp811 NewPtr->insertAfter(cast<Instruction>(PtrInc)); in rewriteForBucketElement()
820 ReplNewPtr->insertAfter(RealNewPtr); in rewriteForBucketElement()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp626 MBB->insertAfter(Last, MI->removeFromParent()); in packCmovGroup()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp661 BB->insertAfter(MIB.getInstr()->getIterator(), Const0); in LowerCallResults()
667 BB->insertAfter(Const0->getIterator(), RefNull); in LowerCallResults()
674 BB->insertAfter(RefNull->getIterator(), TableSet); in LowerCallResults()

12