Searched refs:IsISA2_06 (Results 1 – 7 of 7) sorted by relevance
159 bool IsISA2_06; variable336 bool isISA2_06() const { return IsISA2_06; } in isISA2_06()
140 IsISA2_06 = false; in initializeEnvironment()
252 def FeatureISA2_06 : SubtargetFeature<"isa-v206-instructions", "IsISA2_06",
1385 let Predicates = [IsISA2_06] in {1627 let Predicates = [IsISA2_06] in {
695 def IsISA2_06 : Predicate<"Subtarget->isISA2_06()">;
79 IsISA2_06 = true; in handleTargetFeatures()679 .Case("isa-v206-instructions", IsISA2_06) in hasFeature()
78 bool IsISA2_06 = false; variable