HomeSort by relevance Sort by last modified time
    Searched refs:AliasingRegisterOperands (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
MCInstrDescView.h 148 struct AliasingRegisterOperands {
155 bool operator==(const AliasingRegisterOperands &other) const;
170 llvm::SmallVector<AliasingRegisterOperands, 32> Configurations;
MCInstrDescView.cpp 158 bool AliasingRegisterOperands::
159 operator==(const AliasingRegisterOperands &Other) const {
175 bool AliasingRegisterOperands::hasImplicitAliasing() const {
185 return llvm::any_of(Configurations, [](const AliasingRegisterOperands &ARO) {
197 AliasingRegisterOperands ARO;

Completed in 48 milliseconds