Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp1178 SDValue DataOp = N->getValue(); in PromoteIntOp_MSTORE() local
1179 EVT DataVT = DataOp.getValueType(); in PromoteIntOp_MSTORE()
1206 DataOp = GetPromotedInteger(DataOp); in PromoteIntOp_MSTORE()
1207 Mask = PromoteTargetBoolean(Mask, DataOp.getValueType()); in PromoteIntOp_MSTORE()
1211 return DAG.getMaskedStore(N->getChain(), dl, DataOp, N->getBasePtr(), Mask, in PromoteIntOp_MSTORE()
DLegalizeVectorTypes.cpp3219 SDValue DataOp = MSC->getValue(); in WidenVecOp_MSCATTER() local
3223 SDValue WideVal = GetWidenedVector(DataOp); in WidenVecOp_MSCATTER()