reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/lib/Target/ARM/ARMGenDAGISel.inc
35246 /* 77731*/  /*SwitchOpcode*/ 105|128,1/*233*/, TARGET_VAL(ISD::MSTORE),// ->77968
gen/lib/Target/X86/X86GenDAGISel.inc
 7460 /* 16004*/  /*SwitchOpcode*/ 65|128,19/*2497*/, TARGET_VAL(ISD::MSTORE),// ->18505
include/llvm/CodeGen/SelectionDAGNodes.h
 1426            N->getOpcode() == ISD::MSTORE              ||
 2312            N->getOpcode() == ISD::MSTORE;
 2352       : MaskedLoadStoreSDNode(ISD::MSTORE, Order, dl, VTs, MemVT, MMO) {
 2373     return N->getOpcode() == ISD::MSTORE;
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 1601   case ISD::MSTORE:             return visitMSTORE(N);
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
 1138   case ISD::MSTORE:
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
 1180   case ISD::MSTORE:       Res = PromoteIntOp_MSTORE(cast<MaskedStoreSDNode>(N),
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 1994     case ISD::MSTORE:
 4149   case ISD::MSTORE:             Res = WidenVecOp_MSTORE(N, OpNo); break;
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  568   case ISD::MSTORE: {
 7001   AddNodeIDNode(ID, ISD::MSTORE, VTs, Ops);
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  362   case ISD::MSTORE:                     return "masked_store";
lib/Target/ARM/ARMISelLowering.cpp
  263     setOperationAction(ISD::MSTORE, VT, Legal);
  318     setOperationAction(ISD::MSTORE, VT, Legal);
lib/Target/X86/X86ISelLowering.cpp
 1251       setOperationAction(ISD::MSTORE, VT, Legal);
 1404         setOperationAction(ISD::MSTORE, VT, Custom);
 1507       setOperationAction(ISD::MSTORE,              VT, Legal);
 1675       setOperationAction(ISD::MSTORE,       VT, Legal);
 1713       setOperationAction(ISD::MSTORE, VT, Subtarget.hasVLX() ? Legal : Custom);
 1862   setTargetDAGCombine(ISD::MSTORE);
27777   case ISD::MSTORE:             return LowerMSTORE(Op, Subtarget, DAG);
44931   case ISD::MSTORE:         return combineMaskedStore(N, DAG, DCI, Subtarget);