Home
last modified time | relevance | path

Searched refs:Mask33 (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp294 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/
DAggressiveInstCombine.cpp279 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/
DLegalizeDAG.cpp2650 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/
DTargetLowering.cpp6675 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/
DTargetLowering.cpp6396 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()