Home
last modified time | relevance | path

Searched refs:FPMathTag (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h138 MDNode *FPMathTag, ArrayRef<OperandBundleDef> OpBundles) in IRBuilderBase() argument
140 DefaultFPMathTag(FPMathTag), IsFPConstrained(false), in IRBuilderBase()
302 void setDefaultFPMathTag(MDNode *FPMathTag) { DefaultFPMathTag = FPMathTag; } in setDefaultFPMathTag() argument
392 MDNode *FPMathTag; variable
399 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag), in FastMathFlagGuard()
409 Builder.DefaultFPMathTag = FPMathTag; in ~FastMathFlagGuard()
1532 MDNode *FPMathTag = nullptr) {
1536 setFPAttrs(BinOp, FPMathTag, FMF);
1554 const Twine &Name = "", MDNode *FPMathTag = nullptr,
1577 MDNode *FPMathTag = nullptr) {
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp812 const Twine &Name, MDNode *FPMathTag, in CreateConstrainedFPBinOp() argument
825 setFPAttrs(C, FPMathTag, UseFMF); in CreateConstrainedFPBinOp()
830 const Twine &Name, MDNode *FPMathTag) { in CreateNAryOp() argument
834 Ops[0], Ops[1], Name, FPMathTag); in CreateNAryOp()
839 Ops[0], Name, FPMathTag); in CreateNAryOp()
846 Instruction *FMFSource, const Twine &Name, MDNode *FPMathTag, in CreateConstrainedFPCast() argument
877 setFPAttrs(C, FPMathTag, UseFMF); in CreateConstrainedFPCast()
883 MDNode *FPMathTag, bool IsSignaling) { in CreateFCmpHelper() argument
893 return Insert(setFPAttrs(new FCmpInst(P, LHS, RHS), FPMathTag, FMF), Name); in CreateFCmpHelper()
H A DCore.cpp3124 LLVMMetadataRef FPMathTag) { in LLVMBuilderSetDefaultFPMathTag() argument
3126 unwrap(Builder)->setDefaultFPMathTag(FPMathTag in LLVMBuilderSetDefaultFPMathTag()
3127 ? unwrap<MDNode>(FPMathTag) in LLVMBuilderSetDefaultFPMathTag()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h3625 LLVMMetadataRef FPMathTag);