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

  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 599 unsigned LoadOpcode, StoreOpcode;
600 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
615 unsigned LoadOpcode, StoreOpcode;
616 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
617 addFrameReference(BuildMI(MBB, MBBI, DL, get(LoadOpcode), DestReg),
800 unsigned LoadOpcode = Op0IsGPR ? SystemZ::LG : SystemZ::LD;
802 return BuildMI(MF, MI->getDebugLoc(), get(LoadOpcode), Dest)
    [all...]
SystemZInstrInfo.h 210 unsigned &LoadOpcode, unsigned &StoreOpcode) const;

Completed in 201 milliseconds