Home
last modified time | relevance | path

Searched refs:InOp0 (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp5185 SDValue InOp0 = N->getOperand(0); in PromoteIntRes_EXTRACT_SUBVECTOR() local
5186 EVT InVT = InOp0.getValueType(); in PromoteIntRes_EXTRACT_SUBVECTOR()
5196 SDValue Step1 = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, NInVT, InOp0, in PromoteIntRes_EXTRACT_SUBVECTOR()
5207 SDValue Ops[] = {GetWidenedVector(InOp0), BaseIdx}; in PromoteIntRes_EXTRACT_SUBVECTOR()
5216 SDValue Ops[] = { GetPromotedInteger(InOp0), BaseIdx }; in PromoteIntRes_EXTRACT_SUBVECTOR()
5231 SDValue InOp0 = N->getOperand(0); in PromoteIntRes_EXTRACT_SUBVECTOR() local
5232 if (getTypeAction(InOp0.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_EXTRACT_SUBVECTOR()
5233 InOp0 = GetPromotedInteger(N->getOperand(0)); in PromoteIntRes_EXTRACT_SUBVECTOR()
5235 EVT InVT = InOp0.getValueType(); in PromoteIntRes_EXTRACT_SUBVECTOR()
H A DLegalizeVectorTypes.cpp6043 SDValue InOp0 = GetWidenedVector(N->getOperand(0)); in WidenVecOp_SETCC() local
6054 EVT SVT = getSetCCResultType(InOp0.getValueType()); in WidenVecOp_SETCC()
6061 SVT, InOp0, InOp1, N->getOperand(2)); in WidenVecOp_SETCC()