Home
last modified time | relevance | path

Searched defs:FPMathTag (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h136 const IRBuilderDefaultInserter &Inserter, MDNode *FPMathTag, in IRBuilderBase()
302 void setDefaultFPMathTag(MDNode *FPMathTag) { DefaultFPMathTag = FPMathTag; } in setDefaultFPMathTag()
394 MDNode *FPMathTag; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp969 const Twine &Name, MDNode *FPMathTag, in CreateConstrainedFPBinOp()
988 const Twine &Name, MDNode *FPMathTag, in CreateConstrainedFPUnroundedBinOp()
1004 const Twine &Name, MDNode *FPMathTag) { in CreateNAryOp()
1020 Instruction *FMFSource, const Twine &Name, MDNode *FPMathTag, in CreateConstrainedFPCast()
1057 MDNode *FPMathTag, bool IsSignaling) { in CreateFCmpHelper()
H A DCore.cpp3129 LLVMMetadataRef FPMathTag) { in LLVMBuilderSetDefaultFPMathTag()