Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp296 APInt Mask01 = APInt::getSplat(Len, APInt(8, 0x01)); in tryToRecognizePopCount() local
303 if ((match(Op0, m_Mul(m_Value(MulOp0), m_SpecificInt(Mask01)))) && in tryToRecognizePopCount()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp281 APInt Mask01 = APInt::getSplat(Len, APInt(8, 0x01)); in tryToRecognizePopCount() local
288 if ((match(Op0, m_Mul(m_Value(MulOp0), m_SpecificInt(Mask01)))) && in tryToRecognizePopCount()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2654 SDValue Mask01 = DAG.getConstant(APInt::getSplat(Len, APInt(8, 0x01)), in ExpandBitCount() local
2678 DAG.getNode(ISD::MUL, dl, VT, Op, Mask01), in ExpandBitCount()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp6679 SDValue Mask01 = in expandCTPOP() local
6703 DAG.getNode(ISD::SRL, dl, VT, DAG.getNode(ISD::MUL, dl, VT, Op, Mask01), in expandCTPOP()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp6400 SDValue Mask01 = in expandCTPOP() local
6424 DAG.getNode(ISD::SRL, dl, VT, DAG.getNode(ISD::MUL, dl, VT, Op, Mask01), in expandCTPOP()