/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 390 EVT ShiftVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in getShiftAmountTyForConstant() local 393 if (!ShiftVT.isVector() && in getShiftAmountTyForConstant() 394 ShiftVT.getSizeInBits() < Log2_32_Ceil(VT.getSizeInBits())) in getShiftAmountTyForConstant() 395 ShiftVT = MVT::i32; in getShiftAmountTyForConstant() 396 return ShiftVT; in getShiftAmountTyForConstant() 406 EVT ShiftVT = getShiftAmountTyForConstant(NVT, TLI, DAG); in PromoteIntRes_BSWAP() local 408 DAG.getConstant(DiffBits, dl, ShiftVT)); in PromoteIntRes_BSWAP() 418 EVT ShiftVT = getShiftAmountTyForConstant(NVT, TLI, DAG); in PromoteIntRes_BITREVERSE() local 421 DAG.getConstant(DiffBits, dl, ShiftVT)); in PromoteIntRes_BITREVERSE()
|
D | DAGCombiner.cpp | 3500 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMUL() local 3501 SDValue Trunc = DAG.getZExtOrTrunc(LogBase2, DL, ShiftVT); in visitMUL() 3946 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitUDIVLike() local 3947 SDValue Trunc = DAG.getZExtOrTrunc(LogBase2, DL, ShiftVT); in visitUDIVLike() 4140 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMULHU() local 4141 SDValue Trunc = DAG.getZExtOrTrunc(SRLAmt, DL, ShiftVT); in visitMULHU() 4751 EVT ShiftVT = TLI.getShiftAmountTy(HalfVT, DAG.getDataLayout()); in visitANDLike() local 4756 SDValue ShiftK = DAG.getConstant(ShiftBits, SL, ShiftVT); in visitANDLike() 6105 EVT ShiftVT = OppShift.getOperand(1).getValueType(); in extractShiftForRotate() local 6107 SDValue NewShiftNode = DAG.getConstant(NeededShiftAmt, DL, ShiftVT); in extractShiftForRotate() [all …]
|
D | LegalizeDAG.cpp | 1542 EVT ShiftVT = IntVT; in ExpandFCOPYSIGN() local 1545 ShiftVT = MagVT; in ExpandFCOPYSIGN() 1548 SDValue ShiftCnst = DAG.getConstant(ShiftAmount, DL, ShiftVT); in ExpandFCOPYSIGN() 1549 SignBit = DAG.getNode(ISD::SRL, DL, ShiftVT, SignBit, ShiftCnst); in ExpandFCOPYSIGN() 1551 SDValue ShiftCnst = DAG.getConstant(-ShiftAmount, DL, ShiftVT); in ExpandFCOPYSIGN() 1552 SignBit = DAG.getNode(ISD::SHL, DL, ShiftVT, SignBit, ShiftCnst); in ExpandFCOPYSIGN()
|
D | TargetLowering.cpp | 1430 EVT ShiftVT = Op1.getValueType(); in SimplifyDemandedBits() local 1456 SDValue NewSA = TLO.DAG.getConstant(Diff, dl, ShiftVT); in SimplifyDemandedBits() 3107 EVT ShiftVT = getShiftAmountTy(OpVT, DAG.getDataLayout(), in foldSetCCWithBinOp() local 3109 SDValue One = DAG.getConstant(1, DL, ShiftVT); in foldSetCCWithBinOp() 6205 EVT ShiftVT = getShiftAmountTy(SrcVT, DAG.getDataLayout()); in expandUINT_TO_FP() local 6231 SDValue ShiftConst = DAG.getConstant(1, dl, ShiftVT); in expandUINT_TO_FP() 6285 SDValue HiShift = DAG.getConstant(32, dl, ShiftVT); in expandUINT_TO_FP()
|
D | SelectionDAG.cpp | 1335 EVT ShiftVT = TLI->getShiftAmountTy(VT, getDataLayout(), LegalTypes); in getShiftAmountConstant() local 1336 return getConstant(Val, DL, ShiftVT); in getShiftAmountConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 10307 MVT ShiftVT = ResVT; in LowerCONCAT_VECTORSvXi1() local 10309 ShiftVT = Subtarget.hasDQI() ? MVT::v8i1 : MVT::v16i1; in LowerCONCAT_VECTORSvXi1() 10313 SubVec = DAG.getNode(ISD::INSERT_SUBVECTOR, dl, ShiftVT, in LowerCONCAT_VECTORSvXi1() 10314 DAG.getUNDEF(ShiftVT), SubVec, in LowerCONCAT_VECTORSvXi1() 10316 Op = DAG.getNode(X86ISD::KSHIFTL, dl, ShiftVT, SubVec, in LowerCONCAT_VECTORSvXi1() 11899 static int matchShuffleAsShift(MVT &ShiftVT, unsigned &Opcode, in matchShuffleAsShift() argument 11936 ShiftVT = ByteShift ? MVT::getVectorVT(MVT::i8, SizeInBits / 8) in matchShuffleAsShift() 11969 MVT ShiftVT; in lowerShuffleAsShift() local 11974 int ShiftAmt = matchShuffleAsShift(ShiftVT, Opcode, VT.getScalarSizeInBits(), in lowerShuffleAsShift() 11979 ShiftAmt = matchShuffleAsShift(ShiftVT, Opcode, VT.getScalarSizeInBits(), in lowerShuffleAsShift() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 5650 EVT ShiftVT = N0.getOperand(1).getValueType(); in combineSIGN_EXTEND() local 5655 ShiftVT)); in combineSIGN_EXTEND() 5657 DAG.getConstant(NewSraAmt, SDLoc(N0), ShiftVT)); in combineSIGN_EXTEND()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6122 EVT ShiftVT = N->getOperand(1).getValueType(); in LowerShift() local 6124 ISD::SUB, dl, ShiftVT, getZeroVector(ShiftVT, DAG, dl), N->getOperand(1)); in LowerShift()
|