Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h49 SignBit = 0x80, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp324 SDValue SignBit = DAG.getNode( in SoftenFloatRes_FCOPYSIGN() local
2687 SDValue SignBit = DAG.getNode( in SoftPromoteHalfRes_FCOPYSIGN() local
H A DLegalizeDAG.cpp71 uint8_t SignBit; member
1567 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue, in ExpandFCOPYSIGN() local
H A DDAGCombiner.cpp12721 SDValue SignBit = DAG.getConstant( in visitBITCAST() local
12742 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); in visitBITCAST() local
12790 APInt SignBit = APInt::getSignMask(VT.getSizeInBits() / 2); in visitBITCAST() local
12811 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); in visitBITCAST() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2228 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); in LowerFTRUNC() local
2481 const SDValue SignBit = DAG.getConstant(63, SL, MVT::i64); in LowerINT_TO_FP32() local
H A DAMDGPURegisterBankInfo.cpp1603 auto SignBit = B.buildShl(S64, ShiftOffset, ExtShift); in applyMappingBFE() local
H A DAMDGPULegalizerInfo.cpp2035 auto SignBit = B.buildAnd(S32, Hi, SignBitMask); in legalizeIntrinsicTrunc() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5907 APInt SignBit = APInt::getSignMask(32); in PerformDAGCombine() local
6078 APInt SignBit = APInt::getSignMask(32).sext(64); in PerformDAGCombine() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6115 auto SignBit = MIRBuilder.buildConstant(S64, 63); in lowerSITOFP() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22121 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, LogicVT, Sign, SignMask); in LowerFCOPYSIGN() local