Home
last modified time | relevance | path

Searched refs:getShiftAmountTy (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp661 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 …]
DLegalizeDAG.cpp413 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 …]
DLegalizeVectorOps.cpp576 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()
DDAGCombiner.cpp474 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 …]
DLegalizeFloatTypes.cpp248 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()
DLegalizeIntegerTypes.cpp317 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()
DSelectionDAG.cpp1832 EVT ShTy = TLI->getShiftAmountTy(LHSTy, getDataLayout()); in getShiftAmountOperand()
DSelectionDAGBuilder.cpp2341 EVT ShiftTy = DAG.getTargetLoweringInfo().getShiftAmountTy( in visitShift()
/external/llvm/include/llvm/Target/
DTargetLowering.h181 EVT getShiftAmountTy(EVT LHSTy, const DataLayout &DL) const;
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp869 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, in getShiftAmountTy() function in TargetLoweringBase
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9991 EVT ShiftAmountTy = getShiftAmountTy(N->getValueType(0), DAG.getDataLayout()); in DAGCombineExtBoolTrunc()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp18243 DAG.getTargetLoweringInfo().getShiftAmountTy(VT, DAG.getDataLayout())); in LowerMUL_LOHI()
23867 32, dl, DAG.getTargetLoweringInfo().getShiftAmountTy(MVT::i64, DL)); in PerformEXTRACT_VECTOR_ELTCombine()