Searched refs:AOp1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3745 auto &AOp1 = static_cast<const AArch64Operand&>(Op1); local
3747 if (AOp1.getRegEqualityTy() == RegConstraintEqualityTy::EqualsReg &&
3751 assert(AOp1.isScalarReg() && AOp2.isScalarReg() &&
3755 if (AOp1.getRegEqualityTy() == EqualsSuperReg)
3757 if (AOp1.getRegEqualityTy() == EqualsSubReg)

Completed in 92 milliseconds