Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td42 class StrBoolAttr<string S> : Attr<S, []>;
346 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;
347 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
348 def NoNansFPMath : StrBoolAttr<"no-nans-fp-math">;
349 def ApproxFuncFPMath : StrBoolAttr<"approx-func-fp-math">;
350 def NoSignedZerosFPMath : StrBoolAttr<"no-signed-zeros-fp-math">;
351 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;
352 def NoJumpTables : StrBoolAttr<"no-jump-tables">;
353 def NoInlineLineTables : StrBoolAttr<"no-inline-line-tables">;
354 def ProfileSampleAccurate : StrBoolAttr<"profile-sample-accurate">;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2360 struct StrBoolAttr { struct
2381 struct ENUM_NAME##Attr : StrBoolAttr { \ argument