/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 702 EVT ShTy = getShiftAmountTy(InnerVT, DL); in SimplifyDemandedBits() 881 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits() 1067 getShiftAmountTy(Op.getValueType(), DL)); in SimplifyDemandedBits() 1833 : getShiftAmountTy(N0.getValueType(), DL); in SimplifySetCC() 1867 : getShiftAmountTy(N0.getValueType(), DL); in SimplifySetCC() 1899 : getShiftAmountTy(N0.getValueType(), DL); in SimplifySetCC() 2091 getShiftAmountTy(N1.getValueType(), DL))); in SimplifySetCC() 2116 DAG.getConstant(1, dl, getShiftAmountTy(N0.getValueType(), DL))); in SimplifySetCC() 2797 DAG.getConstant(ShAmt, dl, TLI.getShiftAmountTy(Op1.getValueType(), in BuildExactSDIV() 2879 DAG.getConstant(magics.s, dl, getShiftAmountTy(Q.getValueType(), DL))); in BuildSDIV() [all …]
|
D | LegalizeDAG.cpp | 548 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps() 560 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps() 770 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps() 802 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps() 2367 1, dl, TLI.getShiftAmountTy(Op0.getValueType(), DAG.getDataLayout())); in ExpandLegalINT_TO_FP() 2402 EVT SHVT = TLI.getShiftAmountTy(Sel2.getValueType(), DAG.getDataLayout()); in ExpandLegalINT_TO_FP() 2557 EVT SHVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBITREVERSE() 2582 EVT SHVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBSWAP() 2639 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBitCount() 2708 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBitCount() [all …]
|
D | LegalizeVectorOps.cpp | 581 BitOffset, dl, TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad() 593 TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad() 613 TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad()
|
D | DAGCombiner.cpp | 492 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy() function in __anon30b6d56f0111::DAGCombiner 2067 getShiftAmountTy(N0.getValueType()))); in visitMUL() 2080 getShiftAmountTy(N0.getValueType())))); in visitMUL() 2272 getShiftAmountTy(N0.getValueType()))); in visitSDIV() 2279 getShiftAmountTy(SGN.getValueType()))); in visitSDIV() 2285 getShiftAmountTy(ADD.getValueType()))); in visitSDIV() 2344 getShiftAmountTy(N0.getValueType()))); in visitUDIV() 2482 getShiftAmountTy(N0.getValueType()))); in visitMULHS() 2500 getShiftAmountTy(N1.getValueType()))); in visitMULHS() 2536 getShiftAmountTy(N1.getValueType()))); in visitMULHU() [all …]
|
D | LegalizeFloatTypes.cpp | 265 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN() 274 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN() 282 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN() 290 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
|
D | LegalizeIntegerTypes.cpp | 322 TLI.getShiftAmountTy(NVT, DAG.getDataLayout()))); in PromoteIntRes_BSWAP() 335 TLI.getShiftAmountTy(NVT, DAG.getDataLayout()))); in PromoteIntRes_BITREVERSE() 2211 TLI.getShiftAmountTy(NVT, DAG.getDataLayout())); in ExpandIntRes_MUL() 2363 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandIntRes_Shift()
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinISelLowering.h | 35 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i16; } in getShiftAmountTy() function
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelLowering.h | 66 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i64; } in getShiftAmountTy() function
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 60 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i64; } in getShiftAmountTy() function
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelLowering.h | 112 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getShiftAmountTy() function
|
D | SPUISelLowering.cpp | 2196 EVT ShiftVT = TLI.getShiftAmountTy(N0.getValueType()); in LowerI8Math()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 632 MVT TargetLowering::getShiftAmountTy(EVT LHSTy) const { in getShiftAmountTy() function in TargetLowering 1480 EVT ShTy = getShiftAmountTy(InnerVT); in SimplifyDemandedBits() 1744 TLO.DAG.getConstant(ShVal, getShiftAmountTy(Op.getValueType())); in SimplifyDemandedBits() 2309 getPointerTy() : getShiftAmountTy(N0.getValueType()); in SimplifySetCC() 2480 DAG.getConstant(1, getShiftAmountTy(N1.getValueType()))); in SimplifySetCC() 2502 DAG.getConstant(1, getShiftAmountTy(N0.getValueType()))); in SimplifySetCC() 3227 SDValue Amt = DAG.getConstant(ShAmt, getShiftAmountTy(Op1.getValueType())); in BuildExactSDIV() 3285 DAG.getConstant(magics.s, getShiftAmountTy(Q.getValueType()))); in BuildSDIV() 3292 getShiftAmountTy(Q.getValueType()))); in BuildSDIV() 3324 DAG.getConstant(Shift, getShiftAmountTy(Q.getValueType()))); in BuildUDIV() [all …]
|
D | LegalizeDAG.cpp | 474 TLI.getShiftAmountTy(Val.getValueType())); in ExpandUnalignedStore() 622 TLI.getShiftAmountTy(Hi.getValueType())); in ExpandUnalignedLoad() 1274 TLI.getShiftAmountTy(Hi.getValueType()))); in LegalizeOp() 1304 TLI.getShiftAmountTy(Hi.getValueType()))); in LegalizeOp() 1579 TLI.getShiftAmountTy(Tmp3.getValueType()))); in LegalizeOp() 1590 TLI.getShiftAmountTy(Tmp3.getValueType()))); in LegalizeOp() 1927 TLI.getShiftAmountTy(SignBit.getValueType()))); in ExpandFCOPYSIGN() 2551 DAG.getConstant(1, TLI.getShiftAmountTy(Op0.getValueType())); in ExpandLegalINT_TO_FP() 2584 EVT SHVT = TLI.getShiftAmountTy(Sel2.getValueType()); in ExpandLegalINT_TO_FP() 2731 EVT SHVT = TLI.getShiftAmountTy(VT); in ExpandBSWAP() [all …]
|
D | DAGCombiner.cpp | 292 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy() function in __anon97202f9b0111::DAGCombiner 293 return LegalTypes ? TLI.getShiftAmountTy(LHSTy) : TLI.getPointerTy(); in getShiftAmountTy() 1681 getShiftAmountTy(N0.getValueType()))); in visitMUL() 1691 getShiftAmountTy(N0.getValueType())))); in visitMUL() 1788 getShiftAmountTy(N0.getValueType()))); in visitSDIV() 1794 getShiftAmountTy(SGN.getValueType()))); in visitSDIV() 1799 DAG.getConstant(lg2, getShiftAmountTy(ADD.getValueType()))); in visitSDIV() 1849 getShiftAmountTy(N0.getValueType()))); in visitUDIV() 1990 getShiftAmountTy(N0.getValueType()))); in visitMULHS() 2006 DAG.getConstant(SimpleSize, getShiftAmountTy(N1.getValueType()))); in visitMULHS() [all …]
|
D | LegalizeFloatTypes.cpp | 188 TLI.getShiftAmountTy(RVT))); in SoftenFloatRes_FCOPYSIGN() 196 TLI.getShiftAmountTy(SignBit.getValueType()))); in SoftenFloatRes_FCOPYSIGN() 202 TLI.getShiftAmountTy(SignBit.getValueType()))); in SoftenFloatRes_FCOPYSIGN() 208 TLI.getShiftAmountTy(LVT))); in SoftenFloatRes_FCOPYSIGN()
|
D | SelectionDAG.cpp | 1446 MVT ShTy = TLI.getShiftAmountTy(LHSTy); in getShiftAmountOperand()
|
D | SelectionDAGBuilder.cpp | 2562 MVT ShiftTy = TLI.getShiftAmountTy(Op2.getValueType()); in visitShift()
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 76 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i8; } in getShiftAmountTy() function
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreISelLowering.h | 84 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getShiftAmountTy() function
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 246 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i32; } in getShiftAmountTy() function
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.h | 508 virtual MVT getShiftAmountTy(EVT LHSTy) const { return MVT::i8; } in getShiftAmountTy() function
|
D | X86ISelLowering.cpp | 4893 TLI.getShiftAmountTy(SrcOp.getValueType())))); in getVShift() 5810 TLI.getShiftAmountTy(InsElt.getValueType()))); in LowerVECTOR_SHUFFLEv16i8() 5825 TLI.getShiftAmountTy(InsElt0.getValueType()))); in LowerVECTOR_SHUFFLEv16i8()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 144 virtual MVT getShiftAmountTy(EVT LHSTy) const;
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 184 EVT getShiftAmountTy(EVT LHSTy, const DataLayout &DL) const;
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 951 EVT TargetLoweringBase::getShiftAmountTy(EVT LHSTy, in getShiftAmountTy() function in TargetLoweringBase
|