Home
last modified time | relevance | path

Searched refs:NarrowOp1 (Results 1 – 19 of 19) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DHexagonOptimize.cpp154 NarrowOp1 = 1 << 11, // Same as above, but for operand 1. enumerator
157 NarrowOps = NarrowOp0 | NarrowOp1 | NarrowOp2 | NarrowOp3,
450 …_i16x * bc(wild_i16), Pattern::InterleaveResult | Pattern::NarrowUnsignedOp0 | Pattern::NarrowOp1}, in visit()
463 {"halide.hexagon.mul.vh.b", wild_i16x * bc(wild_i16), Pattern::NarrowOp1}, in visit()
464 {"halide.hexagon.mul.vw.h", wild_i32x * bc(wild_i32), Pattern::NarrowOp1}, in visit()
478 …ild_i16x * wild_i16x, Pattern::InterleaveResult | Pattern::NarrowUnsignedOp0 | Pattern::NarrowOp1}, in visit()
489 …{"halide.hexagon.mul.vw.vh", wild_i32x * wild_i32x, Pattern::ReinterleaveOp0 | Pattern::NarrowOp1}, in visit()
754 … wild_i16x + wild_i16x * wild_i16x, Pattern::ReinterleaveOp0 | Pattern::NarrowOp1 | Pattern::Narro… in visit()
755 … wild_i32x + wild_i32x * wild_i32x, Pattern::ReinterleaveOp0 | Pattern::NarrowOp1 | Pattern::Narro… in visit()
785 …exagon.add_mul.vh.vh.b", wild_i16x + bc(wild_i16) * wild_i16x, Pattern::NarrowOp1 | Pattern::SwapO… in visit()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineCasts.cpp609 Value* NarrowOp1 = Builder.CreateTrunc(BinOp1, DestTy); in narrowBinOp() local
610 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1); in narrowBinOp()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp614 Value *NarrowOp1 = Builder.CreateTrunc(BinOp1, DestTy); in narrowBinOp() local
615 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1); in narrowBinOp()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp615 Value *NarrowOp1 = Builder.CreateTrunc(BinOp1, DestTy); in narrowBinOp() local
616 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1); in narrowBinOp()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp600 Value *NarrowOp1 = Builder.CreateTrunc(BinOp1, DestTy);
601 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp652 Value *NarrowOp1 = Builder.CreateTrunc(BinOp1, DestTy); in narrowBinOp() local
653 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1); in narrowBinOp()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp620 Value *NarrowOp1 = Builder.CreateTrunc(BinOp1, DestTy); in narrowBinOp() local
621 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1); in narrowBinOp()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp615 Value *NarrowOp1 = Builder.CreateTrunc(BinOp1, DestTy); in narrowBinOp() local
616 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1); in narrowBinOp()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp652 Value *NarrowOp1 = Builder.CreateTrunc(BinOp1, DestTy); in narrowBinOp() local
653 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1); in narrowBinOp()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp620 Value *NarrowOp1 = Builder.CreateTrunc(BinOp1, DestTy); in narrowBinOp() local
621 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1); in narrowBinOp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp615 Value *NarrowOp1 = Builder.CreateTrunc(BinOp1, DestTy); in narrowBinOp() local
616 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1); in narrowBinOp()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp652 Value *NarrowOp1 = Builder.CreateTrunc(BinOp1, DestTy); in narrowBinOp() local
653 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1); in narrowBinOp()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp615 Value *NarrowOp1 = Builder.CreateTrunc(BinOp1, DestTy); in narrowBinOp() local
616 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1); in narrowBinOp()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp675 Value *NarrowOp1 = Builder.CreateTrunc(BinOp1, DestTy); in narrowBinOp() local
676 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1); in narrowBinOp()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp675 Value *NarrowOp1 = Builder.CreateTrunc(BinOp1, DestTy); in narrowBinOp() local
676 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1); in narrowBinOp()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp675 Value *NarrowOp1 = Builder.CreateTrunc(BinOp1, DestTy); in narrowBinOp() local
676 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1); in narrowBinOp()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp675 Value *NarrowOp1 = Builder.CreateTrunc(BinOp1, DestTy); in narrowBinOp() local
676 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1); in narrowBinOp()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp675 Value *NarrowOp1 = Builder.CreateTrunc(BinOp1, DestTy); in narrowBinOp() local
676 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1); in narrowBinOp()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp675 Value *NarrowOp1 = Builder.CreateTrunc(BinOp1, DestTy); in narrowBinOp() local
676 return BinaryOperator::Create(BinOp->getOpcode(), X, NarrowOp1); in narrowBinOp()