/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/ |
H A D | SandboxIR.cpp | 463 if (auto *NewSI = dyn_cast<llvm::SelectInst>(NewV)) in createCommon() local 550 auto *NewSI = in create() local 560 auto *NewSI = in create() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 403 auto *NewSI = SelectInst::Create(SI->getCondition(), TrueValue, FalseValue, in replace() local 1592 StoreInst *NewSI = in mergeStoreIntoSuccessor() local
|
H A D | InstCombineSelect.cpp | 318 Value *NewSI = in foldSelectOpOp() local 482 Value *NewSI = Builder.CreateSelect(Cond, OtherOpT, OtherOpF, in foldSelectOpOp() local 3775 Value *NewSI = in visitSelectInst() local 3833 Value *NewSI = Builder.CreateSelect(Cmp, LHS, RHS, SI.getName(), &SI); in visitSelectInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SimpleLoopUnswitch.cpp | 870 auto *NewSI = SwitchInst::Create(LoopCond, NewPH, ExitCases.size(), OldPH); in unswitchTrivialSwitch() local 2436 SwitchInst *NewSI = cast<SwitchInst>(NewTI); unswitchNontrivialInvariants() local
|
H A D | LICM.cpp | 1873 StoreInst *NewSI = new StoreInst(LiveInValue, Ptr, InsertPos); in insertStoresInLoopExitBlocks() local
|
H A D | SROA.cpp | 3065 StoreInst *NewSI; in visitStoreInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 543 StoreInst *NewSI = Builder.CreateStore(NewVal, Addr); in convertAtomicStoreToIntegerType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 613 auto *NewSI = Builder.CreateAlignedStore( in generatePerPart() local
|
H A D | LoopVectorize.cpp | 9304 Instruction *NewSI = nullptr; in execute() local 9345 CallInst *NewSI = nullptr; in execute() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 5127 TypeSourceInfo *NewSI = IR.TransformType(Function->getTypeSourceInfo()); in InstantiateFunctionDefinition() local
|
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 1337 StoreInst *NewSI = IRB.CreateAlignedStore(Shadow, ShadowPtr, Alignment); in materializeStores() local
|