Searched refs:hasVAES (Results 1 – 5 of 5) sorted by relevance
600 bool hasVAES() const { return HasVAES; } in hasVAES() function
891 def HasVAES : Predicate<"Subtarget->hasVAES()">;892 def NoVLX_Or_NoVAES : Predicate<"!Subtarget->hasVLX() || !Subtarget->hasVAES()">;
636 bool hasVAES() const { return HasVAES; } in hasVAES() function
919 def HasVAES : Predicate<"Subtarget->hasVAES()">;920 def NoVLX_Or_NoVAES : Predicate<"!Subtarget->hasVLX() || !Subtarget->hasVAES()">;
235 if (Subtarget->hasVAES())237 if (!Subtarget->hasVLX() || !Subtarget->hasVAES())