Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-c-test/
Decho.cpp82 return LLVMFP128TypeInContext(Ctx); in Clone()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp82 return LLVMFP128TypeInContext(Ctx); in Clone()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp234 LLVMTypeRef LLVMFP128TypeInContext(LLVMContextRef C) { in LLVMFP128TypeInContext() function
254 return LLVMFP128TypeInContext(LLVMGetGlobalContext()); in LLVMFP128Type()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h388 LLVMTypeRef LLVMFP128TypeInContext(LLVMContextRef C);
/external/llvm/include/llvm-c/
DCore.h903 LLVMTypeRef LLVMFP128TypeInContext(LLVMContextRef C);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h1062 LLVMTypeRef LLVMFP128TypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp442 LLVMTypeRef LLVMFP128TypeInContext(LLVMContextRef C) { in LLVMFP128TypeInContext() function
468 return LLVMFP128TypeInContext(LLVMGetGlobalContext()); in LLVMFP128Type()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c240 return LLVMFP128TypeInContext(Context); in llvm_fp128_type()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp592 LLVMTypeRef LLVMFP128TypeInContext(LLVMContextRef C) { in LLVMFP128TypeInContext() function
615 return LLVMFP128TypeInContext(LLVMGetGlobalContext()); in LLVMFP128Type()
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go536 func (c Context) FP128Type() (t Type) { t.C = C.LLVMFP128TypeInContext(c.C); return }