Home
last modified time | relevance | path

Searched refs:m_ZExtOrSExt (Results 1 – 25 of 136) sorted by relevance

123456

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXOpts/CMAnalysis/
H A DInstructionSimplifyGenX.cpp123 m_c_Mul(m_ZExtOrSExt(m_Value(LH)), in simplifyMulDDQ()
124 m_CombineOr(m_ZExtOrSExt(m_Value(RH)), m_Constant(C))))) in simplifyMulDDQ()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/ARM/
H A DARMParallelDSP.cpp230 } else if (match(V, m_ZExtOrSExt(m_Value(Val)))) { in IsNarrowSequence()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/IR/
H A DPatternMatch.cpp524 EXPECT_FALSE(m_ZExtOrSExt(m_One()).match(One32)); in TEST_F()
525 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64Z)); in TEST_F()
526 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64S)); in TEST_F()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/IR/
H A DPatternMatch.cpp524 EXPECT_FALSE(m_ZExtOrSExt(m_One()).match(One32)); in TEST_F()
525 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64Z)); in TEST_F()
526 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64S)); in TEST_F()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/ARM/
H A DARMParallelDSP.cpp250 } else if (match(V, m_ZExtOrSExt(m_Value(Val)))) { in IsNarrowSequence()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/IR/
H A DPatternMatch.cpp524 EXPECT_FALSE(m_ZExtOrSExt(m_One()).match(One32)); in TEST_F()
525 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64Z)); in TEST_F()
526 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64S)); in TEST_F()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineCasts.cpp319 if ((match(V, m_ZExtOrSExt(m_Value(X))) || match(V, m_Trunc(m_Value(X)))) && in canAlwaysEvaluateInType()
607 if (match(BinOp0, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
612 if (match(BinOp1, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/IR/
H A DPatternMatch.cpp524 EXPECT_FALSE(m_ZExtOrSExt(m_One()).match(One32)); in TEST_F()
525 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64Z)); in TEST_F()
526 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64S)); in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DPatternMatch.cpp524 EXPECT_FALSE(m_ZExtOrSExt(m_One()).match(One32)); in TEST_F()
525 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64Z)); in TEST_F()
526 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64S)); in TEST_F()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DPatternMatch.cpp524 EXPECT_FALSE(m_ZExtOrSExt(m_One()).match(One32)); in TEST_F()
525 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64Z)); in TEST_F()
526 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64S)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/IR/
H A DPatternMatch.cpp524 EXPECT_FALSE(m_ZExtOrSExt(m_One()).match(One32)); in TEST_F()
525 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64Z)); in TEST_F()
526 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64S)); in TEST_F()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp309 if ((match(V, m_ZExtOrSExt(m_Value(X))) || match(V, m_Trunc(m_Value(X)))) && in canAlwaysEvaluateInType()
612 if (match(BinOp0, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
617 if (match(BinOp1, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp310 if ((match(V, m_ZExtOrSExt(m_Value(X))) || match(V, m_Trunc(m_Value(X)))) && in canAlwaysEvaluateInType()
613 if (match(BinOp0, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
618 if (match(BinOp1, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp310 if ((match(V, m_ZExtOrSExt(m_Value(X))) || match(V, m_Trunc(m_Value(X)))) &&
598 if (match(BinOp0, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) {
603 if (match(BinOp1, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) {
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/ARM/
H A DARMParallelDSP.cpp354 } else if (match(V, m_ZExtOrSExt(m_Value(Val)))) { in IsNarrowSequence()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp331 if ((match(V, m_ZExtOrSExt(m_Value(X))) || match(V, m_Trunc(m_Value(X)))) && in canAlwaysEvaluateInType()
650 if (match(BinOp0, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
655 if (match(BinOp1, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp313 if ((match(V, m_ZExtOrSExt(m_Value(X))) || match(V, m_Trunc(m_Value(X)))) && in canAlwaysEvaluateInType()
618 if (match(BinOp0, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
623 if (match(BinOp1, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/IR/
H A DPatternMatch.cpp524 EXPECT_FALSE(m_ZExtOrSExt(m_One()).match(One32)); in TEST_F()
525 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64Z)); in TEST_F()
526 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64S)); in TEST_F()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp310 if ((match(V, m_ZExtOrSExt(m_Value(X))) || match(V, m_Trunc(m_Value(X)))) && in canAlwaysEvaluateInType()
613 if (match(BinOp0, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
618 if (match(BinOp1, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp331 if ((match(V, m_ZExtOrSExt(m_Value(X))) || match(V, m_Trunc(m_Value(X)))) && in canAlwaysEvaluateInType()
650 if (match(BinOp0, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
655 if (match(BinOp1, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp313 if ((match(V, m_ZExtOrSExt(m_Value(X))) || match(V, m_Trunc(m_Value(X)))) && in canAlwaysEvaluateInType()
618 if (match(BinOp0, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
623 if (match(BinOp1, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/IR/
H A DPatternMatch.cpp524 EXPECT_FALSE(m_ZExtOrSExt(m_One()).match(One32)); in TEST_F()
525 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64Z)); in TEST_F()
526 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64S)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp310 if ((match(V, m_ZExtOrSExt(m_Value(X))) || match(V, m_Trunc(m_Value(X)))) && in canAlwaysEvaluateInType()
613 if (match(BinOp0, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
618 if (match(BinOp1, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DPatternMatch.cpp524 EXPECT_FALSE(m_ZExtOrSExt(m_One()).match(One32)); in TEST_F()
525 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64Z)); in TEST_F()
526 EXPECT_TRUE(m_ZExtOrSExt(m_One()).match(One64S)); in TEST_F()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp331 if ((match(V, m_ZExtOrSExt(m_Value(X))) || match(V, m_Trunc(m_Value(X)))) && in canAlwaysEvaluateInType()
650 if (match(BinOp0, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()
655 if (match(BinOp1, m_ZExtOrSExt(m_Value(X))) && X->getType() == DestTy) { in narrowBinOp()

123456