/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 402 auto *NewSI = SelectInst::Create( replace() local 1593 StoreInst *NewSI = mergeStoreIntoSuccessor() local
|
H A D | InstCombineSelect.cpp | 311 Value *NewSI = foldSelectOpOp() local 475 Value *NewSI = Builder.CreateSelect(Cond, OtherOpT, OtherOpF, foldSelectOpOp() local 3554 Value *NewSI = visitSelectInst() local 3613 Value *NewSI = Builder.CreateSelect(Cmp, LHS, RHS, SI.getName(), &SI); visitSelectInst() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SimpleLoopUnswitch.cpp | 863 auto *NewSI = SwitchInst::Create(LoopCond, NewPH, ExitCases.size(), OldPH); unswitchTrivialSwitch() local 2418 SwitchInst *NewSI = cast<SwitchInst>(NewTI); unswitchNontrivialInvariants() local
|
H A D | LICM.cpp | 1858 StoreInst *NewSI = new StoreInst(LiveInValue, Ptr, InsertPos); insertStoresInLoopExitBlocks() local [all...] |
H A D | SROA.cpp | 3103 StoreInst *NewSI; visitStoreInst() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 478 auto *NewSI = Builder.CreateAlignedStore( generateInstruction() local
|
H A D | LoopVectorize.cpp | 9503 Instruction *NewSI = nullptr; execute() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 508 StoreInst *NewSI = Builder.CreateStore(NewVal, Addr); convertAtomicStoreToIntegerType() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 5127 TypeSourceInfo *NewSI = IR.TransformType(Function->getTypeSourceInfo()); in InstantiateFunctionDefinition() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 1332 SwitchInst *NewSI = Builder.CreateSwitch(CV, PredDefault, PredCases.size()); in PerformValueComparisonIntoPredecessorFolding() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 1329 StoreInst *NewSI = IRB.CreateAlignedStore(Shadow, ShadowPtr, Alignment); materializeStores() local
|