HomeSort by: relevance | last modified time | path
    Searched refs:isProperlyAlignedRC (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIRegisterInfo.h 334 bool isProperlyAlignedRC(const TargetRegisterClass &RC) const;
SIRegisterInfo.cpp 2453 bool SIRegisterInfo::isProperlyAlignedRC(const TargetRegisterClass &RC) const {
SIInstrInfo.cpp 897 (RI.isProperlyAlignedRC(*RC) &&
3818 if (!RC || !RI.isProperlyAlignedRC(*RC)) {

Completed in 19 milliseconds