/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/skia/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 | 501 res = LLVMBuildAlloca(first_builder, type, name); in lp_build_alloca() 521 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | echo.cpp | 562 Dst = LLVMBuildAlloca(Builder, Ty, Name); in CloneInstruction()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 948 LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef, LLVMTypeRef Ty, const char *Name);
|
/external/llvm/include/llvm-c/ |
D | Core.h | 2998 LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef, LLVMTypeRef Ty, const char *Name);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 3293 LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef, LLVMTypeRef Ty, const char *Name);
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1674 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/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 2111 return LLVMBuildAlloca(Builder_val(B), Ty, String_val(Name)); in llvm_build_alloca()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 2003 LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef B, LLVMTypeRef Ty, in LLVMBuildAlloca() function
|
/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/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1533 v.C = C.LLVMBuildAlloca(b.C, t.C, cname)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 3024 LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef B, LLVMTypeRef Ty, in LLVMBuildAlloca() function
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 5571 res = LLVMBuildAlloca(first_builder, type, name); in ac_build_alloca()
|