/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 661 EVT ShTy = getShiftAmountTy(InnerVT, DL); in SimplifyDemandedBits() 840 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits() 1026 getShiftAmountTy(Op.getValueType(), DL)); in SimplifyDemandedBits() 1717 : getShiftAmountTy(N0.getValueType(), DL); in SimplifySetCC() 1752 : getShiftAmountTy(N0.getValueType(), DL); in SimplifySetCC() 1784 : getShiftAmountTy(N0.getValueType(), DL); in SimplifySetCC() 1976 getShiftAmountTy(N1.getValueType(), DL))); in SimplifySetCC() 2001 DAG.getConstant(1, dl, getShiftAmountTy(N0.getValueType(), DL))); in SimplifySetCC() 2709 DAG.getConstant(ShAmt, dl, TLI.getShiftAmountTy(Op1.getValueType(), in BuildExactSDIV() 2791 DAG.getConstant(magics.s, dl, getShiftAmountTy(Q.getValueType(), DL))); in BuildSDIV() [all …]
|
D | LegalizeDAG.cpp | 413 DAG.getConstant(NumBits, dl, TLI.getShiftAmountTy(Val.getValueType(), in ExpandUnalignedStore() 581 DAG.getConstant(NumBits, dl, TLI.getShiftAmountTy(Hi.getValueType(), in ExpandUnalignedLoad() 830 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps() 842 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps() 1050 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps() 1082 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps() 2622 1, dl, TLI.getShiftAmountTy(Op0.getValueType(), DAG.getDataLayout())); in ExpandLegalINT_TO_FP() 2657 EVT SHVT = TLI.getShiftAmountTy(Sel2.getValueType(), DAG.getDataLayout()); in ExpandLegalINT_TO_FP() 2814 EVT SHVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBITREVERSE() 2839 EVT SHVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBSWAP() [all …]
|
D | LegalizeVectorOps.cpp | 576 BitOffset, dl, TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad() 588 TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad() 608 TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad()
|
D | DAGCombiner.cpp | 474 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy() function in __anonbfbf49f20111::DAGCombiner 2075 getShiftAmountTy(N0.getValueType()))); in visitMUL() 2088 getShiftAmountTy(N0.getValueType())))); in visitMUL() 2277 getShiftAmountTy(N0.getValueType()))); in visitSDIV() 2284 getShiftAmountTy(SGN.getValueType()))); in visitSDIV() 2290 getShiftAmountTy(ADD.getValueType()))); in visitSDIV() 2349 getShiftAmountTy(N0.getValueType()))); in visitUDIV() 2489 getShiftAmountTy(N0.getValueType()))); in visitMULHS() 2507 getShiftAmountTy(N1.getValueType()))); in visitMULHS() 2543 getShiftAmountTy(N1.getValueType()))); in visitMULHU() [all …]
|
D | LegalizeFloatTypes.cpp | 248 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN() 257 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN() 265 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN() 273 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
|
D | LegalizeIntegerTypes.cpp | 317 TLI.getShiftAmountTy(NVT, DAG.getDataLayout()))); in PromoteIntRes_BSWAP() 330 TLI.getShiftAmountTy(NVT, DAG.getDataLayout()))); in PromoteIntRes_BITREVERSE() 2272 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandIntRes_Shift()
|
D | SelectionDAG.cpp | 1832 EVT ShTy = TLI->getShiftAmountTy(LHSTy, getDataLayout()); in getShiftAmountOperand()
|
D | SelectionDAGBuilder.cpp | 2341 EVT ShiftTy = DAG.getTargetLoweringInfo().getShiftAmountTy( in visitShift()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 181 EVT getShiftAmountTy(EVT LHSTy, const DataLayout &DL) const;
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 869 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, in getShiftAmountTy() function in TargetLoweringBase
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 9991 EVT ShiftAmountTy = getShiftAmountTy(N->getValueType(0), DAG.getDataLayout()); in DAGCombineExtBoolTrunc()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 18243 DAG.getTargetLoweringInfo().getShiftAmountTy(VT, DAG.getDataLayout())); in LowerMUL_LOHI() 23867 32, dl, DAG.getTargetLoweringInfo().getShiftAmountTy(MVT::i64, DL)); in PerformEXTRACT_VECTOR_ELTCombine()
|