Home
last modified time | relevance | path

Searched defs:SignBit (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/flang/lib/Decimal/
Dbig-radix-floating-point.h343 constexpr Raw SignBit() const { return Raw{isNegative_} << (Real::bits - 1); } in RemoveLeastOrderZeroDigits() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h45 SignBit = 0x80, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h49 SignBit = 0x80, enumerator
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp655 APInt SignBit(APInt::getSignBit(BitWidth)); in SimplifyDemandedUseBits() local
DInstCombineCompares.cpp1605 const APInt &SignBit = XorCst->getValue(); in visitICmpInstWithInstAndIntCst() local
/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/
DKnownBitsTest.cpp315 auto SignBit = B.buildConstant(S32, 0x80000000); in TEST_F() local
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc1088 struct SignBit { struct
1089 bool operator()(bfloat16 a) { return std::signbit(static_cast<float>(a)); } in operator ()()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp71 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
DLegalizeFloatTypes.cpp302 SDValue SignBit = DAG.getNode( in SoftenFloatRes_FCOPYSIGN() local
DDAGCombiner.cpp11232 SDValue SignBit = DAG.getConstant( in visitBITCAST() local
11253 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); in visitBITCAST() local
11301 APInt SignBit = APInt::getSignMask(VT.getSizeInBits() / 2); in visitBITCAST() local
11322 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); in visitBITCAST() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp1359 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
DLegalizeFloatTypes.cpp262 SDValue SignBit = DAG.getNode( in SoftenFloatRes_FCOPYSIGN() local
DTargetLowering.cpp836 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt); in SimplifyDemandedBits() local
DDAGCombiner.cpp7476 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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp973 APInt SignBit = APInt::getSignMask(32); in PerformDAGCombine() local
1018 APInt SignBit = APInt::getSignMask(32).sext(64); in PerformDAGCombine() local
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp321 SDValue SignBit = DAG.getNode( in SoftenFloatRes_FCOPYSIGN() local
2668 SDValue SignBit = DAG.getNode( in SoftPromoteHalfRes_FCOPYSIGN() local
DLegalizeDAG.cpp71 uint8_t SignBit; member
1549 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue, in ExpandFCOPYSIGN() local
DDAGCombiner.cpp12219 SDValue SignBit = DAG.getConstant( in visitBITCAST() local
12240 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); in visitBITCAST() local
12288 APInt SignBit = APInt::getSignMask(VT.getSizeInBits() / 2); in visitBITCAST() local
12309 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); in visitBITCAST() local
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp1664 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
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp1482 APInt SignBit = APInt::getSignMask(32); in PerformDAGCombine() local
1563 APInt SignBit = APInt::getSignMask(32).sext(64); in PerformDAGCombine() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2168 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); in LowerFTRUNC() local
2421 const SDValue SignBit = DAG.getConstant(63, SL, MVT::i64); in LowerINT_TO_FP32() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.cpp2100 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
DAMDGPULegalizerInfo.cpp1452 auto SignBit = B.buildAnd(S32, Hi, SignBitMask); in legalizeIntrinsicTrunc() local
/external/llvm/lib/Support/
DAPInt.cpp1068 unsigned SignBit = APINT_BITS_PER_WORD - BitWidth; in ashr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp3952 auto SignBit = MIRBuilder.buildConstant(S64, 63); in lowerSITOFP() local

12