Searched defs:SignBit (Results 1 – 12 of 12) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFExpression.h | 47 SignBit = 0x80, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 336 SDValue SignBit = DAG.getNode( in SoftenFloatRes_FCOPYSIGN() local 2714 SDValue SignBit = DAG.getNode( in SoftPromoteHalfRes_FCOPYSIGN() local
|
H A D | LegalizeDAG.cpp | 71 uint8_t SignBit; member 1608 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue, in ExpandFCOPYSIGN() local
|
H A D | DAGCombiner.cpp | 14265 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 D | TargetLowering.cpp | 8061 APInt SignBit = APInt::getSignMask(BitSize); in expandIS_FPCLASS() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 1461 APInt SignBit = APInt::getSignMask(Ty->getScalarSizeInBits()); in visitCallInst() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPURegisterBankInfo.cpp | 1521 auto SignBit = B.buildShl(S64, ShiftOffset, ExtShift); in applyMappingBFE() local
|
H A D | AMDGPUISelLowering.cpp | 2204 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); in LowerFTRUNC() local
|
H A D | AMDGPULegalizerInfo.cpp | 2152 auto SignBit = B.buildAnd(S32, Hi, SignBitMask); in legalizeIntrinsicTrunc() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 6135 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 D | RISCVISelLowering.cpp | 10141 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 D | X86ISelLowering.cpp | 23746 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, LogicVT, Sign, SignMask); in LowerFCOPYSIGN() local
|