Home
last modified time | relevance | path

Searched refs:NewI (Results 301 – 325 of 561) sorted by relevance

1...<<11121314151617181920>>...23

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/src/
H A Dtyper.erl290 {true, NewI} -> NewI;
291 {false, NewI} ->
292 check_imported_functions(Obj, NewI, Types)
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/src/
H A Dtyper.erl290 {true, NewI} -> NewI;
291 {false, NewI} ->
292 check_imported_functions(Obj, NewI, Types)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1384 Instruction *NewI = WorkList[i]->clone(); in transform() local
1385 NewI->insertBefore(NewLatch->getFirstNonPHI()); in transform()
1386 assert(!NewI->mayHaveSideEffects() && in transform()
1393 U.set(NewI); in transform()
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/src/
H A Dtyper.erl290 {true, NewI} -> NewI;
291 {false, NewI} ->
292 check_imported_functions(Obj, NewI, Types)
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1384 Instruction *NewI = WorkList[i]->clone();
1385 NewI->insertBefore(NewLatch->getFirstNonPHI());
1386 assert(!NewI->mayHaveSideEffects() &&
1393 U.set(NewI);
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/src/
H A Dtyper.erl290 {true, NewI} -> NewI;
291 {false, NewI} ->
292 check_imported_functions(Obj, NewI, Types)
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/src/
H A Dtyper.erl290 {true, NewI} -> NewI;
291 {false, NewI} ->
292 check_imported_functions(Obj, NewI, Types)
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DScalarizeMaskedMemIntrin.cpp146 Value *NewI = Builder.CreateAlignedLoad(VecType, Ptr, AlignVal); in scalarizeMaskedLoad() local
147 CI->replaceAllUsesWith(NewI); in scalarizeMaskedLoad()
H A DWinEHPrepare.cpp899 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
923 SSAUpdate.AddAvailableValue(NewI->getParent(), NewI); in cloneCommonBlocks()
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/
H A DSPIRVUtil.cpp661 auto NewI = RetMutate(NewCI); in mutateCallInst() local
662 NewI->takeName(CI); in mutateCallInst()
663 NewI->setDebugLoc(CI->getDebugLoc()); in mutateCallInst()
664 LLVM_DEBUG(dbgs() << " => " << *NewI << '\n'); in mutateCallInst()
666 CI->replaceAllUsesWith(NewI); in mutateCallInst()
668 return NewI; in mutateCallInst()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp923 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
947 SSAUpdate.AddAvailableValue(NewI->getParent(), NewI); in cloneCommonBlocks()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp923 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
947 SSAUpdate.AddAvailableValue(NewI->getParent(), NewI); in cloneCommonBlocks()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp917 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
941 SSAUpdate.AddAvailableValue(NewI->getParent(), NewI); in cloneCommonBlocks()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DWinEHPrepare.cpp917 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
941 SSAUpdate.AddAvailableValue(NewI->getParent(), NewI); in cloneCommonBlocks()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp919 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
943 SSAUpdate.AddAvailableValue(NewI->getParent(), NewI); in cloneCommonBlocks()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DWinEHPrepare.cpp901 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
925 SSAUpdate.AddAvailableValue(NewI->getParent(), NewI); in cloneCommonBlocks()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DWinEHPrepare.cpp923 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
947 SSAUpdate.AddAvailableValue(NewI->getParent(), NewI); in cloneCommonBlocks()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp917 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
941 SSAUpdate.AddAvailableValue(NewI->getParent(), NewI); in cloneCommonBlocks()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp901 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
925 SSAUpdate.AddAvailableValue(NewI->getParent(), NewI); in cloneCommonBlocks()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp917 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
941 SSAUpdate.AddAvailableValue(NewI->getParent(), NewI); in cloneCommonBlocks()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp917 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
941 SSAUpdate.AddAvailableValue(NewI->getParent(), NewI); in cloneCommonBlocks()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp901 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
925 SSAUpdate.AddAvailableValue(NewI->getParent(), NewI); in cloneCommonBlocks()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp919 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
943 SSAUpdate.AddAvailableValue(NewI->getParent(), NewI); in cloneCommonBlocks()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp917 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
941 SSAUpdate.AddAvailableValue(NewI->getParent(), NewI); in cloneCommonBlocks()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DWinEHPrepare.cpp900 auto *NewI = cast<Instruction>(VT.second); in cloneCommonBlocks() local
924 SSAUpdate.AddAvailableValue(NewI->getParent(), NewI); in cloneCommonBlocks()

1...<<11121314151617181920>>...23