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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1802 EVT ShVT = ShOp.getValueType(); local
1803 if (getTypeAction(ShVT) == TargetLowering::TypeWidenVector) {
1805 ShVT = ShOp.getValueType();
1808 ShVT.getVectorElementType(),
1810 if (ShVT != ShWidenVT)
H A DLegalizeDAG.cpp2583 EVT ShVT = TLI.getShiftAmountTy(VT);
2601 DAG.getConstant(1, ShVT)),
2608 DAG.getConstant(2, ShVT)),
2614 DAG.getConstant(4, ShVT))),
2619 DAG.getConstant(Len - 8, ShVT));
2637 EVT ShVT = TLI.getShiftAmountTy(VT);
2640 SDValue Tmp3 = DAG.getConstant(1ULL << i, ShVT);
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5305 EVT ShVT = MVT::v2i64; local
5307 SrcOp = DAG.getNode(ISD::BITCAST, dl, ShVT, SrcOp);
5309 DAG.getNode(Opc, dl, ShVT, SrcOp,
11031 EVT ShVT = MVT::getVectorVT(EltVT, 128/EltVT.getSizeInBits()); local
11033 ShAmt = DAG.getNode(ISD::BITCAST, dl, ShVT, ShAmt);

Completed in 196 milliseconds