Home
last modified time | relevance | path

Searched refs:NarrowOp (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineMulDivRem.cpp913 Value* NarrowOp = Builder.CreateBinOp(Opcode, X, Y); in narrowUDivURem() local
914 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
929 Value* NarrowOp = isa<Constant>(D) ? Builder.CreateBinOp(Opcode, X, TruncC) in narrowUDivURem() local
931 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1073 Value* NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local
1074 return new SExtInst(NarrowOp, Op0->getType()); in visitSDiv()
H A DInstCombineCasts.cpp640 Value* NarrowOp = Builder.CreateTrunc(Shuf->getOperand(0), Trunc.getType()); in shrinkSplatShuffle() local
641 return new ShuffleVectorInst(NarrowOp, NarrowUndef, Shuf->getMask()); in shrinkSplatShuffle()
671 Value* NarrowOp = Builder.CreateCast(Opcode, ScalarOp, DestScalarTy); in shrinkInsertElt() local
672 return InsertElementInst::Create(NarrowUndef, NarrowOp, Index); in shrinkInsertElt()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp890 Value *NarrowOp = Builder.CreateBinOp(Opcode, X, Y); in narrowUDivURem() local
891 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
906 Value *NarrowOp = isa<Constant>(D) ? Builder.CreateBinOp(Opcode, X, TruncC) in narrowUDivURem() local
908 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1053 Value *NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local
1054 return new SExtInst(NarrowOp, Op0->getType()); in visitSDiv()
H A DInstCombineCasts.cpp645 Value *NarrowOp = Builder.CreateTrunc(Shuf->getOperand(0), Trunc.getType()); in shrinkSplatShuffle() local
646 return new ShuffleVectorInst(NarrowOp, NarrowUndef, Shuf->getMask()); in shrinkSplatShuffle()
677 Value *NarrowOp = Builder.CreateCast(Opcode, ScalarOp, DestScalarTy); in shrinkInsertElt() local
678 return InsertElementInst::Create(NarrowUndef, NarrowOp, Index); in shrinkInsertElt()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp842 Value *NarrowOp = Builder.CreateBinOp(Opcode, X, Y); in narrowUDivURem() local
843 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
858 Value *NarrowOp = isa<Constant>(D) ? Builder.CreateBinOp(Opcode, X, TruncC) in narrowUDivURem() local
860 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1001 Value *NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local
1002 return new SExtInst(NarrowOp, Op0->getType()); in visitSDiv()
H A DInstCombineCasts.cpp646 Value *NarrowOp = Builder.CreateTrunc(Shuf->getOperand(0), Trunc.getType()); in shrinkSplatShuffle() local
647 return new ShuffleVectorInst(NarrowOp, NarrowUndef, Shuf->getMask()); in shrinkSplatShuffle()
678 Value *NarrowOp = Builder.CreateCast(Opcode, ScalarOp, DestScalarTy); in shrinkInsertElt() local
679 return InsertElementInst::Create(NarrowUndef, NarrowOp, Index); in shrinkInsertElt()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp907 Value *NarrowOp = Builder.CreateBinOp(Opcode, X, Y); in narrowUDivURem() local
908 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
923 Value *NarrowOp = isa<Constant>(D) ? Builder.CreateBinOp(Opcode, X, TruncC) in narrowUDivURem() local
925 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1066 Value *NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local
1067 return new SExtInst(NarrowOp, Op0->getType()); in visitSDiv()
H A DInstCombineCasts.cpp631 Value *NarrowOp = Builder.CreateTrunc(Shuf->getOperand(0), Trunc.getType());
632 return new ShuffleVectorInst(NarrowOp, NarrowUndef, Shuf->getMask());
663 Value *NarrowOp = Builder.CreateCast(Opcode, ScalarOp, DestScalarTy);
664 return InsertElementInst::Create(NarrowUndef, NarrowOp, Index);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp930 Value *NarrowOp = Builder.CreateBinOp(Opcode, X, Y); in narrowUDivURem() local
931 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
946 Value *NarrowOp = isa<Constant>(D) ? Builder.CreateBinOp(Opcode, X, TruncC) in narrowUDivURem() local
948 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1093 Value *NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local
1094 return new SExtInst(NarrowOp, Op0->getType()); in visitSDiv()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp930 Value *NarrowOp = Builder.CreateBinOp(Opcode, X, Y); in narrowUDivURem() local
931 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
946 Value *NarrowOp = isa<Constant>(D) ? Builder.CreateBinOp(Opcode, X, TruncC) in narrowUDivURem() local
948 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1093 Value *NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local
1094 return new SExtInst(NarrowOp, Op0->getType()); in visitSDiv()
H A DInstCombineCasts.cpp646 Value *NarrowOp = Builder.CreateTrunc(Shuf->getOperand(0), Trunc.getType()); in shrinkSplatShuffle() local
647 return new ShuffleVectorInst(NarrowOp, NarrowUndef, Shuf->getMask()); in shrinkSplatShuffle()
678 Value *NarrowOp = Builder.CreateCast(Opcode, ScalarOp, DestScalarTy); in shrinkInsertElt() local
679 return InsertElementInst::Create(NarrowUndef, NarrowOp, Index); in shrinkInsertElt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp930 Value *NarrowOp = Builder.CreateBinOp(Opcode, X, Y); in narrowUDivURem() local
931 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
946 Value *NarrowOp = isa<Constant>(D) ? Builder.CreateBinOp(Opcode, X, TruncC) in narrowUDivURem() local
948 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1093 Value *NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local
1094 return new SExtInst(NarrowOp, Op0->getType()); in visitSDiv()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp983 Value *NarrowOp = Builder.CreateBinOp(Opcode, X, Y); in narrowUDivURem() local
984 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
999 Value *NarrowOp = isa<Constant>(D) ? Builder.CreateBinOp(Opcode, X, TruncC) in narrowUDivURem() local
1001 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1157 Value *NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local
1158 return new SExtInst(NarrowOp, Ty); in visitSDiv()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp989 Value *NarrowOp = Builder.CreateBinOp(Opcode, X, Y); in narrowUDivURem() local
990 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1005 Value *NarrowOp = isa<Constant>(D) ? Builder.CreateBinOp(Opcode, X, TruncC) in narrowUDivURem() local
1007 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1152 Value *NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local
1153 return new SExtInst(NarrowOp, Op0->getType()); in visitSDiv()
H A DInstCombineCasts.cpp651 Value *NarrowOp = Builder.CreateTrunc(Shuf->getOperand(0), Trunc.getType()); in shrinkSplatShuffle() local
652 return new ShuffleVectorInst(NarrowOp, NarrowUndef, Shuf->getShuffleMask()); in shrinkSplatShuffle()
683 Value *NarrowOp = Builder.CreateCast(Opcode, ScalarOp, DestScalarTy); in shrinkInsertElt() local
684 return InsertElementInst::Create(NarrowUndef, NarrowOp, Index); in shrinkInsertElt()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp983 Value *NarrowOp = Builder.CreateBinOp(Opcode, X, Y); in narrowUDivURem() local
984 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
999 Value *NarrowOp = isa<Constant>(D) ? Builder.CreateBinOp(Opcode, X, TruncC) in narrowUDivURem() local
1001 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1157 Value *NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local
1158 return new SExtInst(NarrowOp, Ty); in visitSDiv()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp978 Value *NarrowOp = Builder.CreateBinOp(Opcode, X, Y); in narrowUDivURem() local
979 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
994 Value *NarrowOp = isa<Constant>(D) ? Builder.CreateBinOp(Opcode, X, TruncC) in narrowUDivURem() local
996 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1152 Value *NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local
1153 return new SExtInst(NarrowOp, Ty); in visitSDiv()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp993 Value *NarrowOp = Builder.CreateBinOp(Opcode, X, Y); in narrowUDivURem() local
994 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1009 Value *NarrowOp = isa<Constant>(D) ? Builder.CreateBinOp(Opcode, X, TruncC) in narrowUDivURem() local
1011 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1156 Value *NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local
1157 return new SExtInst(NarrowOp, Op0->getType()); in visitSDiv()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp983 Value *NarrowOp = Builder.CreateBinOp(Opcode, X, Y); in narrowUDivURem() local
984 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
999 Value *NarrowOp = isa<Constant>(D) ? Builder.CreateBinOp(Opcode, X, TruncC) in narrowUDivURem() local
1001 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1157 Value *NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local
1158 return new SExtInst(NarrowOp, Ty); in visitSDiv()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp994 Value *NarrowOp = Builder.CreateBinOp(Opcode, X, Y); in narrowUDivURem() local
995 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1010 Value *NarrowOp = isa<Constant>(D) ? Builder.CreateBinOp(Opcode, X, TruncC) in narrowUDivURem() local
1012 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1168 Value *NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local
1169 return new SExtInst(NarrowOp, Ty); in visitSDiv()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp983 Value *NarrowOp = Builder.CreateBinOp(Opcode, X, Y); in narrowUDivURem() local
984 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
999 Value *NarrowOp = isa<Constant>(D) ? Builder.CreateBinOp(Opcode, X, TruncC) in narrowUDivURem() local
1001 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1157 Value *NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local
1158 return new SExtInst(NarrowOp, Ty); in visitSDiv()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp978 Value *NarrowOp = Builder.CreateBinOp(Opcode, X, Y); in narrowUDivURem() local
979 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
994 Value *NarrowOp = isa<Constant>(D) ? Builder.CreateBinOp(Opcode, X, TruncC) in narrowUDivURem() local
996 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1152 Value *NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local
1153 return new SExtInst(NarrowOp, Ty); in visitSDiv()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp963 Value *NarrowOp = Builder.CreateBinOp(Opcode, X, Y); in narrowUDivURem() local
964 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
979 Value *NarrowOp = isa<Constant>(D) ? Builder.CreateBinOp(Opcode, X, TruncC) in narrowUDivURem() local
981 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1137 Value *NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local
1138 return new SExtInst(NarrowOp, Ty); in visitSDiv()
H A DInstCombineCasts.cpp683 Value *NarrowOp = Builder.CreateTrunc(Shuf->getOperand(0), Trunc.getType()); in shrinkSplatShuffle() local
684 return new ShuffleVectorInst(NarrowOp, NarrowUndef, Shuf->getShuffleMask()); in shrinkSplatShuffle()
715 Value *NarrowOp = Builder.CreateCast(Opcode, ScalarOp, DestScalarTy); in shrinkInsertElt() local
716 return InsertElementInst::Create(NarrowUndef, NarrowOp, Index); in shrinkInsertElt()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp983 Value *NarrowOp = Builder.CreateBinOp(Opcode, X, Y); in narrowUDivURem() local
984 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
999 Value *NarrowOp = isa<Constant>(D) ? Builder.CreateBinOp(Opcode, X, TruncC) in narrowUDivURem() local
1001 return new ZExtInst(NarrowOp, Ty); in narrowUDivURem()
1157 Value *NarrowOp = Builder.CreateSDiv(Op0Src, NarrowDivisor); in visitSDiv() local
1158 return new SExtInst(NarrowOp, Ty); in visitSDiv()

123