Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpression.h47 SignBit = 0x80, enumerator
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp336 SDValue SignBit = DAG.getNode( in SoftenFloatRes_FCOPYSIGN() local
2714 SDValue SignBit = DAG.getNode( in SoftPromoteHalfRes_FCOPYSIGN() local
H A DLegalizeDAG.cpp71 uint8_t SignBit; member
1608 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue, in ExpandFCOPYSIGN() local
H A DDAGCombiner.cpp14265 SDValue SignBit = DAG.getConstant( in visitBITCAST() local
14286 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); in visitBITCAST() local
14334 APInt SignBit = APInt::getSignMask(VT.getSizeInBits() / 2); in visitBITCAST() local
14355 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); in visitBITCAST() local
H A DTargetLowering.cpp8061 APInt SignBit = APInt::getSignMask(BitSize); in expandIS_FPCLASS() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1461 APInt SignBit = APInt::getSignMask(Ty->getScalarSizeInBits()); in visitCallInst() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURegisterBankInfo.cpp1521 auto SignBit = B.buildShl(S64, ShiftOffset, ExtShift); in applyMappingBFE() local
H A DAMDGPUISelLowering.cpp2204 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); in LowerFTRUNC() local
H A DAMDGPULegalizerInfo.cpp2152 auto SignBit = B.buildAnd(S32, Hi, SignBitMask); in legalizeIntrinsicTrunc() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6135 auto SignBit = MIRBuilder.buildConstant(S64, 63); in lowerSITOFP() local
7341 APInt SignBit = APInt::getSignMask(BitSize); in lowerISFPCLASS() local
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10141 APInt SignBit = APInt::getSignMask(32); in PerformDAGCombine() local
10197 APInt SignBit = APInt::getSignMask(FPBits).sext(VT.getSizeInBits()); in PerformDAGCombine() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp23746 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, LogicVT, Sign, SignMask); in LowerFCOPYSIGN() local