Searched refs:DataVT (Results 1 – 1 of 1) sorted by relevance
1179 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE() local1190 if (TLI.isTypeLegal(DataVT)) in PromoteIntOp_MSTORE()1191 Mask = PromoteTargetBoolean(Mask, DataVT); in PromoteIntOp_MSTORE()1193 if (getTypeAction(DataVT) == TargetLowering::TypePromoteInteger) in PromoteIntOp_MSTORE()1196 else if (getTypeAction(DataVT) == TargetLowering::TypeWidenVector) in PromoteIntOp_MSTORE()1200 assert (getTypeAction(DataVT) == TargetLowering::TypeSplitVector); in PromoteIntOp_MSTORE()1219 EVT DataVT = N->getValueType(0); in PromoteIntOp_MLOAD() local1220 SDValue Mask = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MLOAD()1232 EVT DataVT = N->getValueType(0); in PromoteIntOp_MGATHER() local1233 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MGATHER()[all …]