Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1129 SDValue DataOp = N->getValue(); in PromoteIntOp_MSTORE() local
1130 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE()
1138 DataOp = GetPromotedInteger(DataOp); in PromoteIntOp_MSTORE()
1140 Mask = PromoteTargetBoolean(Mask, DataOp.getValueType()); in PromoteIntOp_MSTORE()
1146 DataOp = GetWidenedVector(DataOp); in PromoteIntOp_MSTORE()
1151 EVT BoolVT = getSetCCResultType(DataOp.getValueType()); in PromoteIntOp_MSTORE()
1170 Mask = PromoteTargetBoolean(N->getMask(), DataOp.getValueType()); in PromoteIntOp_MSTORE()
1171 return DAG.getMaskedStore(N->getChain(), dl, DataOp, N->getBasePtr(), Mask, in PromoteIntOp_MSTORE()