Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.cpp133 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
134 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode, FrameIdx); in storeRegToStackSlot()
135 MachineInstrBuilder MIB = BuildMI(MBB, MBBI, DL, get(StoreOpcode)) in storeRegToStackSlot()
145 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
146 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode, FrameIdx); in loadRegFromStackSlot()
152 unsigned &StoreOpcode, in getLoadStoreOpcodes() argument
156 StoreOpcode = Xtensa::S32I; in getLoadStoreOpcodes()
159 StoreOpcode = Xtensa::SSI; in getLoadStoreOpcodes()
H A DXtensaInstrInfo.h71 unsigned &StoreOpcode, int64_t offset) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1032 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
1033 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in storeRegToStackSlot()
1034 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode)) in storeRegToStackSlot()
1047 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
1048 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in loadRegFromStackSlot()
1348 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local
1350 get(StoreOpcode)) in foldMemoryOperandImpl()
1890 unsigned &StoreOpcode) const { in getLoadStoreOpcodes()
1893 StoreOpcode = SystemZ::ST; in getLoadStoreOpcodes()
1896 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes()
[all …]
H A DSystemZInstrInfo.h328 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
H A DSystemZISelLowering.h809 unsigned StoreOpcode, unsigned STOCOpcode,
H A DSystemZISelLowering.cpp9724 unsigned StoreOpcode, in emitCondStore() argument
9737 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore()
9796 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DOpcodes.td488 class StoreOpcode : Opcode {
499 def Store : StoreOpcode {}
501 def StorePop : StoreOpcode {}
509 def Init : StoreOpcode {}
510 def InitPop : StoreOpcode {}
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp261 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { in getYMMtoXMMStoreOpcode() argument
262 switch (StoreOpcode) { in getYMMtoXMMStoreOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp2260 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; in insertAtomicArithmeticOp() local
2278 BuildMI(*BB, I, dl, TII.get(StoreOpcode)) in insertAtomicArithmeticOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp6507 const unsigned StoreOpcode = IsD16 ? AMDGPU::G_AMDGPU_INTRIN_IMAGE_STORE_D16 in legalizeImageIntrinsic() local
6513 NewOpcode = StoreOpcode; in legalizeImageIntrinsic()