Searched refs:ShVT (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1548 EVT ShVT = ShOp.getValueType(); local
1549 if (getTypeAction(ShVT) == TargetLowering::TypeWidenVector) {
1551 ShVT = ShOp.getValueType();
1554 ShVT.getVectorElementType(),
1556 if (ShVT != ShWidenVT)
H A DLegalizeDAG.cpp2794 EVT ShVT = TLI.getShiftAmountTy(VT);
2812 DAG.getConstant(1, ShVT)),
2819 DAG.getConstant(2, ShVT)),
2825 DAG.getConstant(4, ShVT))),
2830 DAG.getConstant(Len - 8, ShVT));
2845 EVT ShVT = TLI.getShiftAmountTy(VT);
2848 SDValue Tmp3 = DAG.getConstant(1ULL << i, ShVT);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2639 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout());
2661 DAG.getConstant(1, dl, ShVT)),
2668 DAG.getConstant(2, dl, ShVT)),
2674 DAG.getConstant(4, dl, ShVT))),
2679 DAG.getConstant(Len - 8, dl, ShVT));
2708 EVT ShVT = TLI.getShiftAmountTy(VT, DAG.getDataLayout());
2710 SDValue Tmp3 = DAG.getConstant(1ULL << i, dl, ShVT);
H A DLegalizeVectorTypes.cpp2499 EVT ShVT = ShOp.getValueType(); local
2500 if (getTypeAction(ShVT) == TargetLowering::TypeWidenVector) {
2502 ShVT = ShOp.getValueType();
2505 ShVT.getVectorElementType(),
2507 if (ShVT != ShWidenVT)
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp4887 EVT ShVT = MVT::v2i64; local
4889 SrcOp = DAG.getNode(ISD::BITCAST, dl, ShVT, SrcOp);
4891 DAG.getNode(Opc, dl, ShVT, SrcOp,
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5474 MVT ShVT = MVT::v16i8; local
5476 SrcOp = DAG.getBitcast(ShVT, SrcOp);
5480 return DAG.getBitcast(VT, DAG.getNode(Opc, dl, ShVT, SrcOp, ShiftVal));
17158 MVT ShVT = MVT::getVectorVT(EltVT, 128/EltVT.getSizeInBits()); local
17160 ShAmt = DAG.getBitcast(ShVT, ShAmt);
[all...]

Completed in 328 milliseconds