Searched refs:StoreOpcode (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.cpp | 1608 StoreOpcode = SystemZ::ST; in getLoadStoreOpcodes() 1611 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes() 1614 StoreOpcode = SystemZ::STMux; in getLoadStoreOpcodes() 1618 StoreOpcode = SystemZ::STG; in getLoadStoreOpcodes() 1622 StoreOpcode = SystemZ::ST128; in getLoadStoreOpcodes() 1625 StoreOpcode = SystemZ::STE; in getLoadStoreOpcodes() 1628 StoreOpcode = SystemZ::STD; in getLoadStoreOpcodes() 1631 StoreOpcode = SystemZ::STX; in getLoadStoreOpcodes() 1634 StoreOpcode = SystemZ::VST32; in getLoadStoreOpcodes() 1637 StoreOpcode = SystemZ::VST64; in getLoadStoreOpcodes() [all …]
|
| H A D | SystemZInstrInfo.h | 317 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
|
| H A D | SystemZISelLowering.h | 760 unsigned StoreOpcode, unsigned STOCOpcode,
|
| H A D | SystemZISelLowering.cpp | 8235 unsigned StoreOpcode, in emitCondStore() argument 8248 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore() 8306 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Opcodes.td | 444 class StoreOpcode : Opcode { 455 def Store : StoreOpcode {} 457 def StorePop : StoreOpcode {} 465 def InitPop : StoreOpcode {}
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AvoidStoreForwardingBlocks.cpp | 262 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { in getYMMtoXMMStoreOpcode() argument 263 switch (StoreOpcode) { in getYMMtoXMMStoreOpcode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 2322 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; in insertAtomicArithmeticOp() local 2340 BuildMI(*BB, I, dl, TII.get(StoreOpcode)) in insertAtomicArithmeticOp()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 6166 const unsigned StoreOpcode = IsD16 ? AMDGPU::G_AMDGPU_INTRIN_IMAGE_STORE_D16 in legalizeImageIntrinsic() local 6170 unsigned NewOpcode = NumDefs == 0 ? StoreOpcode : LoadOpcode; in legalizeImageIntrinsic()
|