Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1596 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 DSystemZInstrInfo.h305 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
H A DSystemZISelLowering.h732 unsigned StoreOpcode, unsigned STOCOpcode,
H A DSystemZISelLowering.cpp7687 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 DOpcodes.td333 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 DX86AvoidStoreForwardingBlocks.cpp262 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { in getYMMtoXMMStoreOpcode() argument
263 switch (StoreOpcode) { in getYMMtoXMMStoreOpcode()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1784 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 DAMDGPULegalizerInfo.cpp4911 const unsigned StoreOpcode = IsD16 ? AMDGPU::G_AMDGPU_INTRIN_IMAGE_STORE_D16 in legalizeImageIntrinsic() local
4915 unsigned NewOpcode = NumDefs == 0 ? StoreOpcode : LoadOpcode; in legalizeImageIntrinsic()