Searched defs:ShVT (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2381 EVT ShVT = ShOp.getValueType(); local
2382 if (getTypeAction(ShVT) == TargetLowering::TypeWidenVector) {
2384 ShVT = ShOp.getValueType();
2387 ShVT.getVectorElementType(),
2389 if (ShVT != ShWidenVT)
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5298 MVT ShVT = MVT::v2i64; local
5300 SrcOp = DAG.getBitcast(ShVT, SrcOp);
5304 return DAG.getBitcast(VT, DAG.getNode(Opc, dl, ShVT, SrcOp, ShiftVal));
16094 MVT ShVT = MVT::getVectorVT(EltVT, 128/EltVT.getSizeInBits());
16096 ShAmt = DAG.getBitcast(ShVT, ShAmt);
[all...]

Completed in 159 milliseconds