Home
last modified time | relevance | path

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

/llvm-project/flang/lib/Decimal/
H A Dbig-radix-floating-point.h356 constexpr RT_API_ATTRS Raw SignBit() const { in RemoveLeastOrderZeroDigits() function
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h49 SignBit = 0x80, enumerator
/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h268 std::optional<bool> SignBit; global() member
[all...]
/llvm-project/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/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp353 SDValue SignBit = DAG.getNode( SoftenFloatRes_FCOPYSIGN() local
3025 SDValue SignBit = DAG.getNode( SoftPromoteHalfRes_FCOPYSIGN() local
[all...]
H A DLegalizeDAG.cpp73 uint8_t SignBit; member
1642 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue, ExpandFCOPYSIGN() local
[all...]
H A DTargetLowering.cpp8574 APInt SignBit = APInt::getSignMask(BitSize); expandIS_FPCLASS() local
11170 SDValue SignBit = expandRoundInexactToOdd() local
H A DDAGCombiner.cpp15448 SDValue SignBit = DAG.getConstant( visitBITCAST() local
15469 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); visitBITCAST() local
15517 APInt SignBit = APInt::getSignMask(VT.getSizeInBits() / 2); visitBITCAST() local
15538 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); visitBITCAST() local
[all...]
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1871 APInt SignBit = APInt::getSignMask(Ty->getScalarSizeInBits()); visitCallInst() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1516 auto SignBit = B.buildShl(S64, ShiftOffset, ExtShift); applyMappingBFE() local
H A DAMDGPUISelLowering.cpp2428 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); LowerFTRUNC() local
H A DAMDGPULegalizerInfo.cpp2532 auto SignBit = B.buildAnd(S32, Hi, SignBitMask); legalizeIntrinsicTrunc() local
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6905 auto SignBit = MIRBuilder.buildConstant(S64, 63); lowerSITOFP() local
8123 APInt SignBit = APInt::getSignMask(BitSize); lowerISFPCLASS() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16653 APInt SignBit = APInt::getSignMask(32); PerformDAGCombine() local
16718 APInt SignBit = APInt::getSignMask(FPBits).sext(VT.getSizeInBits()); PerformDAGCombine() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4768 SDValue SignBit; LowerINT_TO_FP() local
[all...]
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21962 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, LogicVT, Sign, SignMask); LowerFCOPYSIGN() local
53034 APInt SignBit = APInt::getSignMask(VT.getScalarSizeInBits()); combineAVG() local
[all...]