Home
last modified time | relevance | path

Searched defs:IsAnd (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DOverflowInstAnalysis.cpp21 bool llvm::isCheckForZeroAndMulWithOverflow(Value *Op0, Value *Op1, bool IsAnd, in isCheckForZeroAndMulWithOverflow()
68 bool IsAnd) { in isCheckForZeroAndMulWithOverflow()
H A DInstructionSimplify.cpp1546 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 DLazyValueInfo.cpp1201 bool IsAnd; in getValueFromConditionImpl() local
H A DScalarEvolution.cpp9024 bool IsAnd = false; in computeExitLimitFromCondFromBinOp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp367 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 DInstCombineSelect.cpp2556 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 DInstCombineAndOrXor.cpp442 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 DInstructionSimplify.cpp1415 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 DConstraintElimination.cpp702 bool IsAnd = match(Cond, m_LogicalAnd()); in addInfoFor() local
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp691 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 DRISCVISelLowering.cpp8513 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 DInstructionSimplify.cpp1460 ICmpInst *UnsignedICmp, bool IsAnd) { in simplifyUnsignedRangeCheck()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4523 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 DDAGCombiner.cpp5488 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 DAArch64ISelLowering.cpp11996 bool IsAnd = And.getOpcode() == ISD::AND; in tryLowerToSLI() local