Searched refs:ShVT (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2743 EVT ShVT = TLI.getShiftAmountTy(VT); in ExpandBitCount() local 2761 DAG.getConstant(1, ShVT)), in ExpandBitCount() 2768 DAG.getConstant(2, ShVT)), in ExpandBitCount() 2774 DAG.getConstant(4, ShVT))), in ExpandBitCount() 2779 DAG.getConstant(Len - 8, ShVT)); in ExpandBitCount() 2797 EVT ShVT = TLI.getShiftAmountTy(VT); in ExpandBitCount() local 2800 SDValue Tmp3 = DAG.getConstant(1ULL << i, ShVT); in ExpandBitCount()
|
D | LegalizeVectorTypes.cpp | 2075 EVT ShVT = ShOp.getValueType(); in WidenVecRes_Shift() local 2076 if (getTypeAction(ShVT) == TargetLowering::TypeWidenVector) { in WidenVecRes_Shift() 2078 ShVT = ShOp.getValueType(); in WidenVecRes_Shift() 2081 ShVT.getVectorElementType(), in WidenVecRes_Shift() 2083 if (ShVT != ShWidenVT) in WidenVecRes_Shift()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 4669 MVT ShVT = MVT::v2i64; in getVShift() local 4671 SrcOp = DAG.getNode(ISD::BITCAST, dl, ShVT, SrcOp); in getVShift() 4676 DAG.getNode(Opc, dl, ShVT, SrcOp, ShiftVal)); in getVShift() 14640 EVT ShVT = MVT::getVectorVT(EltVT, 128/EltVT.getSizeInBits()); in getTargetVShiftNode() local 14642 ShAmt = DAG.getNode(ISD::BITCAST, dl, ShVT, ShAmt); in getTargetVShiftNode()
|