Home
last modified time | relevance | path

Searched refs:Zext (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/dports/devel/binaryen/binaryen-version_98/src/dataflow/
H A Dnode.h62 Zext, // zero-extend an i1 (from an op where Souper returns i1 but wasm does enumerator
77 bool isZext() { return type == Zext; } in isZext()
138 Node* ret = new Node(Zext); in makeZext()
163 case Zext: in getWasmType()
/dports/math/libpgmath/flang-d07daf3/test/mp_correct/src/src/
H A Ddt01.f9025 integer Zext ! Z direction external force component
48 results(3) = sum(FORCE%Zext)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp549 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
559 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
569 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
579 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
589 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
599 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
609 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
619 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
629 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
639 InstCast::create(Func, InstCast::Zext, Dest, TmpDest)); in Binop()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp157 Value *Zext = Builder.CreateZExt(Cmp, I.getType()); in foldAnyOrAllBitsSet() local
158 I.replaceAllUsesWith(Zext); in foldAnyOrAllBitsSet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp950 if (In->getType() != Zext.getType()) in transformZExtICmp()
958 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
983 Constant *Res = ConstantInt::get(Zext.getType(), isNE); in transformZExtICmp()
984 return replaceInstUsesWith(Zext, Res); in transformZExtICmp()
1001 if (Zext.getType() == In->getType()) in transformZExtICmp()
1002 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
1005 return replaceInstUsesWith(Zext, IntCast); in transformZExtICmp()
1014 if (IntegerType *ITy = dyn_cast<IntegerType>(Zext.getType())) { in transformZExtICmp()
1018 KnownBits KnownLHS = computeKnownBits(LHS, 0, &Zext); in transformZExtICmp()
1019 KnownBits KnownRHS = computeKnownBits(RHS, 0, &Zext); in transformZExtICmp()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp915 if (In->getType() != Zext.getType()) in transformZExtICmp()
923 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
948 Constant *Res = ConstantInt::get(Zext.getType(), isNE); in transformZExtICmp()
949 return replaceInstUsesWith(Zext, Res); in transformZExtICmp()
966 if (Zext.getType() == In->getType()) in transformZExtICmp()
967 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
970 return replaceInstUsesWith(Zext, IntCast); in transformZExtICmp()
979 if (IntegerType *ITy = dyn_cast<IntegerType>(Zext.getType())) { in transformZExtICmp()
983 KnownBits KnownLHS = computeKnownBits(LHS, 0, &Zext); in transformZExtICmp()
984 KnownBits KnownRHS = computeKnownBits(RHS, 0, &Zext); in transformZExtICmp()
[all …]
H A DInstCombinePHI.cpp674 if (auto *Zext = dyn_cast<ZExtInst>(V)) { in FoldPHIArgZextsIntoPHI() local
675 NarrowType = Zext->getSrcTy(); in FoldPHIArgZextsIntoPHI()
688 if (auto *Zext = dyn_cast<ZExtInst>(V)) { in FoldPHIArgZextsIntoPHI() local
690 if (Zext->getSrcTy() != NarrowType || !Zext->hasOneUse()) in FoldPHIArgZextsIntoPHI()
692 NewIncoming.push_back(Zext->getOperand(0)); in FoldPHIArgZextsIntoPHI()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp865 if (In->getType() != Zext.getType()) in transformZExtICmp()
873 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
898 Constant *Res = ConstantInt::get(Zext.getType(), isNE); in transformZExtICmp()
899 return replaceInstUsesWith(Zext, Res); in transformZExtICmp()
916 if (Zext.getType() == In->getType()) in transformZExtICmp()
917 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
920 return replaceInstUsesWith(Zext, IntCast); in transformZExtICmp()
929 if (IntegerType *ITy = dyn_cast<IntegerType>(Zext.getType())) { in transformZExtICmp()
933 KnownBits KnownLHS = computeKnownBits(LHS, 0, &Zext); in transformZExtICmp()
934 KnownBits KnownRHS = computeKnownBits(RHS, 0, &Zext); in transformZExtICmp()
[all …]
H A DInstCombinePHI.cpp679 if (auto *Zext = dyn_cast<ZExtInst>(V)) { in FoldPHIArgZextsIntoPHI() local
680 NarrowType = Zext->getSrcTy(); in FoldPHIArgZextsIntoPHI()
693 if (auto *Zext = dyn_cast<ZExtInst>(V)) { in FoldPHIArgZextsIntoPHI() local
695 if (Zext->getSrcTy() != NarrowType || !Zext->hasOneUse()) in FoldPHIArgZextsIntoPHI()
697 NewIncoming.push_back(Zext->getOperand(0)); in FoldPHIArgZextsIntoPHI()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp951 if (In->getType() != Zext.getType()) in transformZExtICmp()
959 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
984 Constant *Res = ConstantInt::get(Zext.getType(), isNE); in transformZExtICmp()
985 return replaceInstUsesWith(Zext, Res); in transformZExtICmp()
1002 if (Zext.getType() == In->getType()) in transformZExtICmp()
1003 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
1006 return replaceInstUsesWith(Zext, IntCast); in transformZExtICmp()
1015 if (IntegerType *ITy = dyn_cast<IntegerType>(Zext.getType())) { in transformZExtICmp()
1019 KnownBits KnownLHS = computeKnownBits(LHS, 0, &Zext); in transformZExtICmp()
1020 KnownBits KnownRHS = computeKnownBits(RHS, 0, &Zext); in transformZExtICmp()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp915 if (In->getType() != Zext.getType()) in transformZExtICmp()
923 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
948 Constant *Res = ConstantInt::get(Zext.getType(), isNE); in transformZExtICmp()
949 return replaceInstUsesWith(Zext, Res); in transformZExtICmp()
966 if (Zext.getType() == In->getType()) in transformZExtICmp()
967 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
970 return replaceInstUsesWith(Zext, IntCast); in transformZExtICmp()
979 if (IntegerType *ITy = dyn_cast<IntegerType>(Zext.getType())) { in transformZExtICmp()
983 KnownBits KnownLHS = computeKnownBits(LHS, 0, &Zext); in transformZExtICmp()
984 KnownBits KnownRHS = computeKnownBits(RHS, 0, &Zext); in transformZExtICmp()
[all …]
H A DInstCombinePHI.cpp674 if (auto *Zext = dyn_cast<ZExtInst>(V)) { in FoldPHIArgZextsIntoPHI() local
675 NarrowType = Zext->getSrcTy(); in FoldPHIArgZextsIntoPHI()
688 if (auto *Zext = dyn_cast<ZExtInst>(V)) { in FoldPHIArgZextsIntoPHI() local
690 if (Zext->getSrcTy() != NarrowType || !Zext->hasOneUse()) in FoldPHIArgZextsIntoPHI()
692 NewIncoming.push_back(Zext->getOperand(0)); in FoldPHIArgZextsIntoPHI()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp865 if (In->getType() != Zext.getType()) in transformZExtICmp()
873 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
898 Constant *Res = ConstantInt::get(Zext.getType(), isNE); in transformZExtICmp()
899 return replaceInstUsesWith(Zext, Res); in transformZExtICmp()
916 if (Zext.getType() == In->getType()) in transformZExtICmp()
917 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
920 return replaceInstUsesWith(Zext, IntCast); in transformZExtICmp()
929 if (IntegerType *ITy = dyn_cast<IntegerType>(Zext.getType())) { in transformZExtICmp()
933 KnownBits KnownLHS = computeKnownBits(LHS, 0, &Zext); in transformZExtICmp()
934 KnownBits KnownRHS = computeKnownBits(RHS, 0, &Zext); in transformZExtICmp()
[all …]
H A DInstCombinePHI.cpp679 if (auto *Zext = dyn_cast<ZExtInst>(V)) { in FoldPHIArgZextsIntoPHI() local
680 NarrowType = Zext->getSrcTy(); in FoldPHIArgZextsIntoPHI()
693 if (auto *Zext = dyn_cast<ZExtInst>(V)) { in FoldPHIArgZextsIntoPHI() local
695 if (Zext->getSrcTy() != NarrowType || !Zext->hasOneUse()) in FoldPHIArgZextsIntoPHI()
697 NewIncoming.push_back(Zext->getOperand(0)); in FoldPHIArgZextsIntoPHI()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp951 if (In->getType() != Zext.getType()) in transformZExtICmp()
959 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
984 Constant *Res = ConstantInt::get(Zext.getType(), isNE); in transformZExtICmp()
985 return replaceInstUsesWith(Zext, Res); in transformZExtICmp()
1002 if (Zext.getType() == In->getType()) in transformZExtICmp()
1003 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
1006 return replaceInstUsesWith(Zext, IntCast); in transformZExtICmp()
1015 if (IntegerType *ITy = dyn_cast<IntegerType>(Zext.getType())) { in transformZExtICmp()
1019 KnownBits KnownLHS = computeKnownBits(LHS, 0, &Zext); in transformZExtICmp()
1020 KnownBits KnownRHS = computeKnownBits(RHS, 0, &Zext); in transformZExtICmp()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp865 if (In->getType() != Zext.getType()) in transformZExtICmp()
873 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
898 Constant *Res = ConstantInt::get(Zext.getType(), isNE); in transformZExtICmp()
899 return replaceInstUsesWith(Zext, Res); in transformZExtICmp()
916 if (Zext.getType() == In->getType()) in transformZExtICmp()
917 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
920 return replaceInstUsesWith(Zext, IntCast); in transformZExtICmp()
929 if (IntegerType *ITy = dyn_cast<IntegerType>(Zext.getType())) { in transformZExtICmp()
933 KnownBits KnownLHS = computeKnownBits(LHS, 0, &Zext); in transformZExtICmp()
934 KnownBits KnownRHS = computeKnownBits(RHS, 0, &Zext); in transformZExtICmp()
[all …]
H A DInstCombinePHI.cpp679 if (auto *Zext = dyn_cast<ZExtInst>(V)) { in FoldPHIArgZextsIntoPHI() local
680 NarrowType = Zext->getSrcTy(); in FoldPHIArgZextsIntoPHI()
693 if (auto *Zext = dyn_cast<ZExtInst>(V)) { in FoldPHIArgZextsIntoPHI() local
695 if (Zext->getSrcTy() != NarrowType || !Zext->hasOneUse()) in FoldPHIArgZextsIntoPHI()
697 NewIncoming.push_back(Zext->getOperand(0)); in FoldPHIArgZextsIntoPHI()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/4.0/
H A DInstCombinePHI.cpp435 if (auto *Zext = dyn_cast<ZExtInst>(V)) { in FoldPHIArgZextsIntoPHI() local
436 NarrowType = Zext->getSrcTy(); in FoldPHIArgZextsIntoPHI()
449 if (auto *Zext = dyn_cast<ZExtInst>(V)) { in FoldPHIArgZextsIntoPHI() local
451 if (Zext->getSrcTy() != NarrowType || !Zext->hasOneUse()) in FoldPHIArgZextsIntoPHI()
453 NewIncoming.push_back(Zext->getOperand(0)); in FoldPHIArgZextsIntoPHI()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp988 if (In->getType() != Zext.getType()) in transformZExtICmp()
996 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
1021 Constant *Res = ConstantInt::get(Zext.getType(), isNE); in transformZExtICmp()
1022 return replaceInstUsesWith(Zext, Res); in transformZExtICmp()
1039 if (Zext.getType() == In->getType()) in transformZExtICmp()
1040 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
1043 return replaceInstUsesWith(Zext, IntCast); in transformZExtICmp()
1063 return replaceInstUsesWith(Zext, And1); in transformZExtICmp()
1073 KnownBits KnownLHS = computeKnownBits(LHS, 0, &Zext); in transformZExtICmp()
1074 KnownBits KnownRHS = computeKnownBits(RHS, 0, &Zext); in transformZExtICmp()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp988 if (In->getType() != Zext.getType()) in transformZExtICmp()
996 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
1021 Constant *Res = ConstantInt::get(Zext.getType(), isNE); in transformZExtICmp()
1022 return replaceInstUsesWith(Zext, Res); in transformZExtICmp()
1039 if (Zext.getType() == In->getType()) in transformZExtICmp()
1040 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
1043 return replaceInstUsesWith(Zext, IntCast); in transformZExtICmp()
1063 return replaceInstUsesWith(Zext, And1); in transformZExtICmp()
1073 KnownBits KnownLHS = computeKnownBits(LHS, 0, &Zext); in transformZExtICmp()
1074 KnownBits KnownRHS = computeKnownBits(RHS, 0, &Zext); in transformZExtICmp()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp988 if (In->getType() != Zext.getType()) in transformZExtICmp()
996 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
1021 Constant *Res = ConstantInt::get(Zext.getType(), isNE); in transformZExtICmp()
1022 return replaceInstUsesWith(Zext, Res); in transformZExtICmp()
1039 if (Zext.getType() == In->getType()) in transformZExtICmp()
1040 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
1043 return replaceInstUsesWith(Zext, IntCast); in transformZExtICmp()
1063 return replaceInstUsesWith(Zext, And1); in transformZExtICmp()
1073 KnownBits KnownLHS = computeKnownBits(LHS, 0, &Zext); in transformZExtICmp()
1074 KnownBits KnownRHS = computeKnownBits(RHS, 0, &Zext); in transformZExtICmp()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp997 if (In->getType() != Zext.getType()) in transformZExtICmp()
1005 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
1028 Constant *Res = ConstantInt::get(Zext.getType(), isNE); in transformZExtICmp()
1029 return replaceInstUsesWith(Zext, Res); in transformZExtICmp()
1046 if (Zext.getType() == In->getType()) in transformZExtICmp()
1047 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
1050 return replaceInstUsesWith(Zext, IntCast); in transformZExtICmp()
1067 return replaceInstUsesWith(Zext, And1); in transformZExtICmp()
1077 KnownBits KnownLHS = computeKnownBits(LHS, 0, &Zext); in transformZExtICmp()
1078 KnownBits KnownRHS = computeKnownBits(RHS, 0, &Zext); in transformZExtICmp()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp988 if (In->getType() != Zext.getType()) in transformZExtICmp()
996 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
1021 Constant *Res = ConstantInt::get(Zext.getType(), isNE); in transformZExtICmp()
1022 return replaceInstUsesWith(Zext, Res); in transformZExtICmp()
1039 if (Zext.getType() == In->getType()) in transformZExtICmp()
1040 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
1043 return replaceInstUsesWith(Zext, IntCast); in transformZExtICmp()
1063 return replaceInstUsesWith(Zext, And1); in transformZExtICmp()
1073 KnownBits KnownLHS = computeKnownBits(LHS, 0, &Zext); in transformZExtICmp()
1074 KnownBits KnownRHS = computeKnownBits(RHS, 0, &Zext); in transformZExtICmp()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp988 if (In->getType() != Zext.getType()) in transformZExtICmp()
996 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
1021 Constant *Res = ConstantInt::get(Zext.getType(), isNE); in transformZExtICmp()
1022 return replaceInstUsesWith(Zext, Res); in transformZExtICmp()
1039 if (Zext.getType() == In->getType()) in transformZExtICmp()
1040 return replaceInstUsesWith(Zext, In); in transformZExtICmp()
1043 return replaceInstUsesWith(Zext, IntCast); in transformZExtICmp()
1063 return replaceInstUsesWith(Zext, And1); in transformZExtICmp()
1073 KnownBits KnownLHS = computeKnownBits(LHS, 0, &Zext); in transformZExtICmp()
1074 KnownBits KnownRHS = computeKnownBits(RHS, 0, &Zext); in transformZExtICmp()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombinePHI.cpp675 if (auto * Zext = dyn_cast<ZExtInst>(V)) { in FoldPHIArgZextsIntoPHI() local
676 NarrowType = Zext->getSrcTy(); in FoldPHIArgZextsIntoPHI()
689 if (auto * Zext = dyn_cast<ZExtInst>(V)) { in FoldPHIArgZextsIntoPHI() local
691 if (Zext->getSrcTy() != NarrowType || !Zext->hasOneUse()) in FoldPHIArgZextsIntoPHI()
693 NewIncoming.push_back(Zext->getOperand(0)); in FoldPHIArgZextsIntoPHI()

12345678910>>...17