Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeIntegerTypes.cpp1149 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE() local
1155 if (!TLI.isTypeLegal(DataVT)) { in PromoteIntOp_MSTORE()
1156 if (getTypeAction(DataVT) == TargetLowering::TypePromoteInteger) { in PromoteIntOp_MSTORE()
1163 assert(getTypeAction(DataVT) == TargetLowering::TypeWidenVector && in PromoteIntOp_MSTORE()
1197 EVT DataVT = N->getValueType(0); in PromoteIntOp_MLOAD() local
1198 SDValue Mask = PromoteTargetBoolean(N->getOperand(OpNo), DataVT); in PromoteIntOp_MLOAD()