Home
last modified time | relevance | path

Searched refs:m_ZeroInt (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h87 inline SpecificConstantMatch m_ZeroInt() { return SpecificConstantMatch(0); } in m_ZeroInt() function
476 return m_GSub(m_ZeroInt(), Src);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h87 inline SpecificConstantMatch m_ZeroInt() { return SpecificConstantMatch(0); } in m_ZeroInt() function
476 return m_GSub(m_ZeroInt(), Src);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp442 EXPECT_TRUE(mi_match(Zero.getReg(0), *MRI, m_ZeroInt())); in TEST_F()
445 EXPECT_FALSE(mi_match(FortyTwo.getReg(0), *MRI, m_ZeroInt())); in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp442 EXPECT_TRUE(mi_match(Zero.getReg(0), *MRI, m_ZeroInt())); in TEST_F()
445 EXPECT_FALSE(mi_match(FortyTwo.getReg(0), *MRI, m_ZeroInt())); in TEST_F()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp126 if (!match(TermI, m_Br(m_ICmp(Pred, m_Specific(RotAmt), m_ZeroInt()), TrueBB, in foldGuardedRotateToFunnelShift()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp127 if (!match(TermI, m_Br(m_ICmp(Pred, m_Specific(RotAmt), m_ZeroInt()), TrueBB, in foldGuardedRotateToFunnelShift()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h109 inline SpecificConstantMatch m_ZeroInt() { return SpecificConstantMatch(0); } in m_ZeroInt() function
559 return m_GSub(m_ZeroInt(), Src);
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h109 inline SpecificConstantMatch m_ZeroInt() { return SpecificConstantMatch(0); } in m_ZeroInt() function
559 return m_GSub(m_ZeroInt(), Src);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h109 inline SpecificConstantMatch m_ZeroInt() { return SpecificConstantMatch(0); } in m_ZeroInt() function
559 return m_GSub(m_ZeroInt(), Src);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h134 inline SpecificConstantMatch m_ZeroInt() { return SpecificConstantMatch(0); } in m_ZeroInt() function
584 return m_GSub(m_ZeroInt(), Src);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h109 inline SpecificConstantMatch m_ZeroInt() { return SpecificConstantMatch(0); } in m_ZeroInt() function
559 return m_GSub(m_ZeroInt(), Src);
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h109 inline SpecificConstantMatch m_ZeroInt() { return SpecificConstantMatch(0); }
559 return m_GSub(m_ZeroInt(), Src);
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp99 if (!Ty || !match(&I, m_InsertElt(m_Undef(), m_Value(Scalar), m_ZeroInt())) || in vectorizeLoadInsert()
105 bool HasExtract = match(Scalar, m_ExtractElt(m_Value(X), m_ZeroInt())); in vectorizeLoadInsert()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp541 EXPECT_TRUE(mi_match(Zero.getReg(0), *MRI, m_ZeroInt())); in TEST_F()
544 EXPECT_FALSE(mi_match(FortyTwo.getReg(0), *MRI, m_ZeroInt())); in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp541 EXPECT_TRUE(mi_match(Zero.getReg(0), *MRI, m_ZeroInt())); in TEST_F()
544 EXPECT_FALSE(mi_match(FortyTwo.getReg(0), *MRI, m_ZeroInt())); in TEST_F()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp99 if (!Ty || !match(&I, m_InsertElt(m_Undef(), m_Value(Scalar), m_ZeroInt())) || in vectorizeLoadInsert()
105 bool HasExtract = match(Scalar, m_ExtractElt(m_Value(X), m_ZeroInt())); in vectorizeLoadInsert()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp541 EXPECT_TRUE(mi_match(Zero.getReg(0), *MRI, m_ZeroInt())); in TEST_F()
544 EXPECT_FALSE(mi_match(FortyTwo.getReg(0), *MRI, m_ZeroInt())); in TEST_F()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp541 EXPECT_TRUE(mi_match(Zero.getReg(0), *MRI, m_ZeroInt())); in TEST_F()
544 EXPECT_FALSE(mi_match(FortyTwo.getReg(0), *MRI, m_ZeroInt())); in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp541 EXPECT_TRUE(mi_match(Zero.getReg(0), *MRI, m_ZeroInt())); in delete()
544 EXPECT_FALSE(mi_match(FortyTwo.getReg(0), *MRI, m_ZeroInt())); in delete()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp140 if (!match(TermI, m_Br(m_ICmp(Pred, m_Specific(ShAmt), m_ZeroInt()), in foldGuardedRotateToFunnelShift()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp127 if (!match(TermI, m_Br(m_ICmp(Pred, m_Specific(RotAmt), m_ZeroInt()), in foldGuardedRotateToFunnelShift()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp134 if (!match(TermI, m_Br(m_ICmp(Pred, m_Specific(RotAmt), m_ZeroInt()), in foldGuardedRotateToFunnelShift()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp127 if (!match(TermI, m_Br(m_ICmp(Pred, m_Specific(RotAmt), m_ZeroInt()), in foldGuardedRotateToFunnelShift()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp134 if (!match(TermI, m_Br(m_ICmp(Pred, m_Specific(RotAmt), m_ZeroInt()), in foldGuardedRotateToFunnelShift()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp127 if (!match(TermI, m_Br(m_ICmp(Pred, m_Specific(RotAmt), m_ZeroInt()), in foldGuardedRotateToFunnelShift()

12345678910>>...12