Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Decimal/
H A Dbig-radix-floating-point.h349 constexpr Raw SignBit() const { return Raw{isNegative_} << (Real::bits - 1); } in RemoveLeastOrderZeroDigits() function
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h48 SignBit = 0x80, enumerator
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DKnownBitsVectorTest.cpp620 auto SignBit = B.buildConstant(V2S32, 0x80000000); in TEST_F() local
H A DKnownBitsTest.cpp707 auto SignBit = B.buildConstant(S32, 0x80000000); in TEST_F() local
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp336 SDValue SignBit = DAG.getNode( in SoftenFloatRes_FCOPYSIGN() local
2712 SDValue SignBit = DAG.getNode( in SoftPromoteHalfRes_FCOPYSIGN() local
H A DLegalizeDAG.cpp71 uint8_t SignBit; member
1604 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue, in ExpandFCOPYSIGN() local
H A DDAGCombiner.cpp13704 SDValue SignBit = DAG.getConstant( in visitBITCAST() local
13725 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); in visitBITCAST() local
13773 APInt SignBit = APInt::getSignMask(VT.getSizeInBits() / 2); in visitBITCAST() local
13794 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); in visitBITCAST() local
H A DTargetLowering.cpp7679 APInt SignBit = APInt::getSignMask(BitSize); in expandIS_FPCLASS() local
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1519 auto SignBit = B.buildShl(S64, ShiftOffset, ExtShift); in applyMappingBFE() local
H A DAMDGPUISelLowering.cpp2087 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); in LowerFTRUNC() local
H A DAMDGPULegalizerInfo.cpp2160 auto SignBit = B.buildAnd(S32, Hi, SignBitMask); in legalizeIntrinsicTrunc() local
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8877 APInt SignBit = APInt::getSignMask(32); in PerformDAGCombine() local
9006 APInt SignBit = APInt::getSignMask(FPBits).sext(VT.getSizeInBits()); in PerformDAGCombine() local
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6041 auto SignBit = MIRBuilder.buildConstant(S64, 63); in lowerSITOFP() local
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23293 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, LogicVT, Sign, SignMask); in LowerFCOPYSIGN() local