Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1179 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE() local
1190 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() local
1220 SDValue Mask = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MLOAD()
1232 EVT DataVT = N->getValueType(0); in PromoteIntOp_MGATHER() local
1233 NewOps[OpNo] = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MGATHER()
[all …]