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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3723 auto &AOp1 = static_cast<const AArch64Operand&>(Op1); local
3725 if (AOp1.getRegEqualityTy() == RegConstraintEqualityTy::EqualsReg &&
3729 assert(AOp1.isScalarReg() && AOp2.isScalarReg() &&
3733 if (AOp1.getRegEqualityTy() == EqualsSuperReg)
3735 if (AOp1.getRegEqualityTy() == EqualsSubReg)

Completed in 115 milliseconds