Home
last modified time | relevance | path

Searched refs:insertBefore (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp277 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()
1108 commit.insertBefore(ArgRange.getBegin(), "@"); in rewriteToNumericBoxedExpression()
1147 commit.insertBefore(ArgRange.getBegin(), "@"); in doRewriteToUTF8StringBoxedExpressionHelper()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp225 Copy->insertBefore(Before); in cloneInstForMustTail()
381 CallPN->insertBefore(OriginalBegin); in splitCallSite()
405 NewPN->insertBefore(&*TailBB->begin()); in splitCallSite()
H A DMergedLoadStoreMotion.cpp245 SNew->insertBefore(&*InsertPt); in sinkStore()
246 ANew->insertBefore(SNew); in sinkStore()
H A DLoopSink.cpp232 IC->insertBefore(&*N->getFirstInsertionPt()); in sinkInstruction()
H A DSeparateConstOffsetFromGEP.cpp627 Ext->insertBefore(IP); in applyExts()
1062 NewGEP->insertBefore(GEP); in splitGEP()
H A DSpeculateAroundPHIs.cpp653 NewI->insertBefore(PredBB->getTerminator()); in speculatePHIs()
H A DRewriteStatepointsForGC.cpp1791 Store->insertBefore(IP); in relocationViaAlloca()
1857 Store->insertBefore(NormalDest->getFirstNonPHI()); in relocationViaAlloca()
2109 ClonedValue->insertBefore(InsertBefore); in rematerializeLiveValues()
H A DInferAddressSpaces.cpp591 NewI->insertBefore(I); in cloneValueWithNewAddressSpace()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGTransforms.cpp80 NewRecipe->insertBefore(Ingredient); in VPInstructionsToVPRecipes()
H A DVPlan.cpp278 void VPRecipeBase::insertBefore(VPRecipeBase *InsertPos) { in insertBefore() function in VPRecipeBase
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A Dilist_base.h77 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() function
H A Dsimple_ilist.h161 list_base_type::insertBefore(*I.getNodePtr(), *this->getNodePtr(&Node)); in insert()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp86 SI->insertBefore(First); in runOnFunction()
H A DHexagonVectorLoopCarriedReuse.cpp512 InstInPreheader->insertBefore(LoopPH->getTerminator()); in reuseValue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp272 commit.insertBefore(receiver->getBeginLoc(), "("); in rewriteToPropertyDotSyntax()
1262 commit.insertBefore(OM->getEndLoc(), " NS_RETURNS_INNER_POINTER"); in migrateNsReturnsInnerPointer()
1274 commit.insertBefore(P->getEndLoc(), " NS_RETURNS_INNER_POINTER "); in migratePropertyNsReturnsInnerPointer()
1400 commit.insertBefore(FirstFD->getBeginLoc(), PragmaString); in AnnotateImplicitBridging()
1491 commit.insertBefore(pd->getLocation(), "CF_CONSUMED "); in AddCFAnnotations()
1497 commit.insertBefore(pd->getLocation(), "NS_CONSUMED "); in AddCFAnnotations()
1604 commit.insertBefore(MethodDecl->getEndLoc(), AnnotationString); in AddCFAnnotations()
1619 commit.insertBefore(pd->getLocation(), "CF_CONSUMED "); in AddCFAnnotations()
1645 commit.insertBefore(MethodDecl->getEndLoc(), " NS_CONSUMES_SELF"); in migrateAddMethodAnnotation()
/freebsd-12.1/sys/contrib/libsodium/test/default/
H A Dindex.html.tpl91 s.parentNode.insertBefore(st, s);
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Edit/
H A DCommit.h79 bool insertBefore(SourceLocation loc, StringRef text) { in insertBefore() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp287 NewInst->insertBefore(ThenTerm); in versionCallSite()
H A DLoopVersioning.cpp82 I->insertBefore(RuntimeCheckBB->getTerminator()); in versionLoop()
H A DLoopRotationUtils.cpp373 C->insertBefore(LoopEntryBranch); in rotateLoop()
H A DCloneFunction.cpp829 New->insertBefore(NewTerm); in DuplicateInstructionsInSplitBetween()
/freebsd-12.1/contrib/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp658 NewLP->insertBefore(Terminator); in ehAwareSplitEdge()
782 CurrentMaterialization->insertBefore( in rewriteMaterializableInstructions()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstruction.h102 void insertBefore(Instruction *InsertPos);
/freebsd-12.1/contrib/libxo/xohtml/external/
H A Djquery.js1520 testElementParent.insertBefore( testElement, testElementParent.firstChild );
1622 body.insertBefore( container, body.firstChild );
4974 root.insertBefore( form, root.firstChild );
5774 wrap.insertBefore( this[0] );
5836 this.insertBefore( elem, this.firstChild );
5844 this.parentNode.insertBefore( elem, this );
5856 this.parentNode.insertBefore( elem, this.nextSibling );
6203 insertBefore: "before", property
6384 … div.insertBefore( context.createTextNode( rleadingWhitespace.exec(elem)[0] ), div.firstChild );
8040 head.insertBefore( script, head.firstChild );
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstruction.cpp74 void Instruction::insertBefore(Instruction *InsertPos) { in insertBefore() function in Instruction

12