Home
last modified time | relevance | path

Searched refs:LLVMFP128TypeInContext (Results 1 – 12 of 12) sorted by relevance

/external/llvm/tools/llvm-c-test/
Decho.cpp82 return LLVMFP128TypeInContext(Ctx); in Clone()
/external/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp84 return LLVMFP128TypeInContext(Ctx); in Clone()
/external/llvm/include/llvm-c/
DCore.h903 LLVMTypeRef LLVMFP128TypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp442 LLVMTypeRef LLVMFP128TypeInContext(LLVMContextRef C) { in LLVMFP128TypeInContext() function
468 return LLVMFP128TypeInContext(LLVMGetGlobalContext()); in LLVMFP128Type()
/external/llvm-project/llvm/include/llvm-c/
DCore.h1195 LLVMTypeRef LLVMFP128TypeInContext(LLVMContextRef C);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1184 LLVMTypeRef LLVMFP128TypeInContext(LLVMContextRef C);
/external/llvm-project/llvm/lib/IR/
DCore.cpp617 LLVMTypeRef LLVMFP128TypeInContext(LLVMContextRef C) { in LLVMFP128TypeInContext() function
643 return LLVMFP128TypeInContext(LLVMGetGlobalContext()); in LLVMFP128Type()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp608 LLVMTypeRef LLVMFP128TypeInContext(LLVMContextRef C) { in LLVMFP128TypeInContext() function
631 return LLVMFP128TypeInContext(LLVMGetGlobalContext()); in LLVMFP128Type()
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c418 return LLVMFP128TypeInContext(Context); in llvm_fp128_type()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c349 return LLVMFP128TypeInContext(Context); in llvm_fp128_type()
/external/llvm/bindings/go/llvm/
Dir.go509 func (c Context) FP128Type() (t Type) { t.C = C.LLVMFP128TypeInContext(c.C); return }
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go574 func (c Context) FP128Type() (t Type) { t.C = C.LLVMFP128TypeInContext(c.C); return }