Searched refs:Mask33 (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
D | AggressiveInstCombine.cpp | 294 APInt Mask33 = APInt::getSplat(Len, APInt(8, 0x33)); in tryToRecognizePopCount() local 313 m_c_Add(m_And(m_Value(AndOp0), m_SpecificInt(Mask33)), in tryToRecognizePopCount() 315 m_SpecificInt(Mask33))))) { in tryToRecognizePopCount()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | AggressiveInstCombine.cpp | 279 APInt Mask33 = APInt::getSplat(Len, APInt(8, 0x33)); in tryToRecognizePopCount() local 298 m_c_Add(m_And(m_Value(AndOp0), m_SpecificInt(Mask33)), in tryToRecognizePopCount() 300 m_SpecificInt(Mask33))))) { in tryToRecognizePopCount()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2650 SDValue Mask33 = DAG.getConstant(APInt::getSplat(Len, APInt(8, 0x33)), in ExpandBitCount() local 2665 DAG.getNode(ISD::AND, dl, VT, Op, Mask33), in ExpandBitCount() 2669 Mask33)); in ExpandBitCount()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 6675 SDValue Mask33 = in expandCTPOP() local 6689 Op = DAG.getNode(ISD::ADD, dl, VT, DAG.getNode(ISD::AND, dl, VT, Op, Mask33), in expandCTPOP() 6693 Mask33)); in expandCTPOP()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 6396 SDValue Mask33 = in expandCTPOP() local 6410 Op = DAG.getNode(ISD::ADD, dl, VT, DAG.getNode(ISD::AND, dl, VT, Op, Mask33), in expandCTPOP() 6414 Mask33)); in expandCTPOP()
|