/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 __anona4a1c9fb0111::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()
|
/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-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 829 EVT ShTy = getShiftAmountTy(InnerVT, DL); in SimplifyDemandedBits() 999 ShiftAmtTy = getShiftAmountTy(ShiftAmtTy, DL); in SimplifyDemandedBits() 1142 Shift = TLO.DAG.getConstant(ShVal, dl, getShiftAmountTy(VT, DL)); in SimplifyDemandedBits() 2465 EVT ShiftTy = getShiftAmountTy(N0.getValueType(), DL, in SimplifySetCC() 2498 EVT ShiftTy = getShiftAmountTy(N0.getValueType(), DL, in SimplifySetCC() 2529 EVT ShiftTy = getShiftAmountTy(N0.getValueType(), DL, in SimplifySetCC() 2725 getShiftAmountTy(N1.getValueType(), DL, in SimplifySetCC() 2751 DAG.getConstant(1, dl, getShiftAmountTy(N0.getValueType(), DL, in SimplifySetCC() 3432 DAG.getConstant(ShAmt, dl, TLI.getShiftAmountTy(Op1.getValueType(), in BuildExactSDIV() 3515 DAG.getConstant(magics.s, dl, getShiftAmountTy(Q.getValueType(), DL))); in BuildSDIV() [all …]
|
D | LegalizeDAG.cpp | 571 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps() 583 TLI.getShiftAmountTy(Value.getValueType(), DL))); in LegalizeStoreOps() 798 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps() 829 TLI.getShiftAmountTy(Hi.getValueType(), DL))); in LegalizeLoadOps() 2401 1, dl, TLI.getShiftAmountTy(Op0.getValueType(), DAG.getDataLayout())); in ExpandLegalINT_TO_FP() 2436 EVT SHVT = TLI.getShiftAmountTy(Sel2.getValueType(), DAG.getDataLayout()); in ExpandLegalINT_TO_FP() 2590 EVT SHVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBITREVERSE() 2658 EVT SHVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBSWAP() 2715 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBitCount() 2784 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBitCount() [all …]
|
D | LegalizeVectorOps.cpp | 639 BitOffset, dl, TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad() 651 TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad() 671 TLI.getShiftAmountTy(WideVT, DAG.getDataLayout())); in ExpandLoad() 1116 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandCTLZ()
|
D | DAGCombiner.cpp | 589 EVT getShiftAmountTy(EVT LHSTy) { in getShiftAmountTy() function in __anond566e5530111::DAGCombiner 591 return TLI.getShiftAmountTy(LHSTy, DAG.getDataLayout(), LegalTypes); in getShiftAmountTy() 2917 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitMUL() 2931 getShiftAmountTy(N0.getValueType())))); in visitMUL() 3176 EVT ShiftAmtTy = getShiftAmountTy(N0.getValueType()); in visitSDIVLike() 3289 EVT ShiftVT = getShiftAmountTy(N0.getValueType()); in visitUDIVLike() 3421 getShiftAmountTy(N0.getValueType()))); in visitMULHS() 3439 getShiftAmountTy(N1.getValueType()))); in visitMULHS() 3483 getShiftAmountTy(N1.getValueType()))); in visitMULHU() 3562 getShiftAmountTy(Lo.getValueType()))); in visitSMUL_LOHI() [all …]
|
D | LegalizeFloatTypes.cpp | 268 TLI.getShiftAmountTy(RVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN() 277 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN() 285 TLI.getShiftAmountTy(SignBit.getValueType(), in SoftenFloatRes_FCOPYSIGN() 293 TLI.getShiftAmountTy(LVT, DAG.getDataLayout()))); in SoftenFloatRes_FCOPYSIGN()
|
D | LegalizeIntegerTypes.cpp | 324 TLI.getShiftAmountTy(NVT, DAG.getDataLayout()))); in PromoteIntRes_BSWAP() 337 TLI.getShiftAmountTy(NVT, DAG.getDataLayout()))); in PromoteIntRes_BITREVERSE() 2189 EVT ShiftAmtTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in ExpandIntRes_FLT_ROUNDS() 2391 EVT ShiftAmtTy = TLI.getShiftAmountTy(NVT, DAG.getDataLayout()); in ExpandIntRes_MUL() 2549 EVT ShiftTy = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandIntRes_Shift()
|
D | LegalizeTypes.cpp | 995 EVT ShiftAmtVT = TLI.getShiftAmountTy(NVT, DAG.getDataLayout(), false); in JoinIntegers()
|
/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
|
/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 __anon357488270111::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()
|
/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
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 144 virtual MVT getShiftAmountTy(EVT LHSTy) const;
|