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/ |
| D | SystemZInstrInfo.cpp | 879 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 …]
|
| D | SystemZInstrInfo.h | 290 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
|
| D | SystemZISelLowering.h | 652 unsigned StoreOpcode, unsigned STOCOpcode,
|
| D | SystemZISelLowering.cpp | 6940 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/ |
| D | X86AvoidStoreForwardingBlocks.cpp | 261 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/ |
| D | AVRExpandPseudoInsts.cpp | 852 unsigned StoreOpcode = (Width == 8) ? AVR::STPtrRr : AVR::STWPtrRr; in expandAtomicArithmeticOp() local 861 buildMI(MBB, MBBI, StoreOpcode).add(Op2).add(Op1); in expandAtomicArithmeticOp()
|