Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-c-test/
Decho.cpp84 return LLVMPPCFP128TypeInContext(Ctx); in Clone()
/external/llvm-project/llvm/tools/llvm-c-test/
Decho.cpp86 return LLVMPPCFP128TypeInContext(Ctx); in Clone()
/external/llvm/include/llvm-c/
DCore.h908 LLVMTypeRef LLVMPPCFP128TypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp445 LLVMTypeRef LLVMPPCFP128TypeInContext(LLVMContextRef C) { in LLVMPPCFP128TypeInContext() function
471 return LLVMPPCFP128TypeInContext(LLVMGetGlobalContext()); in LLVMPPCFP128Type()
/external/llvm-project/llvm/include/llvm-c/
DCore.h1200 LLVMTypeRef LLVMPPCFP128TypeInContext(LLVMContextRef C);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1189 LLVMTypeRef LLVMPPCFP128TypeInContext(LLVMContextRef C);
/external/llvm-project/llvm/lib/IR/
DCore.cpp620 LLVMTypeRef LLVMPPCFP128TypeInContext(LLVMContextRef C) { in LLVMPPCFP128TypeInContext() function
646 return LLVMPPCFP128TypeInContext(LLVMGetGlobalContext()); in LLVMPPCFP128Type()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp611 LLVMTypeRef LLVMPPCFP128TypeInContext(LLVMContextRef C) { in LLVMPPCFP128TypeInContext() function
634 return LLVMPPCFP128TypeInContext(LLVMGetGlobalContext()); in LLVMPPCFP128Type()
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c423 return LLVMPPCFP128TypeInContext(Context); in llvm_ppc_fp128_type()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c354 return LLVMPPCFP128TypeInContext(Context); in llvm_ppc_fp128_type()
/external/llvm/bindings/go/llvm/
Dir.go510 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return }
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go575 func (c Context) PPCFP128Type() (t Type) { t.C = C.LLVMPPCFP128TypeInContext(c.C); return }