Searched refs:TopBit (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 1962 uint64_t TopBit = uint64_t(1) << 31; in getIPMConversion() local 1972 return IPMConversion(0, TopBit - (3 << SystemZ::IPM_CC), 31); in getIPMConversion() 1976 return IPMConversion(0, TopBit - (1 << SystemZ::IPM_CC), 31); in getIPMConversion() 1997 TopBit - (3 << SystemZ::IPM_CC), 31); in getIPMConversion() 2006 TopBit - (1 << SystemZ::IPM_CC), 31); in getIPMConversion()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 804 auto TopBit = APInt::getOneBitSet(NVT.getScalarSizeInBits(), in PromoteIntRes_CTTZ() local 807 Op = DAG.getNode(ISD::OR, dl, NVT, Op, DAG.getConstant(TopBit, dl, NVT)); in PromoteIntRes_CTTZ() 811 DAG.getNode(ISD::VP_OR, dl, NVT, Op, DAG.getConstant(TopBit, dl, NVT), in PromoteIntRes_CTTZ()
|
| H A D | LegalizeDAG.cpp | 5340 auto TopBit = APInt::getOneBitSet(NVT.getSizeInBits(), in PromoteNode() local 5343 DAG.getConstant(TopBit, dl, NVT)); in PromoteNode()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 2770 auto TopBit = in widenScalar() local 2773 WideTy, MIBSrc, MIRBuilder.buildConstant(WideTy, TopBit)); in widenScalar()
|