Searched refs:TopBit (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 1951 uint64_t TopBit = uint64_t(1) << 31; in getIPMConversion() local 1961 return IPMConversion(0, TopBit - (3 << SystemZ::IPM_CC), 31); in getIPMConversion() 1965 return IPMConversion(0, TopBit - (1 << SystemZ::IPM_CC), 31); in getIPMConversion() 1986 TopBit - (3 << SystemZ::IPM_CC), 31); in getIPMConversion() 1995 TopBit - (1 << SystemZ::IPM_CC), 31); in getIPMConversion()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 764 auto TopBit = APInt::getOneBitSet(NVT.getScalarSizeInBits(), in PromoteIntRes_CTTZ() local 767 Op = DAG.getNode(ISD::OR, dl, NVT, Op, DAG.getConstant(TopBit, dl, NVT)); in PromoteIntRes_CTTZ() 771 DAG.getNode(ISD::VP_OR, dl, NVT, Op, DAG.getConstant(TopBit, dl, NVT), in PromoteIntRes_CTTZ()
|
H A D | LegalizeDAG.cpp | 5130 auto TopBit = APInt::getOneBitSet(NVT.getSizeInBits(), in PromoteNode() local 5133 DAG.getConstant(TopBit, dl, NVT)); in PromoteNode()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 2471 auto TopBit = in widenScalar() local 2474 WideTy, MIBSrc, MIRBuilder.buildConstant(WideTy, TopBit)); in widenScalar()
|