Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp879 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
880 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in storeRegToStackSlot()
881 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode)) in storeRegToStackSlot()
894 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
895 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in loadRegFromStackSlot()
1099 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local
1101 get(StoreOpcode)) in foldMemoryOperandImpl()
1468 unsigned &StoreOpcode) const { in getLoadStoreOpcodes()
1471 StoreOpcode = SystemZ::ST; in getLoadStoreOpcodes()
1474 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes()
[all …]
DSystemZInstrInfo.h290 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
DSystemZISelLowering.h652 unsigned StoreOpcode, unsigned STOCOpcode,
DSystemZISelLowering.cpp6940 unsigned StoreOpcode, in emitCondStore() argument
6954 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore()
7012 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp261 static unsigned getYMMtoXMMStoreOpcode(unsigned StoreOpcode) { in getYMMtoXMMStoreOpcode() argument
262 switch (StoreOpcode) { in getYMMtoXMMStoreOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRExpandPseudoInsts.cpp852 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; in expandAtomicArithmeticOp() local
861 buildMI(MBB, MBBI, StoreOpcode).add(Op2).add(Op1); in expandAtomicArithmeticOp()