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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2385 EVT ShVT = TLI.getShiftAmountTy(VT);
2403 DAG.getConstant(1, ShVT)),
2410 DAG.getConstant(2, ShVT)),
2416 DAG.getConstant(4, ShVT))),
2421 DAG.getConstant(Len - 8, ShVT));
2439 EVT ShVT = TLI.getShiftAmountTy(VT);
2442 SDValue Tmp3 = DAG.getConstant(1ULL << i, ShVT);
H A DLegalizeVectorTypes.cpp1615 EVT ShVT = ShOp.getValueType(); local
1616 if (getTypeAction(ShVT) == TargetLowering::TypeWidenVector) {
1618 ShVT = ShOp.getValueType();
1621 ShVT.getVectorElementType(),
1623 if (ShVT != ShWidenVT)
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4849 EVT ShVT = MVT::v2i64; local
4851 SrcOp = DAG.getNode(ISD::BITCAST, dl, ShVT, SrcOp);
4853 DAG.getNode(Opc, dl, ShVT, SrcOp,
9645 EVT ShVT = MVT::getVectorVT(EltVT, 128/EltVT.getSizeInBits()); local
9647 ShAmt = DAG.getNode(ISD::BITCAST, dl, ShVT, ShAmt);

Completed in 185 milliseconds