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 396 unsigned LoadOpcode, StoreOpcode;
397 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
412 unsigned LoadOpcode, StoreOpcode;
413 getLoadStoreOpcodes(RC, LoadOpcode, StoreOpcode);
414 addFrameReference(BuildMI(MBB, MBBI, DL, get(LoadOpcode), DestReg),
568 unsigned LoadOpcode = Op0IsGPR ? SystemZ::LG : SystemZ::LD;
570 return BuildMI(MF, MI->getDebugLoc(), get(LoadOpcode), Dest)
711 unsigned &LoadOpcode,
714 LoadOpcode = SystemZ::L;
718 LoadOpcode = SystemZ::LG
    [all...]
SystemZInstrInfo.h 198 unsigned &LoadOpcode, unsigned &StoreOpcode) const;

Completed in 155 milliseconds