Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp877 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
878 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in storeRegToStackSlot()
879 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode)) in storeRegToStackSlot()
894 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
895 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in loadRegFromStackSlot()
1131 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local
1133 get(StoreOpcode)) in foldMemoryOperandImpl()
1593 unsigned &StoreOpcode) const { in getLoadStoreOpcodes()
1596 StoreOpcode = SystemZ::ST; in getLoadStoreOpcodes()
1599 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes()
[all …]
H A DSystemZInstrInfo.h306 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
H A DSystemZISelLowering.h730 unsigned StoreOpcode, unsigned STOCOpcode,
H A DSystemZISelLowering.cpp7683 unsigned StoreOpcode, in emitCondStore() argument
7696 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore()
7754 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DOpcodes.td352 class StoreOpcode : Opcode {
363 def Store : StoreOpcode {}
365 def StorePop : StoreOpcode {}
373 def InitPop : StoreOpcode {}
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp262 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { in getYMMtoXMMStoreOpcode() argument
263 switch (StoreOpcode) { in getYMMtoXMMStoreOpcode()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp2263 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; in insertAtomicArithmeticOp() local
2281 BuildMI(*BB, I, dl, TII.get(StoreOpcode)) in insertAtomicArithmeticOp()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp4921 const unsigned StoreOpcode = IsD16 ? AMDGPU::G_AMDGPU_INTRIN_IMAGE_STORE_D16 in legalizeImageIntrinsic() local
4925 unsigned NewOpcode = NumDefs == 0 ? StoreOpcode : LoadOpcode; in legalizeImageIntrinsic()