Home
last modified time | relevance | path

Searched refs:updatedRC (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstrInfo.h607 const TargetRegisterClass *updatedRC(const TargetRegisterClass *RC) const;
HDPPCInstrInfo.cpp1979 RC = updatedRC(RC); in storeRegToStackSlot()
2028 RC = updatedRC(RC); in loadRegFromStackSlot()
5109 PPCInstrInfo::updatedRC(const TargetRegisterClass *RC) const { in updatedRC() function in PPCInstrInfo