HomeSort by relevance Sort by last modified time
    Searched refs:StoreOpcode (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 600 unsigned LoadOpcode, StoreOpcode;
601 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
602 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode))
615 unsigned LoadOpcode, StoreOpcode;
616 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
803 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD;
805 get(StoreOpcode))
    [all...]
SystemZInstrInfo.h 213 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
SystemZISelLowering.h 521 unsigned StoreOpcode, unsigned STOCOpcode,
SystemZISelLowering.cpp     [all...]

Completed in 702 milliseconds