/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/include/berberis/intrinsics/common/ |
D | intrinsics_float.h | 186 inline int SignBit(const Float32& v) { in SignBit() function 190 inline int SignBit(const Float64& v) { in SignBit() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFExpression.h | 45 SignBit = 0x80, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFExpression.h | 47 SignBit = 0x80, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/DWARF/ |
D | DWARFExpression.h | 49 SignBit = 0x80, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/DWARF/ |
D | DWARFExpression.h | 49 SignBit = 0x80, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/DWARF/ |
D | DWARFExpression.h | 49 SignBit = 0x80, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/DWARF/ |
D | DWARFExpression.h | 49 SignBit = 0x80, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | ValueTracking.h | 223 std::optional<bool> SignBit; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | ValueTracking.h | 255 std::optional<bool> SignBit; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | ValueTracking.h | 255 std::optional<bool> SignBit; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | ValueTracking.h | 255 std::optional<bool> SignBit; member
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 655 APInt SignBit(APInt::getSignBit(BitWidth)); in SimplifyDemandedUseBits() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 71 uint8_t SignBit; member 1518 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue, in ExpandFCOPYSIGN() local 2377 SDValue SignBit = DAG.getConstant(0x80000000u, dl, MVT::i32); in ExpandLegalINT_TO_FP() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 1359 uint8_t SignBit; member 1444 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue, in ExpandFCOPYSIGN() local 2290 SDValue SignBit = DAG.getConstant(0x80000000u, dl, MVT::i32); in ExpandLegalINT_TO_FP() local
|
H A D | LegalizeFloatTypes.cpp | 262 SDValue SignBit = DAG.getNode( in SoftenFloatRes_FCOPYSIGN() local
|
H A D | DAGCombiner.cpp | 7476 SDValue SignBit = DAG.getConstant( in visitBITCAST() local 7497 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local 7545 APInt SignBit = APInt::getSignBit(VT.getSizeInBits() / 2); in visitBITCAST() local 7566 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local
|
H A D | TargetLowering.cpp | 836 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt); in SimplifyDemandedBits() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/ |
H A D | bfloat16.cc | 1295 struct SignBit { struct 1296 bool operator()(T a) { return std::signbit(static_cast<float>(a)); } in operator ()()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 973 APInt SignBit = APInt::getSignMask(32); in PerformDAGCombine() local 1018 APInt SignBit = APInt::getSignMask(32).sext(64); in PerformDAGCombine() local
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 1664 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); in LowerFTRUNC() local 1930 const SDValue SignBit = DAG.getConstant(63, SL, MVT::i64); in LowerINT_TO_FP32() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 336 SDValue SignBit = DAG.getNode( in SoftenFloatRes_FCOPYSIGN() local 2714 SDValue SignBit = DAG.getNode( in SoftPromoteHalfRes_FCOPYSIGN() local
|
H A D | LegalizeDAG.cpp | 71 uint8_t SignBit; member 1608 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue, in ExpandFCOPYSIGN() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 2100 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); in LowerFTRUNC() local 2423 const SDValue SignBit = DAG.getConstant(63, SL, MVT::i64); in LowerINT_TO_FP32() local
|
H A D | AMDGPULegalizerInfo.cpp | 1452 auto SignBit = B.buildAnd(S32, Hi, SignBitMask); in legalizeIntrinsicTrunc() local
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | APInt.cpp | 1068 unsigned SignBit = APINT_BITS_PER_WORD - BitWidth; in ashr() local
|