/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | OverflowInstAnalysis.cpp | 21 bool llvm::isCheckForZeroAndMulWithOverflow(Value *Op0, Value *Op1, bool IsAnd, in isCheckForZeroAndMulWithOverflow() 68 bool IsAnd) { in isCheckForZeroAndMulWithOverflow()
|
H A D | InstructionSimplify.cpp | 1546 ICmpInst *UnsignedICmp, bool IsAnd, in simplifyUnsignedRangeCheck() 1657 bool IsAnd) { in simplifyAndOrOfICmpsWithConstants() 1694 bool IsAnd) { in simplifyAndOrOfICmpsWithZero() 1779 bool IsAnd) { in simplifyAndOrOfICmpsWithLimitConst() 1839 bool IsAnd) { in simplifyAndOrOfICmpsWithCtpop() 1964 FCmpInst *RHS, bool IsAnd) { in simplifyAndOrOfFCmps() 2002 Value *Op1, bool IsAnd) { in simplifyAndOrOfCmps()
|
H A D | LazyValueInfo.cpp | 1201 bool IsAnd; in getValueFromConditionImpl() local
|
H A D | ScalarEvolution.cpp | 9024 bool IsAnd = false; in computeExitLimitFromCondFromBinOp() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 367 ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, Value *A, Value *B, Value *C, in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed() 489 ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, Value *A, Value *B, Value *C, in foldLogOpOfMaskedICmpsAsymmetric() 521 static Value *foldLogOpOfMaskedICmps(ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, in foldLogOpOfMaskedICmps() 720 bool IsAnd, in foldAndOrOfICmpsOfAndWithPow2() 882 static Value *foldIsPowerOf2OrZero(ICmpInst *Cmp0, ICmpInst *Cmp1, bool IsAnd, in foldIsPowerOf2OrZero() 934 ICmpInst *UnsignedICmp, bool IsAnd, in foldUnsignedUnderflowCheck() 1048 bool IsAnd) { in foldEqOfParts() 1094 bool IsAnd, bool IsLogical, in foldAndOrOfICmpsWithConstEq() 1143 bool IsAnd) { in foldAndOrOfICmpsUsingRanges() 1250 bool IsAnd, bool IsLogicalSelect) { in foldLogicOfFCmps() [all …]
|
H A D | InstCombineSelect.cpp | 2556 bool IsAnd) { in foldAndOrOfSelectUsingImpliedCond() 2989 bool IsAnd = match(FalseVal, m_Zero()) ? true : false; in foldSelectOfBools() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 442 ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed() 572 ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, in foldLogOpOfMaskedICmpsAsymmetric() 606 static Value *foldLogOpOfMaskedICmps(ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, in foldLogOpOfMaskedICmps() 1055 ICmpInst *UnsignedICmp, bool IsAnd, in foldUnsignedUnderflowCheck() 1360 Value *InstCombiner::foldLogicOfFCmps(FCmpInst *LHS, FCmpInst *RHS, bool IsAnd) { in foldLogicOfFCmps()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 1415 ICmpInst *UnsignedICmp, bool IsAnd, in simplifyUnsignedRangeCheck() 1578 bool IsAnd) { in simplifyAndOrOfICmpsWithConstants() 1615 bool IsAnd) { in simplifyAndOrOfICmpsWithZero() 1798 FCmpInst *LHS, FCmpInst *RHS, bool IsAnd) { in simplifyAndOrOfFCmps() 1836 Value *Op0, Value *Op1, bool IsAnd) { in simplifyAndOrOfCmps()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | ConstraintElimination.cpp | 702 bool IsAnd = match(Cond, m_LogicalAnd()); in addInfoFor() local
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 691 static Value *foldLogOpOfMaskedICmps(ICmpInst *LHS, ICmpInst *RHS, bool IsAnd, in foldLogOpOfMaskedICmps()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 8513 bool IsAnd = N->getOpcode() == ISD::AND; in combineDeMorganOfBoolean() local 8752 static ISD::NodeType getSelectionCode(bool IsUnsigned, bool IsAnd, in getSelectionCode() 8787 const bool IsAnd = BitOpcode == ISD::AND; in combineCmpOp() local 9869 bool IsAnd = Cond.getOpcode() == ISD::AND; in tryDemorganOfBooleanCondition() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 1460 ICmpInst *UnsignedICmp, bool IsAnd) { in simplifyUnsignedRangeCheck()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 4523 SDValue DAGCombiner::foldLogicOfSetCCs(bool IsAnd, SDValue N0, SDValue N1, in foldLogicOfSetCCs()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 5488 SDValue DAGCombiner::foldLogicOfSetCCs(bool IsAnd, SDValue N0, SDValue N1, in foldLogicOfSetCCs()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 11996 bool IsAnd = And.getOpcode() == ISD::AND; in tryLowerToSLI() local
|