Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h49 SignBit = 0x80, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h268 std::optional<bool> SignBit; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp383 SDValue SignBit = DAG.getNode( in SoftenFloatRes_FCOPYSIGN() local
3151 SDValue SignBit = DAG.getNode( in SoftPromoteHalfRes_FCOPYSIGN() local
H A DLegalizeDAG.cpp73 uint8_t SignBit; member
1642 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue, in ExpandFCOPYSIGN() local
H A DTargetLowering.cpp8642 APInt SignBit = APInt::getSignMask(BitSize); in expandIS_FPCLASS() local
11252 SDValue SignBit = in expandRoundInexactToOdd() local
H A DDAGCombiner.cpp15479 SDValue SignBit = DAG.getConstant( in visitBITCAST() local
15500 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); in visitBITCAST() local
15548 APInt SignBit = APInt::getSignMask(VT.getSizeInBits() / 2); in visitBITCAST() local
15569 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); in visitBITCAST() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1920 APInt SignBit = APInt::getSignMask(Ty->getScalarSizeInBits()); in visitCallInst() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1515 auto SignBit = B.buildShl(S64, ShiftOffset, ExtShift); in applyMappingBFE() local
H A DAMDGPUISelLowering.cpp2422 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); in LowerFTRUNC() local
H A DAMDGPULegalizerInfo.cpp2532 auto SignBit = B.buildAnd(S32, Hi, SignBitMask); in legalizeIntrinsicTrunc() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6987 auto SignBit = MIRBuilder.buildConstant(S64, 63); in lowerSITOFP() local
8322 APInt SignBit = APInt::getSignMask(BitSize); in lowerISFPCLASS() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16712 APInt SignBit = APInt::getSignMask(32); PerformDAGCombine() local
16777 APInt SignBit = APInt::getSignMask(FPBits).sext(VT.getSizeInBits()); PerformDAGCombine() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4801 SDValue SignBit; in LowerINT_TO_FP() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21938 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, LogicVT, Sign, SignMask); in LowerFCOPYSIGN() local
53172 APInt SignBit = APInt::getSignMask(VT.getScalarSizeInBits()); in combineAVG() local