Home
last modified time | relevance | path

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

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