Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp708 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
723 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
939 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local
DSystemZISelLowering.cpp5246 unsigned StoreOpcode, in emitCondStore()