/external/libcxx/test/support/ |
D | hexfloat.h | 28 const unsigned long long TopBit = 1ull << (Digits - 1); in CountLeadingZeros() local 31 while ((n & TopBit) == 0) { in CountLeadingZeros()
|
/external/llvm-project/libcxx/test/support/ |
D | hexfloat.h | 27 const unsigned long long TopBit = 1ull << (Digits - 1); in CountLeadingZeros() local 30 while ((n & TopBit) == 0) { in CountLeadingZeros()
|
/external/llvm-project/clang-tools-extra/clangd/quality/ |
D | CompletionModelCodegen.py | 184 TopBit = 1 << 31 186 if (i & TopBit): # Negative float 188 return TopBit + i # top half of integers
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Quality.cpp | 537 constexpr uint32_t TopBit = ~(~uint32_t{0} >> 1); in encodeFloat() local 542 if (U & TopBit) // Negative float. in encodeFloat() 544 return U + TopBit; // Positive floats map onto the high half of integers. in encodeFloat()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1778 uint64_t TopBit = uint64_t(1) << 31; in getIPMConversion() local 1788 return IPMConversion(0, TopBit - (3 << SystemZ::IPM_CC), 31); in getIPMConversion() 1792 return IPMConversion(0, TopBit - (1 << SystemZ::IPM_CC), 31); in getIPMConversion() 1813 TopBit - (3 << SystemZ::IPM_CC), 31); in getIPMConversion() 1822 TopBit - (1 << SystemZ::IPM_CC), 31); in getIPMConversion()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 1823 uint64_t TopBit = uint64_t(1) << 31; in getIPMConversion() local 1833 return IPMConversion(0, TopBit - (3 << SystemZ::IPM_CC), 31); in getIPMConversion() 1837 return IPMConversion(0, TopBit - (1 << SystemZ::IPM_CC), 31); in getIPMConversion() 1858 TopBit - (3 << SystemZ::IPM_CC), 31); in getIPMConversion() 1867 TopBit - (1 << SystemZ::IPM_CC), 31); in getIPMConversion()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 1540 uint64_t TopBit = uint64_t(1) << 31; in getIPMConversion() local 1550 return IPMConversion(0, TopBit - (3 << SystemZ::IPM_CC), 31); in getIPMConversion() 1554 return IPMConversion(0, TopBit - (1 << SystemZ::IPM_CC), 31); in getIPMConversion() 1575 TopBit - (3 << SystemZ::IPM_CC), 31); in getIPMConversion() 1584 TopBit - (1 << SystemZ::IPM_CC), 31); in getIPMConversion()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 1490 auto TopBit = in widenScalar() local 1493 WideTy, MIBSrc, MIRBuilder.buildConstant(WideTy, TopBit)); in widenScalar()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 402 auto TopBit = APInt::getOneBitSet(NVT.getScalarSizeInBits(), in PromoteIntRes_CTTZ() local 404 Op = DAG.getNode(ISD::OR, dl, NVT, Op, DAG.getConstant(TopBit, dl, NVT)); in PromoteIntRes_CTTZ()
|
D | LegalizeDAG.cpp | 4021 auto TopBit = APInt::getOneBitSet(NVT.getSizeInBits(), in PromoteNode() local 4024 DAG.getConstant(TopBit, dl, NVT)); in PromoteNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 476 auto TopBit = APInt::getOneBitSet(NVT.getScalarSizeInBits(), in PromoteIntRes_CTTZ() local 478 Op = DAG.getNode(ISD::OR, dl, NVT, Op, DAG.getConstant(TopBit, dl, NVT)); in PromoteIntRes_CTTZ()
|
D | LegalizeDAG.cpp | 4249 auto TopBit = APInt::getOneBitSet(NVT.getSizeInBits(), in PromoteNode() local 4252 DAG.getConstant(TopBit, dl, NVT)); in PromoteNode()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 4458 auto TopBit = APInt::getOneBitSet(NVT.getSizeInBits(), in PromoteNode() local 4461 DAG.getConstant(TopBit, dl, NVT)); in PromoteNode()
|
D | LegalizeIntegerTypes.cpp | 525 auto TopBit = APInt::getOneBitSet(NVT.getScalarSizeInBits(), in PromoteIntRes_CTTZ() local 527 Op = DAG.getNode(ISD::OR, dl, NVT, Op, DAG.getConstant(TopBit, dl, NVT)); in PromoteIntRes_CTTZ()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 1866 auto TopBit = in widenScalar() local 1869 WideTy, MIBSrc, MIRBuilder.buildConstant(WideTy, TopBit)); in widenScalar()
|