Home
last modified time | relevance | path

Searched refs:isProperlyAlignedRC (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h334 bool isProperlyAlignedRC(const TargetRegisterClass &RC) const;
H A DSIRegisterInfo.cpp2453 bool SIRegisterInfo::isProperlyAlignedRC(const TargetRegisterClass &RC) const { in isProperlyAlignedRC() function in SIRegisterInfo
H A DSIInstrInfo.cpp897 (RI.isProperlyAlignedRC(*RC) && in copyPhysReg()
3818 if (!RC || !RI.isProperlyAlignedRC(*RC)) { in verifyInstruction()