| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFCheckAndAdjustIR.cpp | 164 ICmp->insertBefore(Call); in removeCompareBuiltin() 370 GEP->insertBefore(Call); in unrollGEPLoad() 371 Load->insertBefore(Call); in unrollGEPLoad() 378 GEP->insertBefore(Call); in unrollGEPStore() 379 Store->insertBefore(Call); in unrollGEPStore()
|
| H A D | BPFAbstractMemberAccess.cpp | 112 NewInst->insertBefore(Before); in insertPassThrough() 1121 BCInst->insertBefore(Call); in transformGEPChain() 1126 GEP->insertBefore(Call); in transformGEPChain() 1130 BCInst2->insertBefore(Call); in transformGEPChain()
|
| H A D | BPFPreserveStaticOffset.cpp | 424 Replacement->insertBefore(InsnToReplace); in tryToReplaceWithGEPBuiltin() 429 Replacement->insertBefore(InsnToReplace); in tryToReplaceWithGEPBuiltin()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CallPromotionUtils.cpp | 304 NewInst->insertBefore(ThenTerm); in versionCallSite() 314 NewBitCast->insertBefore(ThenTerm); in versionCallSite() 325 NewRet->insertBefore(ThenTerm); in versionCallSite() 350 NewInst->insertBefore(ThenTerm); in versionCallSite()
|
| H A D | LoopUnrollRuntime.cpp | 120 NewPN->insertBefore(PrologExit->getFirstNonPHIIt()); in ConnectProlog() 291 NewPN->insertBefore(NewExit->getFirstNonPHIIt()); in ConnectEpilog() 393 NewIdx->insertBefore(FirstLoopBB->getFirstNonPHIIt()); in CloneLoopBlocks() 939 NewIdx->insertBefore(Header->getFirstNonPHIIt()); in UnrollRuntimeLoopRemainder()
|
| H A D | SSAUpdater.cpp | 161 InsertedPHI->insertBefore(BB->begin()); in GetValueInMiddleOfBlock() 322 PHI->insertBefore(BB->begin()); in CreateEmptyPHI()
|
| H A D | AssumeBundleBuilder.cpp | 300 Intr->insertBefore(I); in salvageKnowledge() 507 MergedAssume->insertBefore(InsertPt); in mergeRange()
|
| H A D | LoopVersioning.cpp | 149 PN->insertBefore(PHIBlock->begin()); in addPHINodes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | TailRecursionElimination.cpp | 530 PN->insertBefore(InsertPos); in createTailRecurseLoopHeader() 544 RetPN->insertBefore(InsertPos); in createTailRecurseLoopHeader() 546 RetKnownPN->insertBefore(InsertPos); in createTailRecurseLoopHeader() 567 AccPN->insertBefore(HeaderBB->begin()); in insertAccumulator() 778 AccRecInstrNew->insertBefore(RI); in cleanupAndFinalize() 805 AccRecInstrNew->insertBefore(SI); in cleanupAndFinalize()
|
| H A D | MergedLoadStoreMotion.cpp | 220 NewPN->insertBefore(BB->begin()); in getPHIOperand() 271 SNew->insertBefore(InsertPt); in sinkStoresAndGEPs() 282 GEPNew->insertBefore(SNew); in sinkStoresAndGEPs()
|
| H A D | CallSiteSplitting.cpp | 225 Copy->insertBefore(Before); in cloneInstForMustTail() 378 CallPN->insertBefore(*TailBB, OriginalBegin); in splitCallSite() 403 NewPN->insertBefore(*TailBB, TailBB->begin()); in splitCallSite()
|
| H A D | GuardWidening.cpp | 631 FI->insertBefore(InsertPt); in freezeAndPush() 637 FI->insertBefore(*InsertPt->getParent(), InsertPt); in freezeAndPush() 660 FI->insertBefore(*InsertPt->getParent(), InsertPt); in freezeAndPush() 704 FI->insertBefore(*FreezeInsertPt->getParent(), FreezeInsertPt); in freezeAndPush()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugProgramInstruction.cpp | 72 NewDPValue->insertBefore(&InsertBefore); in createDPValue() 86 NewDPVDeclare->insertBefore(&InsertBefore); in createDPVDeclare() 309 DVI->insertBefore(InsertBefore); in createDebugIntrinsic() 364 void DPValue::insertBefore(DPValue *InsertBefore) { in insertBefore() function in llvm::DPValue 384 insertBefore(MoveBefore); in moveBefore()
|
| H A D | Instruction.cpp | 98 void Instruction::insertBefore(Instruction *InsertPos) { in insertBefore() function in Instruction 99 insertBefore(InsertPos->getIterator()); in insertBefore() 104 void Instruction::insertBefore(BasicBlock::iterator InsertPos) { in insertBefore() function in Instruction 105 insertBefore(*InsertPos->getParent(), InsertPos); in insertBefore() 126 insertBefore(*ParentBB, It); in insertInto() 132 void Instruction::insertBefore(BasicBlock &BB, in insertBefore() function in Instruction
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Edit/ |
| H A D | RewriteObjCFoundationAPI.cpp | 277 commit.insertBefore(LocBeforeVal, "] = "); in rewriteToDictionarySubscriptSet() 280 commit.insertBefore(LocBeforeVal, "["); in rewriteToDictionarySubscriptSet() 513 commit.insertBefore(ValRange.getBegin(), ": "); in rewriteToDictionaryLiteral() 517 commit.insertBefore(ValRange.getBegin(), "@{"); in rewriteToDictionaryLiteral() 961 commit.insertBefore(Range.getBegin(), "(id)"); in objectifyExpr() 1114 commit.insertBefore(ArgRange.getBegin(), "@"); in rewriteToNumericBoxedExpression() 1153 commit.insertBefore(ArgRange.getBegin(), "@"); in doRewriteToUTF8StringBoxedExpressionHelper()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 174 void insertBefore(Instruction *InsertPos); 175 void insertBefore(InstListType::iterator InsertPos); 186 void insertBefore(BasicBlock &BB, InstListType::iterator InsertPos);
|
| H A D | BasicBlock.h | 190 friend void Instruction::insertBefore(BasicBlock::iterator InsertPos); 192 friend void Instruction::insertBefore(BasicBlock &BB,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ilist_base.h | 76 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonOptimizeSZextends.cpp | 85 SI->insertBefore(First); in runOnFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanTransforms.cpp | 90 NewRecipe->insertBefore(&Ingredient); in VPInstructionsToVPRecipes() 165 Clone->insertBefore(SinkCandidate); in sinkScalarOperands() 838 VPC->insertBefore(&R); in simplifyRecipe() 842 VPC->insertBefore(&R); in simplifyRecipe() 990 NewOp->insertBefore(&R); in truncateToMinimalBitwidths()
|
| H A D | VPlanRecipes.cpp | 196 void VPRecipeBase::insertBefore(VPRecipeBase *InsertPos) { in insertBefore() function in VPRecipeBase 204 void VPRecipeBase::insertBefore(VPBasicBlock &BB, in insertBefore() function in VPRecipeBase 239 insertBefore(BB, I); in moveBefore() 1038 VecInd->insertBefore(State.CFG.PrevBB->getFirstInsertionPt()); in execute() 1572 EntryPart->insertBefore(State.CFG.PrevBB->getFirstInsertionPt()); in execute() 1701 EntryPart->insertBefore(State.CFG.PrevBB->getFirstInsertionPt()); in execute() 1738 EntryPart->insertBefore(HeaderBB->getFirstInsertionPt()); in execute()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 272 commit.insertBefore(receiver->getBeginLoc(), "("); in rewriteToPropertyDotSyntax() 1259 commit.insertBefore(OM->getEndLoc(), " NS_RETURNS_INNER_POINTER"); in migrateNsReturnsInnerPointer() 1271 commit.insertBefore(P->getEndLoc(), " NS_RETURNS_INNER_POINTER "); in migratePropertyNsReturnsInnerPointer() 1394 commit.insertBefore(FirstFD->getBeginLoc(), PragmaString); in AnnotateImplicitBridging() 1484 commit.insertBefore(pd->getLocation(), "CF_CONSUMED "); in AddCFAnnotations() 1490 commit.insertBefore(pd->getLocation(), "NS_CONSUMED "); in AddCFAnnotations() 1596 commit.insertBefore(MethodDecl->getEndLoc(), AnnotationString); in AddCFAnnotations() 1610 commit.insertBefore(pd->getLocation(), "CF_CONSUMED "); in AddCFAnnotations() 1638 commit.insertBefore(MethodDecl->getEndLoc(), " NS_CONSUMES_SELF"); in migrateAddMethodAnnotation()
|
| /freebsd-14.2/sys/contrib/libsodium/test/default/ |
| H A D | index.html.tpl | 91 s.parentNode.insertBefore(st, s);
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Edit/ |
| H A D | Commit.h | 78 bool insertBefore(SourceLocation loc, StringRef text) { in insertBefore() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | HTMLLogger.js | 74 return parent.insertBefore(clone, next);
|