Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td42 class StrBoolAttr<string S> : Attr<S, []>;
328 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;
329 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
330 def NoNansFPMath : StrBoolAttr<"no-nans-fp-math">;
331 def ApproxFuncFPMath : StrBoolAttr<"approx-func-fp-math">;
332 def NoSignedZerosFPMath : StrBoolAttr<"no-signed-zeros-fp-math">;
333 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;
334 def NoJumpTables : StrBoolAttr<"no-jump-tables">;
335 def NoInlineLineTables : StrBoolAttr<"no-inline-line-tables">;
336 def ProfileSampleAccurate : StrBoolAttr<"profile-sample-accurate">;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2190 struct StrBoolAttr { struct
2211 struct ENUM_NAME##Attr : StrBoolAttr { \ argument