Searched refs:LLVMBuildAlloca (Results 1 – 15 of 15) sorted by relevance
/external/skqp/src/sksl/ |
D | SkSLJIT.cpp | 308 LLVMValueRef alloca = LLVMBuildAlloca(builder, this->getType(var->fType), in getLValue() 1075 LLVMValueRef alloca = LLVMBuildAlloca(builder, this->getType(decl.fVar->fType), in compileVarDeclarations() 1268 LLVMValueRef rVec = LLVMBuildAlloca(builder, fFloat32VectorType, "rVec"); in compileStageFunctionLoop() 1270 LLVMValueRef gVec = LLVMBuildAlloca(builder, fFloat32VectorType, "gVec"); in compileStageFunctionLoop() 1272 LLVMValueRef bVec = LLVMBuildAlloca(builder, fFloat32VectorType, "bVec"); in compileStageFunctionLoop() 1274 LLVMValueRef aVec = LLVMBuildAlloca(builder, fFloat32VectorType, "aVec"); in compileStageFunctionLoop() 1276 LLVMValueRef color = LLVMBuildAlloca(builder, fFloat32Vector4Type, "color"); in compileStageFunctionLoop() 1280 LLVMValueRef ivar = LLVMBuildAlloca(builder, fInt32Type, "i"); in compileStageFunctionLoop() 1666 fChannels[0] = LLVMBuildAlloca(builder, fFloat32VectorType, "rVec"); in compileStageFunctionVector() 1668 fChannels[1] = LLVMBuildAlloca(builder, fFloat32VectorType, "gVec"); in compileStageFunctionVector() [all …]
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_flow.c | 525 res = LLVMBuildAlloca(first_builder, type, name); in lp_build_alloca() 545 res = LLVMBuildAlloca(first_builder, type, name); in lp_build_alloca_undef()
|
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 542 Dst = LLVMBuildAlloca(Builder, Ty, Name); in CloneInstruction()
|
/external/llvm-project/llvm/tools/llvm-c-test/ |
D | echo.cpp | 614 Dst = LLVMBuildAlloca(Builder, Ty, Name); in CloneInstruction()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 2998 LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef, LLVMTypeRef Ty, const char *Name);
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 3822 LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef, LLVMTypeRef Ty, const char *Name);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 3785 LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef, LLVMTypeRef Ty, const char *Name);
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 2147 return LLVMBuildAlloca(Builder_val(B), Ty, String_val(Name)); in llvm_build_alloca()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 2032 return LLVMBuildAlloca(Builder_val(B), Ty, String_val(Name)); in llvm_build_alloca()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 2712 LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef B, LLVMTypeRef Ty, in LLVMBuildAlloca() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1466 v.C = C.LLVMBuildAlloca(b.C, t.C, cname)
|
/external/llvm-project/llvm/bindings/go/llvm/ |
D | ir.go | 1628 v.C = C.LLVMBuildAlloca(b.C, t.C, cname)
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 3503 LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef B, LLVMTypeRef Ty, in LLVMBuildAlloca() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 3467 LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef B, LLVMTypeRef Ty, in LLVMBuildAlloca() function
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 3196 res = LLVMBuildAlloca(first_builder, type, name); in ac_build_alloca_undef()
|