Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DIRBuilder.h85 IRBuilderBase(LLVMContext &context, MDNode *FPMathTag = nullptr,
87 : Context(context), DefaultFPMathTag(FPMathTag), FMF(), in Context()
199 void setDefaultFPMathTag(MDNode *FPMathTag) { DefaultFPMathTag = FPMathTag; } in setDefaultFPMathTag() argument
235 MDNode *FPMathTag; variable
243 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag) {} in FastMathFlagGuard()
247 Builder.DefaultFPMathTag = FPMathTag; in ~FastMathFlagGuard()
571 MDNode *FPMathTag = nullptr,
573 : IRBuilderBase(C, FPMathTag, OpBundles), Inserter(std::move(I)), in IRBuilderBase() argument
576 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr,
578 : IRBuilderBase(C, FPMathTag, OpBundles), Folder() {} in IRBuilderBase() argument
[all …]
/external/llvm-project/llvm/include/llvm/IR/
DIRBuilder.h115 MDNode *FPMathTag, ArrayRef<OperandBundleDef> OpBundles) in IRBuilderBase() argument
117 DefaultFPMathTag(FPMathTag), IsFPConstrained(false), in IRBuilderBase()
253 void setDefaultFPMathTag(MDNode *FPMathTag) { DefaultFPMathTag = FPMathTag; } in setDefaultFPMathTag() argument
343 MDNode *FPMathTag; variable
350 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag), in FastMathFlagGuard()
360 Builder.DefaultFPMathTag = FPMathTag; in ~FastMathFlagGuard()
1537 MDNode *FPMathTag = nullptr) {
1541 setFPAttrs(BinOp, FPMathTag, FMF);
1547 const Twine &Name = "", MDNode *FPMathTag = nullptr,
1570 MDNode *FPMathTag = nullptr) {
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h106 IRBuilderBase(LLVMContext &context, MDNode *FPMathTag = nullptr,
108 : Context(context), DefaultFPMathTag(FPMathTag), IsFPConstrained(false), in Context()
222 void setDefaultFPMathTag(MDNode *FPMathTag) { DefaultFPMathTag = FPMathTag; } in setDefaultFPMathTag() argument
301 MDNode *FPMathTag; variable
305 : Builder(B), FMF(B.FMF), FPMathTag(B.DefaultFPMathTag) {} in FastMathFlagGuard()
312 Builder.DefaultFPMathTag = FPMathTag; in ~FastMathFlagGuard()
871 MDNode *FPMathTag = nullptr,
873 : IRBuilderBase(C, FPMathTag, OpBundles), Inserter(std::move(I)), in IRBuilderBase() argument
876 explicit IRBuilder(LLVMContext &C, MDNode *FPMathTag = nullptr,
878 : IRBuilderBase(C, FPMathTag, OpBundles) {} in IRBuilderBase() argument
[all …]
/external/llvm-project/llvm/lib/IR/
DIRBuilder.cpp799 const Twine &Name, MDNode *FPMathTag, in CreateConstrainedFPBinOp() argument
812 setFPAttrs(C, FPMathTag, UseFMF); in CreateConstrainedFPBinOp()
817 const Twine &Name, MDNode *FPMathTag) { in CreateNAryOp() argument
821 Ops[0], Ops[1], Name, FPMathTag); in CreateNAryOp()
826 Ops[0], Name, FPMathTag); in CreateNAryOp()
833 Instruction *FMFSource, const Twine &Name, MDNode *FPMathTag, in CreateConstrainedFPCast() argument
864 setFPAttrs(C, FPMathTag, UseFMF); in CreateConstrainedFPCast()
870 MDNode *FPMathTag, bool IsSignaling) { in CreateFCmpHelper() argument
880 return Insert(setFPAttrs(new FCmpInst(P, LHS, RHS), FPMathTag, FMF), Name); in CreateFCmpHelper()
DCore.cpp3099 LLVMMetadataRef FPMathTag) { in LLVMBuilderSetDefaultFPMathTag() argument
3101 unwrap(Builder)->setDefaultFPMathTag(FPMathTag in LLVMBuilderSetDefaultFPMathTag()
3102 ? unwrap<MDNode>(FPMathTag) in LLVMBuilderSetDefaultFPMathTag()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp3063 LLVMMetadataRef FPMathTag) { in LLVMBuilderSetDefaultFPMathTag() argument
3065 unwrap(Builder)->setDefaultFPMathTag(FPMathTag in LLVMBuilderSetDefaultFPMathTag()
3066 ? unwrap<MDNode>(FPMathTag) in LLVMBuilderSetDefaultFPMathTag()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3565 LLVMMetadataRef FPMathTag);
/external/llvm-project/llvm/include/llvm-c/
DCore.h3602 LLVMMetadataRef FPMathTag);