/external/llvm/lib/Target/Blackfin/ |
D | BlackfinISelLowering.h | 35 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i16; } in getShiftAmountTy() function
|
/external/llvm/lib/Target/Alpha/ |
D | AlphaISelLowering.h | 66 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i64; } in getShiftAmountTy() function
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 60 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i64; } in getShiftAmountTy() function
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUISelLowering.h | 112 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getShiftAmountTy() function
|
D | SPUISelLowering.cpp | 2191 EVT ShiftVT = TLI.getShiftAmountTy(N0.getValueType()); in LowerI8Math()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 76 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i8; } in getShiftAmountTy() function
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.h | 84 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getShiftAmountTy() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 630 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 …]
|
D | LegalizeDAG.cpp | 479 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 …]
|
D | DAGCombiner.cpp | 291 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 …]
|
D | LegalizeFloatTypes.cpp | 181 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()
|
D | SelectionDAG.cpp | 1423 MVT ShTy = TLI.getShiftAmountTy(LHSTy); in getShiftAmountOperand()
|
D | SelectionDAGBuilder.cpp | 2484 MVT ShiftTy = TLI.getShiftAmountTy(Op2.getValueType()); in visitShift()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 246 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getShiftAmountTy() function
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 485 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i8; } in getShiftAmountTy() function
|
D | X86ISelLowering.cpp | 4304 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/ |
D | TargetLowering.h | 128 virtual MVT getShiftAmountTy(EVT LHSTy) const;
|