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

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
MCInstrDescView.h 207 struct AliasingRegisterOperands {
214 bool operator==(const AliasingRegisterOperands &other) const;
226 SmallVector<AliasingRegisterOperands, 32> Configurations;
MCInstrDescView.cpp 320 bool AliasingRegisterOperands::
321 operator==(const AliasingRegisterOperands &Other) const {
338 bool AliasingRegisterOperands::hasImplicitAliasing() const {
348 return any_of(Configurations, [](const AliasingRegisterOperands &ARO) {
359 AliasingRegisterOperands ARO;

Completed in 14 milliseconds