Searched refs:StoreOpcode (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 600 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local 601 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in storeRegToStackSlot() 602 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode)) in storeRegToStackSlot() 615 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local 616 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode); in loadRegFromStackSlot() 803 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local 805 get(StoreOpcode)) in foldMemoryOperandImpl() 1115 unsigned &StoreOpcode) const { in getLoadStoreOpcodes() 1118 StoreOpcode = SystemZ::ST; in getLoadStoreOpcodes() 1121 StoreOpcode = SystemZ::STFH; in getLoadStoreOpcodes() [all …]
|
D | SystemZInstrInfo.h | 213 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
|
D | SystemZISelLowering.h | 521 unsigned StoreOpcode, unsigned STOCOpcode,
|
D | SystemZISelLowering.cpp | 4919 unsigned StoreOpcode, unsigned STOCOpcode, in emitCondStore() argument 4932 StoreOpcode = TII->getOpcodeForOffset(StoreOpcode, Disp); in emitCondStore() 4968 BuildMI(MBB, DL, TII->get(StoreOpcode)) in emitCondStore()
|