Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Blackfin/
DBlackfinISelLowering.h35 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i16; } in getShiftAmountTy() function
/external/llvm/lib/Target/Alpha/
DAlphaISelLowering.h66 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i64; } in getShiftAmountTy() function
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h60 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i64; } in getShiftAmountTy() function
/external/llvm/lib/Target/CellSPU/
DSPUISelLowering.h112 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getShiftAmountTy() function
DSPUISelLowering.cpp2191 EVT ShiftVT = TLI.getShiftAmountTy(N0.getValueType()); in LowerI8Math()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.h76 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i8; } in getShiftAmountTy() function
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.h84 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getShiftAmountTy() function
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp630 MVT TargetLowering::getShiftAmountTy(EVT LHSTy) const { in getShiftAmountTy() function in TargetLowering
1477 EVT ShTy = getShiftAmountTy(InnerVT); in SimplifyDemandedBits()
1741 TLO.DAG.getConstant(ShVal, getShiftAmountTy(Op.getValueType())); in SimplifyDemandedBits()
2307 getPointerTy() : getShiftAmountTy(N0.getValueType()); in SimplifySetCC()
2478 DAG.getConstant(1, getShiftAmountTy(N1.getValueType()))); in SimplifySetCC()
2500 DAG.getConstant(1, getShiftAmountTy(N0.getValueType()))); in SimplifySetCC()
3233 SDValue Amt = DAG.getConstant(ShAmt, getShiftAmountTy(Op1.getValueType())); in BuildExactSDIV()
3291 DAG.getConstant(magics.s, getShiftAmountTy(Q.getValueType()))); in BuildSDIV()
3298 getShiftAmountTy(Q.getValueType()))); in BuildSDIV()
3330 DAG.getConstant(Shift, getShiftAmountTy(Q.getValueType()))); in BuildUDIV()
[all …]
DLegalizeDAG.cpp479 TLI.getShiftAmountTy(Val.getValueType())); in ExpandUnalignedStore()
627 TLI.getShiftAmountTy(Hi.getValueType())); in ExpandUnalignedLoad()
1253 TLI.getShiftAmountTy(Hi.getValueType()))); in LegalizeOp()
1283 TLI.getShiftAmountTy(Hi.getValueType()))); in LegalizeOp()
1558 TLI.getShiftAmountTy(Tmp3.getValueType()))); in LegalizeOp()
1569 TLI.getShiftAmountTy(Tmp3.getValueType()))); in LegalizeOp()
1887 TLI.getShiftAmountTy(SignBit.getValueType()))); in ExpandFCOPYSIGN()
2509 DAG.getConstant(1, TLI.getShiftAmountTy(Op0.getValueType())); in ExpandLegalINT_TO_FP()
2542 EVT SHVT = TLI.getShiftAmountTy(Sel2.getValueType()); in ExpandLegalINT_TO_FP()
2689 EVT SHVT = TLI.getShiftAmountTy(VT); in ExpandBSWAP()
[all …]
DDAGCombiner.cpp291 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy() function in __anon3ce142f50111::DAGCombiner
292 return LegalTypes ? TLI.getShiftAmountTy(LHSTy) : TLI.getPointerTy(); in getShiftAmountTy()
1685 getShiftAmountTy(N0.getValueType()))); in visitMUL()
1695 getShiftAmountTy(N0.getValueType())))); in visitMUL()
1792 getShiftAmountTy(N0.getValueType()))); in visitSDIV()
1798 getShiftAmountTy(SGN.getValueType()))); in visitSDIV()
1803 DAG.getConstant(lg2, getShiftAmountTy(ADD.getValueType()))); in visitSDIV()
1853 getShiftAmountTy(N0.getValueType()))); in visitUDIV()
1994 getShiftAmountTy(N0.getValueType()))); in visitMULHS()
2010 DAG.getConstant(SimpleSize, getShiftAmountTy(N1.getValueType()))); in visitMULHS()
[all …]
DLegalizeFloatTypes.cpp181 TLI.getShiftAmountTy(RVT))); in SoftenFloatRes_FCOPYSIGN()
189 TLI.getShiftAmountTy(SignBit.getValueType()))); in SoftenFloatRes_FCOPYSIGN()
195 TLI.getShiftAmountTy(SignBit.getValueType()))); in SoftenFloatRes_FCOPYSIGN()
201 TLI.getShiftAmountTy(LVT))); in SoftenFloatRes_FCOPYSIGN()
DSelectionDAG.cpp1423 MVT ShTy = TLI.getShiftAmountTy(LHSTy); in getShiftAmountOperand()
DSelectionDAGBuilder.cpp2484 MVT ShiftTy = TLI.getShiftAmountTy(Op2.getValueType()); in visitShift()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h246 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getShiftAmountTy() function
/external/llvm/lib/Target/X86/
DX86ISelLowering.h485 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i8; } in getShiftAmountTy() function
DX86ISelLowering.cpp4304 TLI.getShiftAmountTy(SrcOp.getValueType())))); in getVShift()
5170 TLI.getShiftAmountTy(InsElt.getValueType()))); in LowerVECTOR_SHUFFLEv16i8()
5185 TLI.getShiftAmountTy(InsElt0.getValueType()))); in LowerVECTOR_SHUFFLEv16i8()
/external/llvm/include/llvm/Target/
DTargetLowering.h128 virtual MVT getShiftAmountTy(EVT LHSTy) const;