Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1608 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 DSystemZInstrInfo.h317 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
H A DSystemZISelLowering.h760 unsigned StoreOpcode, unsigned STOCOpcode,
H A DSystemZISelLowering.cpp8235 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 DOpcodes.td444 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 DX86AvoidStoreForwardingBlocks.cpp262 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 DAVRISelLowering.cpp2322 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 DAMDGPULegalizerInfo.cpp6166 const unsigned StoreOpcode = IsD16 ? AMDGPU::G_AMDGPU_INTRIN_IMAGE_STORE_D16 in legalizeImageIntrinsic() local
6170 unsigned NewOpcode = NumDefs == 0 ? StoreOpcode : LoadOpcode; in legalizeImageIntrinsic()