Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h585 const TargetRegisterClass *updatedRC(const TargetRegisterClass *RC) const;
H A DPPCInstrInfo.cpp1962 RC = updatedRC(RC); in storeRegToStackSlot()
2021 RC = updatedRC(RC); in loadRegFromStackSlot()
5051 PPCInstrInfo::updatedRC(const TargetRegisterClass *RC) const { in updatedRC() function in PPCInstrInfo