Searched refs:SupportedArchs (Results 1 – 7 of 7) sorted by relevance
59 if (std::find(SupportedArchs.begin(), SupportedArchs.end(), Host.getArch()) in ArchSupportsMCJIT()60 == SupportedArchs.end()) in ArchSupportsMCJIT()93 SmallVector<Triple::ArchType, 4> SupportedArchs; variable
292 SupportedArchs.push_back(Triple::aarch64); in MCJITTestBase()293 SupportedArchs.push_back(Triple::arm); in MCJITTestBase()294 SupportedArchs.push_back(Triple::mips); in MCJITTestBase()295 SupportedArchs.push_back(Triple::mipsel); in MCJITTestBase()296 SupportedArchs.push_back(Triple::mips64); in MCJITTestBase()297 SupportedArchs.push_back(Triple::mips64el); in MCJITTestBase()298 SupportedArchs.push_back(Triple::x86); in MCJITTestBase()299 SupportedArchs.push_back(Triple::x86_64); in MCJITTestBase()
128 SupportedArchs.push_back(Triple::aarch64); in MCJITCAPITest()129 SupportedArchs.push_back(Triple::arm); in MCJITCAPITest()130 SupportedArchs.push_back(Triple::mips); in MCJITCAPITest()131 SupportedArchs.push_back(Triple::mips64); in MCJITCAPITest()132 SupportedArchs.push_back(Triple::mips64el); in MCJITCAPITest()133 SupportedArchs.push_back(Triple::x86); in MCJITCAPITest()134 SupportedArchs.push_back(Triple::x86_64); in MCJITCAPITest()
282 SupportedArchs.push_back(Triple::aarch64); in MCJITTestBase()283 SupportedArchs.push_back(Triple::arm); in MCJITTestBase()284 SupportedArchs.push_back(Triple::mips); in MCJITTestBase()285 SupportedArchs.push_back(Triple::mipsel); in MCJITTestBase()286 SupportedArchs.push_back(Triple::mips64); in MCJITTestBase()287 SupportedArchs.push_back(Triple::mips64el); in MCJITTestBase()288 SupportedArchs.push_back(Triple::x86); in MCJITTestBase()289 SupportedArchs.push_back(Triple::x86_64); in MCJITTestBase()
65 if (!is_contained(SupportedArchs, Host.getArch())) in ArchSupportsMCJIT()96 SmallVector<Triple::ArchType, 4> SupportedArchs; variable
1380 ArrayRef<llvm::Triple::ArchType> SupportedArchs) { in CheckBuiltinTargetSupport() argument1383 if (llvm::is_contained(SupportedArchs, CurArch)) in CheckBuiltinTargetSupport()