Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-c-test/
Decho.cpp84 return LLVMPPCFP128TypeInContext(Ctx); in Clone()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp237 LLVMTypeRef LLVMPPCFP128TypeInContext(LLVMContextRef C) { in LLVMPPCFP128TypeInContext() function
257 return LLVMPPCFP128TypeInContext(LLVMGetGlobalContext()); in LLVMPPCFP128Type()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h389 LLVMTypeRef LLVMPPCFP128TypeInContext(LLVMContextRef C);
/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/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c245 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 }