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.td67 class StrBoolAttr<string S> : Attr<S, IntersectPreserve, []>;
397 : StrBoolAttr<"marked_for_windows_hot_patching">;
403 : StrBoolAttr<"allow_direct_access_in_hot_patch_function">;
406 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;
407 def NoInfsFPMath : StrBoolAttr<"no-infs-fp-math">;
408 def NoNansFPMath : StrBoolAttr<"no-nans-fp-math">;
409 def ApproxFuncFPMath : StrBoolAttr<"approx-func-fp-math">;
410 def NoSignedZerosFPMath : StrBoolAttr<"no-signed-zeros-fp-math">;
411 def UnsafeFPMath : StrBoolAttr<"unsafe-fp-math">;
412 def NoJumpTables : StrBoolAttr<"no-jump-tables">;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2659 struct StrBoolAttr { struct
2680 struct ENUM_NAME##Attr : StrBoolAttr { \ argument