Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3565 LLVMMetadataRef FPMathTag);