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 599 unsigned LoadOpcode, StoreOpcode;
600 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
601 addFrameReference(BuildMI(MBB, MBBI, DL, get(StoreOpcode))
615 unsigned LoadOpcode, StoreOpcode;
616 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
792 unsigned StoreOpcode = Op1IsGPR ? SystemZ::STG : SystemZ::STD;
793 return BuildMI(MF, MI->getDebugLoc(), get(StoreOpcode))
    [all...]
SystemZISelLowering.h 299 unsigned StoreOpcode, unsigned STOCOpcode,
SystemZInstrInfo.h 210 unsigned &LoadOpcode, unsigned &StoreOpcode) const;
SystemZISelLowering.cpp     [all...]

Completed in 141 milliseconds