Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h49 SignBit = 0x80, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h223 std::optional<bool> SignBit; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp345 SDValue SignBit = DAG.getNode( in SoftenFloatRes_FCOPYSIGN() local
2907 SDValue SignBit = DAG.getNode( in SoftPromoteHalfRes_FCOPYSIGN() local
H A DLegalizeDAG.cpp72 uint8_t SignBit; member
1632 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue, in ExpandFCOPYSIGN() local
H A DDAGCombiner.cpp15229 SDValue SignBit = DAG.getConstant( in visitBITCAST() local
15250 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); in visitBITCAST() local
15298 APInt SignBit = APInt::getSignMask(VT.getSizeInBits() / 2); in visitBITCAST() local
15319 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); in visitBITCAST() local
H A DTargetLowering.cpp8438 APInt SignBit = APInt::getSignMask(BitSize); in expandIS_FPCLASS() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1828 APInt SignBit = APInt::getSignMask(Ty->getScalarSizeInBits()); in visitCallInst() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6621 auto SignBit = MIRBuilder.buildConstant(S64, 63); in lowerSITOFP() local
7808 APInt SignBit = APInt::getSignMask(BitSize); in lowerISFPCLASS() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1516 auto SignBit = B.buildShl(S64, ShiftOffset, ExtShift); in applyMappingBFE() local
H A DAMDGPUISelLowering.cpp2381 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); in LowerFTRUNC() local
H A DAMDGPULegalizerInfo.cpp2436 auto SignBit = B.buildAnd(S32, Hi, SignBitMask); in legalizeIntrinsicTrunc() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15187 APInt SignBit = APInt::getSignMask(32); in PerformDAGCombine() local
15252 APInt SignBit = APInt::getSignMask(FPBits).sext(VT.getSizeInBits()); in PerformDAGCombine() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp21762 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, LogicVT, Sign, SignMask); in LowerFCOPYSIGN() local