/external/llvm-project/mlir/integration_test/Dialect/Async/CPU/ |
D | microbench-linalg-async-parallel-for.mlir | 93 %RHS0 = memref_cast %RHS1024 : memref<1024x1024xf32> to memref<?x?xf32> 100 call @linalg_generic(%LHS0, %RHS0, %DST0) 109 call @linalg_generic(%LHS0, %RHS0, %DST0)
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1185 Value *LHS0 = LHS->getOperand(0), *RHS0 = RHS->getOperand(0); in foldAndOfICmps() local 1198 Value *NewOr = Builder.CreateOr(LHS0, RHS0); in foldAndOfICmps() 1213 if (match(RHS0, m_Trunc(m_Value(V))) && in foldAndOfICmps() 1218 match(RHS0, m_And(m_Specific(V), m_ConstantInt(AndC)))) { in foldAndOfICmps() 1241 if (LHS0 != RHS0) in foldAndOfICmps() 1350 Value *RHS0 = RHS->getOperand(0), *RHS1 = RHS->getOperand(1); in foldLogicOfFCmps() local 1353 if (LHS0 == RHS1 && RHS0 == LHS1) { in foldLogicOfFCmps() 1356 std::swap(RHS0, RHS1); in foldLogicOfFCmps() 1373 if (LHS0 == RHS0 && LHS1 == RHS1) { in foldLogicOfFCmps() 1382 if (LHS0->getType() != RHS0->getType()) in foldLogicOfFCmps() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1199 Value *LHS0 = LHS->getOperand(0), *RHS0 = RHS->getOperand(0); in foldAndOfICmps() local 1211 Value *NewOr = Builder.CreateOr(LHS0, RHS0); in foldAndOfICmps() 1226 if (match(RHS0, m_Trunc(m_Value(V))) && in foldAndOfICmps() 1231 match(RHS0, m_And(m_Specific(V), m_ConstantInt(AndC)))) { in foldAndOfICmps() 1254 if (LHS0 != RHS0) in foldAndOfICmps() 1362 Value *RHS0 = RHS->getOperand(0), *RHS1 = RHS->getOperand(1); in foldLogicOfFCmps() local 1365 if (LHS0 == RHS1 && RHS0 == LHS1) { in foldLogicOfFCmps() 1368 std::swap(RHS0, RHS1); in foldLogicOfFCmps() 1385 if (LHS0 == RHS0 && LHS1 == RHS1) { in foldLogicOfFCmps() 1394 if (LHS0->getType() != RHS0->getType()) in foldLogicOfFCmps() [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 410 ConstantInt *RHS0, *RHS1; in widenCondCommon() local 413 if (match(Cond0, m_ICmp(Pred0, m_Value(LHS), m_ConstantInt(RHS0))) && in widenCondCommon() 417 ConstantRange::makeExactICmpRegion(Pred0, RHS0->getValue()); in widenCondCommon()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 505 ConstantInt *RHS0, *RHS1; in widenCondCommon() local 508 if (match(Cond0, m_ICmp(Pred0, m_Value(LHS), m_ConstantInt(RHS0))) && in widenCondCommon() 514 ConstantRange::makeExactICmpRegion(Pred0, RHS0->getValue()); in widenCondCommon()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | GuardWidening.cpp | 505 ConstantInt *RHS0, *RHS1; in widenCondCommon() local 508 if (match(Cond0, m_ICmp(Pred0, m_Value(LHS), m_ConstantInt(RHS0))) && in widenCondCommon() 514 ConstantRange::makeExactICmpRegion(Pred0, RHS0->getValue()); in widenCondCommon()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1800 Value *RHS0 = RHS->getOperand(0), *RHS1 = RHS->getOperand(1); in simplifyAndOrOfFCmps() local 1801 if (LHS0->getType() != RHS0->getType()) in simplifyAndOrOfFCmps() 1815 if ((isKnownNeverNaN(LHS0, TLI) && (LHS1 == RHS0 || LHS1 == RHS1)) || in simplifyAndOrOfFCmps() 1816 (isKnownNeverNaN(LHS1, TLI) && (LHS0 == RHS0 || LHS0 == RHS1))) in simplifyAndOrOfFCmps() 1827 if ((isKnownNeverNaN(RHS0, TLI) && (RHS1 == LHS0 || RHS1 == LHS1)) || in simplifyAndOrOfFCmps() 1828 (isKnownNeverNaN(RHS1, TLI) && (RHS0 == LHS0 || RHS0 == LHS1))) in simplifyAndOrOfFCmps()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | InstructionSimplify.cpp | 1860 Value *RHS0 = RHS->getOperand(0), *RHS1 = RHS->getOperand(1); in simplifyAndOrOfFCmps() local 1861 if (LHS0->getType() != RHS0->getType()) in simplifyAndOrOfFCmps() 1875 if ((isKnownNeverNaN(LHS0, TLI) && (LHS1 == RHS0 || LHS1 == RHS1)) || in simplifyAndOrOfFCmps() 1876 (isKnownNeverNaN(LHS1, TLI) && (LHS0 == RHS0 || LHS0 == RHS1))) in simplifyAndOrOfFCmps() 1887 if ((isKnownNeverNaN(RHS0, TLI) && (RHS1 == LHS0 || RHS1 == LHS1)) || in simplifyAndOrOfFCmps() 1888 (isKnownNeverNaN(RHS1, TLI) && (RHS0 == LHS0 || RHS0 == LHS1))) in simplifyAndOrOfFCmps()
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 575 SDValue RHS0 = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i16, RHS_0, in getAVRCmp() local 590 Cmp = DAG.getNode(AVRISD::CMP, DL, MVT::Glue, LHS0, RHS0); in getAVRCmp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 576 SDValue RHS0 = DAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i16, RHS_0, in getAVRCmp() local 591 Cmp = DAG.getNode(AVRISD::CMP, DL, MVT::Glue, LHS0, RHS0); in getAVRCmp()
|