Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1579 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 …]
H A DSystemZInstrInfo.h305 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
H A DSystemZISelLowering.h703 unsigned StoreOpcode, unsigned STOCOpcode,
H A DSystemZISelLowering.cpp7286 unsigned StoreOpcode, in emitCondStore() argument
7300 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore()
7358 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DOpcodes.td333 class StoreOpcode : Opcode {
344 def Store : StoreOpcode {}
346 def StorePop : StoreOpcode {}
354 def InitPop : StoreOpcode {}
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp262 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { in getYMMtoXMMStoreOpcode() argument
263 switch (StoreOpcode) { in getYMMtoXMMStoreOpcode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp903 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; in expandAtomicArithmeticOp() local
915 buildMI(MBB, MBBI, StoreOpcode).add(PtrOp).addReg(DstReg); in expandAtomicArithmeticOp()