Lines Matching defs:TargetGuard
325 std::string TargetGuard;
373 NeonEmitter &Emitter, StringRef ArchGuard, StringRef TargetGuard,
376 ArchGuard(ArchGuard.str()), TargetGuard(TargetGuard.str()),
448 std::string getTargetGuard() const { return TargetGuard; }
493 // Sort lexicographically on a three-tuple (ArchGuard, TargetGuard, Name)
496 if (TargetGuard != Other.TargetGuard)
497 return TargetGuard < Other.TargetGuard;
1016 if (CK == ClassB && TargetGuard == "neon")
1046 if (CK == ClassB && TargetGuard == "neon") {
1148 if (LocalCK == ClassB && TargetGuard == "neon")
1212 if (TargetGuard != "")
1213 OS << "__attribute__((target(\"" << TargetGuard << "\"))) ";
2015 std::string TargetGuard = std::string(R->getValueAsString("TargetGuard"));
2057 ArchGuard, TargetGuard, IsUnavailable, BigEndianSafe);