Searched refs:matchesArch (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ | ||
D | Target.cpp | 22 if (T->matchesArch(TT.getArch())) in lookup() |
D | Target.h | 58 virtual bool matchesArch(llvm::Triple::ArchType Arch) const = 0; |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/AArch64/ | ||
D | Target.cpp | 30 bool matchesArch(llvm::Triple::ArchType Arch) const override { in matchesArch() function in exegesis::__anon29ce8a460111::ExegesisAArch64Target |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/X86/ | ||
D | Target.cpp | 168 bool matchesArch(llvm::Triple::ArchType Arch) const override { in matchesArch() function in exegesis::__anon923046830111::ExegesisX86Target |