Home
last modified time | relevance | path

Searched defs:StoreOpcode (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp599 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
615 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
794 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local
DSystemZISelLowering.cpp2963 unsigned StoreOpcode, unsigned STOCOpcode, in emitCondStore()