Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.h386 SDValue PromoteIntOp_MSTORE(MaskedStoreSDNode *N, unsigned OpNo);
H A DLegalizeIntegerTypes.cpp1508 case ISD::MSTORE: Res = PromoteIntOp_MSTORE(cast<MaskedStoreSDNode>(N), in PromoteIntegerOperand()
1829 SDValue DAGTypeLegalizer::PromoteIntOp_MSTORE(MaskedStoreSDNode *N, in PromoteIntOp_MSTORE() function in DAGTypeLegalizer