Searched refs:StrBoolAttr (Results 1 – 12 of 12) sorted by relevance
26 class StrBoolAttr<string S> : Attr<S>;254 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;255 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;256 def NoNansFPMath : StrBoolAttr<"no-nans-fp-math">;257 def NoSignedZerosFPMath : StrBoolAttr<"no-signed-zeros-fp-math">;258 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;259 def NoJumpTables : StrBoolAttr<"no-jump-tables">;260 def NoInlineLineTables : StrBoolAttr<"no-inline-line-tables">;261 def ProfileSampleAccurate : StrBoolAttr<"profile-sample-accurate">;262 def UseSampleProfile : StrBoolAttr<"use-sample-profile">;
11 class StrBoolAttr<string S> : Attr<S>;218 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;219 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;220 def NoNansFPMath : StrBoolAttr<"no-nans-fp-math">;221 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;222 def NoJumpTables : StrBoolAttr<"no-jump-tables">;223 def NoInlineLineTables : StrBoolAttr<"no-inline-line-tables">;224 def ProfileSampleAccurate : StrBoolAttr<"profile-sample-accurate">;
11 class StrBoolAttr<string S> : Attr<S>;177 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;178 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;179 def NoNansFPMath : StrBoolAttr<"no-nans-fp-math">;180 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;181 def NoJumpTables : StrBoolAttr<"no-jump-tables">;
157 struct StrBoolAttr {492 // StrBoolAttr classes493 struct LessPreciseFPMADAttr : StrBoolAttr {498 struct NoInfsFPMathAttr : StrBoolAttr {503 struct NoInlineLineTablesAttr : StrBoolAttr {508 struct NoJumpTablesAttr : StrBoolAttr {513 struct NoNansFPMathAttr : StrBoolAttr {518 struct ProfileSampleAccurateAttr : StrBoolAttr {523 struct UnsafeFPMathAttr : StrBoolAttr {
133 struct StrBoolAttr {408 // StrBoolAttr classes409 struct LessPreciseFPMADAttr : StrBoolAttr {414 struct NoInfsFPMathAttr : StrBoolAttr {419 struct NoJumpTablesAttr : StrBoolAttr {424 struct NoNansFPMathAttr : StrBoolAttr {429 struct UnsafeFPMathAttr : StrBoolAttr {
2056 struct StrBoolAttr { struct2077 struct ENUM_NAME##Attr : StrBoolAttr { \ argument