Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp708 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
709 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in storeRegToStackSlot()
710 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode)) in storeRegToStackSlot()
723 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
724 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in loadRegFromStackSlot()
939 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local
941 get(StoreOpcode)) in foldMemoryOperandImpl()
1255 unsigned &StoreOpcode) const { in getLoadStoreOpcodes()
1258 StoreOpcode = SystemZ::ST; in getLoadStoreOpcodes()
1261 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes()
[all …]
DSystemZInstrInfo.h233 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
DSystemZISelLowering.h569 unsigned StoreOpcode, unsigned STOCOpcode,
DSystemZISelLowering.cpp5246 unsigned StoreOpcode, in emitCondStore() argument
5260 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore()
5296 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp966 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
967 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in storeRegToStackSlot()
968 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode)) in storeRegToStackSlot()
981 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
982 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in loadRegFromStackSlot()
1230 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local
1232 get(StoreOpcode)) in foldMemoryOperandImpl()
1568 unsigned &StoreOpcode) const { in getLoadStoreOpcodes()
1571 StoreOpcode = SystemZ::ST; in getLoadStoreOpcodes()
1574 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes()
[all …]
DSystemZInstrInfo.h279 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
DSystemZISelLowering.h621 unsigned StoreOpcode, unsigned STOCOpcode,
DSystemZISelLowering.cpp6196 unsigned StoreOpcode, in emitCondStore() argument
6210 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore()
6268 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp266 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { in getYMMtoXMMStoreOpcode() argument
267 switch (StoreOpcode) { in getYMMtoXMMStoreOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp851 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; in expandAtomicArithmeticOp() local
860 buildMI(MBB, MBBI, StoreOpcode).add(Op2).add(Op1); in expandAtomicArithmeticOp()