Home
last modified time | relevance | path

Searched refs:StoreOpcode (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1497 StoreOpcode = SystemZ::ST; in getLoadStoreOpcodes()
1500 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes()
1503 StoreOpcode = SystemZ::STMux; in getLoadStoreOpcodes()
1507 StoreOpcode = SystemZ::STG; in getLoadStoreOpcodes()
1511 StoreOpcode = SystemZ::ST128; in getLoadStoreOpcodes()
1514 StoreOpcode = SystemZ::STE; in getLoadStoreOpcodes()
1517 StoreOpcode = SystemZ::STD; in getLoadStoreOpcodes()
1520 StoreOpcode = SystemZ::STX; in getLoadStoreOpcodes()
1523 StoreOpcode = SystemZ::VST32; in getLoadStoreOpcodes()
1526 StoreOpcode = SystemZ::VST64; in getLoadStoreOpcodes()
[all …]
H A DSystemZInstrInfo.h276 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
H A DSystemZISelLowering.h614 unsigned StoreOpcode, unsigned STOCOpcode,
H A DSystemZISelLowering.cpp6354 unsigned StoreOpcode, in emitCondStore() argument
6368 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore()
6426 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp262 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { in getYMMtoXMMStoreOpcode() argument
263 switch (StoreOpcode) { in getYMMtoXMMStoreOpcode()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp851 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; in expandAtomicArithmeticOp() local
860 buildMI(MBB, MBBI, StoreOpcode).add(Op2).add(Op1); in expandAtomicArithmeticOp()