Home
last modified time | relevance | path

Searched defs:NewSI (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DSandboxIR.cpp463 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 DInstCombineLoadStoreAlloca.cpp403 auto *NewSI = SelectInst::Create(SI->getCondition(), TrueValue, FalseValue, in replace() local
1592 StoreInst *NewSI = in mergeStoreIntoSuccessor() local
H A DInstCombineSelect.cpp318 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 DSimpleLoopUnswitch.cpp870 auto *NewSI = SwitchInst::Create(LoopCond, NewPH, ExitCases.size(), OldPH); in unswitchTrivialSwitch() local
2436 SwitchInst *NewSI = cast<SwitchInst>(NewTI); unswitchNontrivialInvariants() local
H A DLICM.cpp1873 StoreInst *NewSI = new StoreInst(LiveInValue, Ptr, InsertPos); in insertStoresInLoopExitBlocks() local
H A DSROA.cpp3065 StoreInst *NewSI; in visitStoreInst() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp543 StoreInst *NewSI = Builder.CreateStore(NewVal, Addr); in convertAtomicStoreToIntegerType() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp613 auto *NewSI = Builder.CreateAlignedStore( in generatePerPart() local
H A DLoopVectorize.cpp9304 Instruction *NewSI = nullptr; in execute() local
9345 CallInst *NewSI = nullptr; in execute() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5127 TypeSourceInfo *NewSI = IR.TransformType(Function->getTypeSourceInfo()); in InstantiateFunctionDefinition() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1332 SwitchInst *NewSI = Builder.CreateSwitch(CV, PredDefault, PredCases.size()); in PerformValueComparisonIntoPredecessorFolding() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1337 StoreInst *NewSI = IRB.CreateAlignedStore(Shadow, ShadowPtr, Alignment); in materializeStores() local