Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1130 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE() local
1136 if (!TLI.isTypeLegal(DataVT)) { in PromoteIntOp_MSTORE()
1137 if (getTypeAction(DataVT) == TargetLowering::TypePromoteInteger) { in PromoteIntOp_MSTORE()
1144 assert(getTypeAction(DataVT) == TargetLowering::TypeWidenVector && in PromoteIntOp_MSTORE()
1178 EVT DataVT = N->getValueType(0); in PromoteIntOp_MLOAD() local
1179 SDValue Mask = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MLOAD()