Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp870 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
871 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in storeRegToStackSlot()
872 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode)) in storeRegToStackSlot()
885 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
886 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in loadRegFromStackSlot()
1119 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local
1121 get(StoreOpcode)) in foldMemoryOperandImpl()
1576 unsigned &StoreOpcode) const { in getLoadStoreOpcodes()
1579 StoreOpcode = SystemZ::ST; in getLoadStoreOpcodes()
1582 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes()
[all …]
H A DSystemZInstrInfo.h305 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
H A DSystemZISelLowering.h673 unsigned StoreOpcode, unsigned STOCOpcode,
H A DSystemZISelLowering.cpp7258 unsigned StoreOpcode, in emitCondStore() argument
7272 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore()
7330 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DOpcodes.td333 class StoreOpcode : Opcode {
344 def Store : StoreOpcode {}
346 def StorePop : StoreOpcode {}
354 def InitPop : StoreOpcode {}
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp262 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { in getYMMtoXMMStoreOpcode() argument
263 switch (StoreOpcode) { in getYMMtoXMMStoreOpcode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp890 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; in expandAtomicArithmeticOp() local
899 buildMI(MBB, MBBI, StoreOpcode).add(Op2).add(Op1); in expandAtomicArithmeticOp()