Home
last modified time | relevance | path

Searched refs:ShVT (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2715 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBitCount() local
2737 DAG.getConstant(1, dl, ShVT)), in ExpandBitCount()
2744 DAG.getConstant(2, dl, ShVT)), in ExpandBitCount()
2750 DAG.getConstant(4, dl, ShVT))), in ExpandBitCount()
2755 DAG.getConstant(Len - 8, dl, ShVT)); in ExpandBitCount()
2784 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBitCount() local
2786 SDValue Tmp3 = DAG.getConstant(1ULL << i, dl, ShVT); in ExpandBitCount()
3910 EVT ShVT = Op1.getValueType(); in ExpandNode() local
3911 SDValue Width = DAG.getConstant(OpVT.getScalarSizeInBits(), dl, ShVT); in ExpandNode()
3916 SDValue Sub = DAG.getNode(ISD::SUB, dl, ShVT, Width, Op1); in ExpandNode()
[all …]
DLegalizeVectorTypes.cpp2716 EVT ShVT = ShOp.getValueType(); in WidenVecRes_Shift() local
2717 if (getTypeAction(ShVT) == TargetLowering::TypeWidenVector) { in WidenVecRes_Shift()
2719 ShVT = ShOp.getValueType(); in WidenVecRes_Shift()
2722 ShVT.getVectorElementType(), in WidenVecRes_Shift()
2724 if (ShVT != ShWidenVT) in WidenVecRes_Shift()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1548 EVT ShVT = ShOp.getValueType(); in WidenVecRes_Shift() local
1549 if (getTypeAction(ShVT) == TargetLowering::TypeWidenVector) { in WidenVecRes_Shift()
1551 ShVT = ShOp.getValueType(); in WidenVecRes_Shift()
1554 ShVT.getVectorElementType(), in WidenVecRes_Shift()
1556 if (ShVT != ShWidenVT) in WidenVecRes_Shift()
DLegalizeDAG.cpp2794 EVT ShVT = TLI.getShiftAmountTy(VT); in ExpandBitCount() local
2812 DAG.getConstant(1, ShVT)), in ExpandBitCount()
2819 DAG.getConstant(2, ShVT)), in ExpandBitCount()
2825 DAG.getConstant(4, ShVT))), in ExpandBitCount()
2830 DAG.getConstant(Len - 8, ShVT)); in ExpandBitCount()
2845 EVT ShVT = TLI.getShiftAmountTy(VT); in ExpandBitCount() local
2848 SDValue Tmp3 = DAG.getConstant(1ULL << i, ShVT); in ExpandBitCount()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2639 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBitCount() local
2661 DAG.getConstant(1, dl, ShVT)), in ExpandBitCount()
2668 DAG.getConstant(2, dl, ShVT)), in ExpandBitCount()
2674 DAG.getConstant(4, dl, ShVT))), in ExpandBitCount()
2679 DAG.getConstant(Len - 8, dl, ShVT)); in ExpandBitCount()
2708 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout()); in ExpandBitCount() local
2710 SDValue Tmp3 = DAG.getConstant(1ULL << i, dl, ShVT); in ExpandBitCount()
DLegalizeVectorTypes.cpp2499 EVT ShVT = ShOp.getValueType(); in WidenVecRes_Shift() local
2500 if (getTypeAction(ShVT) == TargetLowering::TypeWidenVector) { in WidenVecRes_Shift()
2502 ShVT = ShOp.getValueType(); in WidenVecRes_Shift()
2505 ShVT.getVectorElementType(), in WidenVecRes_Shift()
2507 if (ShVT != ShWidenVT) in WidenVecRes_Shift()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp4887 EVT ShVT = MVT::v2i64; in getVShift() local
4889 SrcOp = DAG.getNode(ISD::BITCAST, dl, ShVT, SrcOp); in getVShift()
4891 DAG.getNode(Opc, dl, ShVT, SrcOp, in getVShift()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp6695 MVT ShVT = MVT::v16i8; in getVShift() local
6697 SrcOp = DAG.getBitcast(ShVT, SrcOp); in getVShift()
6700 return DAG.getBitcast(VT, DAG.getNode(Opc, dl, ShVT, SrcOp, ShiftVal)); in getVShift()
20278 MVT ShVT = MVT::getVectorVT(EltVT, 128/EltVT.getSizeInBits()); in getTargetVShiftNode() local
20280 ShAmt = DAG.getBitcast(ShVT, ShAmt); in getTargetVShiftNode()