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

References

gen/lib/Target/X86/X86GenAsmMatcher.inc
14921   { 11525 /* vmovapd */, X86::VMOVAPDZ256mr, Convert__Mem2565_1__Reg1_0, AMFBS_None, { MCK_VR256X, MCK_Mem256 }, },
29295   { 11525 /* vmovapd */, X86::VMOVAPDZ256mr, Convert__Mem2565_0__Reg1_1, AMFBS_None, { MCK_Mem256, MCK_VR256X }, },
gen/lib/Target/X86/X86GenDAGISel.inc
 6586 /* 14131*/          OPC_MorphNodeTo0, TARGET_VAL(X86::VMOVAPDZ256mr), 0|OPFL_Chain|OPFL_MemRefs,
gen/lib/Target/X86/X86GenEVEX2VEXTables.inc
  920   { X86::VMOVAPDZ256mr, X86::VMOVAPDYmr },
lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp
  189     return StOpcode == X86::VMOVUPDZ256mr || StOpcode == X86::VMOVAPDZ256mr;
  275   case X86::VMOVAPDZ256mr:
lib/Target/X86/X86FastISel.cpp
  594         Opc = HasVLX ? X86::VMOVAPDZ256mr : X86::VMOVAPDYmr;
lib/Target/X86/X86InstrFoldTables.cpp
  362   { X86::VMOVAPDZ256rr,       X86::VMOVAPDZ256mr,       TB_FOLDED_STORE | TB_ALIGN_32 },
lib/Target/X86/X86InstrInfo.cpp
  371   case X86::VMOVAPDZ256mr:
 6273   { X86::VMOVAPSZ256mr, X86::VMOVAPDZ256mr, X86::VMOVDQA64Z256mr, X86::VMOVDQA32Z256mr  },