Searched defs:NewSI (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/SandboxIR/ |
| HD | 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-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| HD | InstCombineLoadStoreAlloca.cpp | 403 auto *NewSI = SelectInst::Create(SI->getCondition(), TrueValue, FalseValue, in replace() local 1592 StoreInst *NewSI = in mergeStoreIntoSuccessor() local
|
| HD | 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-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | SimpleLoopUnswitch.cpp | 870 auto *NewSI = SwitchInst::Create(LoopCond, NewPH, ExitCases.size(), OldPH); in unswitchTrivialSwitch() local 2437 SwitchInst *NewSI = cast<SwitchInst>(NewTI); in unswitchNontrivialInvariants() local
|
| HD | LICM.cpp | 1873 StoreInst *NewSI = new StoreInst(LiveInValue, Ptr, InsertPos); in insertStoresInLoopExitBlocks() local
|
| HD | SROA.cpp | 3065 StoreInst *NewSI; in visitStoreInst() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | AtomicExpandPass.cpp | 543 StoreInst *NewSI = Builder.CreateStore(NewVal, Addr); in convertAtomicStoreToIntegerType() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| HD | VPlanRecipes.cpp | 613 auto *NewSI = Builder.CreateAlignedStore( in generatePerPart() local
|
| HD | LoopVectorize.cpp | 9304 Instruction *NewSI = nullptr; in execute() local 9345 CallInst *NewSI = nullptr; in execute() local
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaTemplateInstantiateDecl.cpp | 5127 TypeSourceInfo *NewSI = IR.TransformType(Function->getTypeSourceInfo()); in InstantiateFunctionDefinition() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | SimplifyCFG.cpp | 1332 SwitchInst *NewSI = Builder.CreateSwitch(CV, PredDefault, PredCases.size()); in PerformValueComparisonIntoPredecessorFolding() local
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| HD | MemorySanitizer.cpp | 1337 StoreInst *NewSI = IRB.CreateAlignedStore(Shadow, ShadowPtr, Alignment); in materializeStores() local
|