Searched refs:StoreOpcode (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 1596 StoreOpcode = SystemZ::ST; in getLoadStoreOpcodes() 1599 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes() 1602 StoreOpcode = SystemZ::STMux; in getLoadStoreOpcodes() 1606 StoreOpcode = SystemZ::STG; in getLoadStoreOpcodes() 1610 StoreOpcode = SystemZ::ST128; in getLoadStoreOpcodes() 1613 StoreOpcode = SystemZ::STE; in getLoadStoreOpcodes() 1616 StoreOpcode = SystemZ::STD; in getLoadStoreOpcodes() 1619 StoreOpcode = SystemZ::STX; in getLoadStoreOpcodes() 1622 StoreOpcode = SystemZ::VST32; in getLoadStoreOpcodes() 1625 StoreOpcode = SystemZ::VST64; in getLoadStoreOpcodes() [all …]
|
| H A D | SystemZInstrInfo.h | 305 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
|
| H A D | SystemZISelLowering.h | 732 unsigned StoreOpcode, unsigned STOCOpcode,
|
| H A D | SystemZISelLowering.cpp | 7687 unsigned StoreOpcode, in emitCondStore() argument 7700 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore() 7758 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Opcodes.td | 333 class StoreOpcode : Opcode { 344 def Store : StoreOpcode {} 346 def StorePop : StoreOpcode {} 354 def InitPop : StoreOpcode {}
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86AvoidStoreForwardingBlocks.cpp | 262 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { in getYMMtoXMMStoreOpcode() argument 263 switch (StoreOpcode) { in getYMMtoXMMStoreOpcode()
|
| /llvm-project-15.0.7/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 1784 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; in insertAtomicArithmeticOp() local 1802 BuildMI(*BB, I, dl, TII.get(StoreOpcode)) in insertAtomicArithmeticOp()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 4911 const unsigned StoreOpcode = IsD16 ? AMDGPU::G_AMDGPU_INTRIN_IMAGE_STORE_D16 in legalizeImageIntrinsic() local 4915 unsigned NewOpcode = NumDefs == 0 ? StoreOpcode : LoadOpcode; in legalizeImageIntrinsic()
|