Searched refs:StoreOpcode (Results 1 – 7 of 7) sorted by relevance
1579 StoreOpcode = SystemZ::ST; in getLoadStoreOpcodes()1582 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes()1585 StoreOpcode = SystemZ::STMux; in getLoadStoreOpcodes()1589 StoreOpcode = SystemZ::STG; in getLoadStoreOpcodes()1593 StoreOpcode = SystemZ::ST128; in getLoadStoreOpcodes()1596 StoreOpcode = SystemZ::STE; in getLoadStoreOpcodes()1599 StoreOpcode = SystemZ::STD; in getLoadStoreOpcodes()1602 StoreOpcode = SystemZ::STX; in getLoadStoreOpcodes()1605 StoreOpcode = SystemZ::VST32; in getLoadStoreOpcodes()1608 StoreOpcode = SystemZ::VST64; in getLoadStoreOpcodes()[all …]
305 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
703 unsigned StoreOpcode, unsigned STOCOpcode,
7286 unsigned StoreOpcode, in emitCondStore() argument7300 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore()7358 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()
333 class StoreOpcode : Opcode {344 def Store : StoreOpcode {}346 def StorePop : StoreOpcode {}354 def InitPop : StoreOpcode {}
262 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { in getYMMtoXMMStoreOpcode() argument263 switch (StoreOpcode) { in getYMMtoXMMStoreOpcode()
903 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; in expandAtomicArithmeticOp() local915 buildMI(MBB, MBBI, StoreOpcode).add(PtrOp).addReg(DstReg); in expandAtomicArithmeticOp()