Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DAttributes.td42 class StrBoolAttr<string S> : Attr<S, []>;
314 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;
315 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
316 def NoNansFPMath : StrBoolAttr<"no-nans-fp-math">;
317 def ApproxFuncFPMath : StrBoolAttr<"approx-func-fp-math">;
318 def NoSignedZerosFPMath : StrBoolAttr<"no-signed-zeros-fp-math">;
319 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;
320 def NoJumpTables : StrBoolAttr<"no-jump-tables">;
321 def NoInlineLineTables : StrBoolAttr<"no-inline-line-tables">;
322 def ProfileSampleAccurate : StrBoolAttr<"profile-sample-accurate">;
[all …]
/llvm-project-15.0.7/llvm/lib/IR/
H A DAttributes.cpp2011 struct StrBoolAttr { struct
2032 struct ENUM_NAME##Attr : StrBoolAttr { \ argument