| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFExpression.h | 45 SignBit = 0x80, enumerator
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFExpression.h | 47 SignBit = 0x80, enumerator
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineSimplifyDemanded.cpp | 655 APInt SignBit(APInt::getSignBit(BitWidth)); in SimplifyDemandedUseBits() local
|
| D | InstCombineCompares.cpp | 1605 const APInt &SignBit = XorCst->getValue(); in visitICmpInstWithInstAndIntCst() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 1359 uint8_t SignBit; member 1444 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue, in ExpandFCOPYSIGN() local 2290 SDValue SignBit = DAG.getConstant(0x80000000u, dl, MVT::i32); in ExpandLegalINT_TO_FP() local
|
| D | LegalizeFloatTypes.cpp | 262 SDValue SignBit = DAG.getNode( in SoftenFloatRes_FCOPYSIGN() local
|
| D | TargetLowering.cpp | 836 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt); in SimplifyDemandedBits() local
|
| D | DAGCombiner.cpp | 7476 SDValue SignBit = DAG.getConstant( in visitBITCAST() local 7497 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local 7545 APInt SignBit = APInt::getSignBit(VT.getSizeInBits() / 2); in visitBITCAST() local 7566 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeDAG.cpp | 71 uint8_t SignBit; member 1518 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue, in ExpandFCOPYSIGN() local 2377 SDValue SignBit = DAG.getConstant(0x80000000u, dl, MVT::i32); in ExpandLegalINT_TO_FP() local
|
| D | LegalizeFloatTypes.cpp | 302 SDValue SignBit = DAG.getNode( in SoftenFloatRes_FCOPYSIGN() local
|
| D | DAGCombiner.cpp | 11232 SDValue SignBit = DAG.getConstant( in visitBITCAST() local 11253 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); in visitBITCAST() local 11301 APInt SignBit = APInt::getSignMask(VT.getSizeInBits() / 2); in visitBITCAST() local 11322 APInt SignBit = APInt::getSignMask(VT.getSizeInBits()); in visitBITCAST() local
|
| /external/tensorflow/tensorflow/python/lib/core/ |
| D | bfloat16.cc | 1295 struct SignBit { struct 1296 bool operator()(T a) { return std::signbit(static_cast<float>(a)); } in operator ()()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
| D | RISCVISelLowering.cpp | 973 APInt SignBit = APInt::getSignMask(32); in PerformDAGCombine() local 1018 APInt SignBit = APInt::getSignMask(32).sext(64); in PerformDAGCombine() local
|
| /external/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.cpp | 1664 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); in LowerFTRUNC() local 1930 const SDValue SignBit = DAG.getConstant(63, SL, MVT::i64); in LowerINT_TO_FP32() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeFloatTypes.cpp | 336 SDValue SignBit = DAG.getNode( in SoftenFloatRes_FCOPYSIGN() local 2714 SDValue SignBit = DAG.getNode( in SoftPromoteHalfRes_FCOPYSIGN() local
|
| D | LegalizeDAG.cpp | 71 uint8_t SignBit; member 1608 SDValue SignBit = DAG.getNode(ISD::AND, DL, IntVT, SignAsInt.IntValue, in ExpandFCOPYSIGN() local
|
| 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
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUISelLowering.cpp | 2100 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); in LowerFTRUNC() local 2423 const SDValue SignBit = DAG.getConstant(63, SL, MVT::i64); in LowerINT_TO_FP32() local
|
| D | AMDGPULegalizerInfo.cpp | 1452 auto SignBit = B.buildAnd(S32, Hi, SignBitMask); in legalizeIntrinsicTrunc() local
|
| /external/llvm/lib/Support/ |
| D | APInt.cpp | 1068 unsigned SignBit = APINT_BITS_PER_WORD - BitWidth; in ashr() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineCalls.cpp | 1461 APInt SignBit = APInt::getSignMask(Ty->getScalarSizeInBits()); in visitCallInst() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPURegisterBankInfo.cpp | 1521 auto SignBit = B.buildShl(S64, ShiftOffset, ExtShift); in applyMappingBFE() local
|
| D | AMDGPUISelLowering.cpp | 2204 SDValue SignBit = DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask); in LowerFTRUNC() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
| D | LegalizerHelper.cpp | 6135 auto SignBit = MIRBuilder.buildConstant(S64, 63); in lowerSITOFP() local 7341 APInt SignBit = APInt::getSignMask(BitSize); in lowerISFPCLASS() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| D | LegalizerHelper.cpp | 3952 auto SignBit = MIRBuilder.buildConstant(S64, 63); in lowerSITOFP() local
|