Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp599 unsigned LoadOpcode, StoreOpcode; in storeRegToStackSlot() local
615 unsigned LoadOpcode, StoreOpcode; in loadRegFromStackSlot() local
792 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD; in foldMemoryOperandImpl() local
H A DSystemZISelLowering.cpp2664 unsigned StoreOpcode, unsigned STOCOpcode, in emitCondStore()