/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 665 APInt SignBit(APInt::getSignBit(BitWidth)); in SimplifyDemandedUseBits() local
|
D | InstCombineCompares.cpp | 1052 const APInt &SignBit = XorCST->getValue(); in visitICmpInstWithInstAndIntCst() local
|
/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
|
D | SelectionDAG.cpp | 2198 APInt SignBit = APInt::getSignBit(BitWidth); in computeKnownBits() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 1889 SDValue SignBit; in ExpandFCOPYSIGN() local 2475 SDValue SignBit = DAG.getConstant(0x80000000u, MVT::i32); in ExpandLegalINT_TO_FP() local
|
D | LegalizeFloatTypes.cpp | 186 SDValue SignBit = DAG.getNode(ISD::SHL, dl, RVT, DAG.getConstant(1, RVT), in SoftenFloatRes_FCOPYSIGN() local
|
D | TargetLowering.cpp | 1577 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt); in SimplifyDemandedBits() local
|
D | DAGCombiner.cpp | 5026 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local 5065 APInt SignBit = APInt::getSignBit(VT.getSizeInBits()); in visitBITCAST() local
|
D | SelectionDAG.cpp | 1807 APInt SignBit = APInt::getSignBit(BitWidth); in ComputeMaskedBits() 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/llvm/lib/Support/ |
D | APInt.cpp | 1068 unsigned SignBit = APINT_BITS_PER_WORD - BitWidth; in ashr() local
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 1132 unsigned SignBit = APINT_BITS_PER_WORD - BitWidth; in ashr() local
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 8103 SDValue SignBit = DAG.getNode(X86ISD::FAND, dl, SrcVT, Op1, Mask1); in LowerFCOPYSIGN() local 8573 SDValue SignBit = DAG.getConstant(APInt::getSignBit(EltVT.getSizeInBits()), in LowerVSETCC() local
|