Home
last modified time | relevance | path

Searched refs:DeviceArchArmParallel (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/unittests/Frontend/
H A DOpenMPContextTest.cpp226 VariantMatchInfo DeviceArchArmParallel; in TEST_F() local
227 DeviceArchArmParallel.addTrait(TraitProperty::construct_parallel_parallel, in TEST_F()
229 DeviceArchArmParallel.addTrait(TraitProperty::device_arch_arm, ""); in TEST_F()
230 EXPECT_FALSE(isVariantApplicableInContext(DeviceArchArmParallel, in TEST_F()
232 EXPECT_FALSE(isVariantApplicableInContext(DeviceArchArmParallel, in TEST_F()
235 isVariantApplicableInContext(DeviceArchArmParallel, HostNVPTXFor)); in TEST_F()
236 EXPECT_FALSE(isVariantApplicableInContext(DeviceArchArmParallel, in TEST_F()