Home
last modified time | relevance | path

Searched refs:LLVMBuildAlloca (Results 1 – 17 of 17) sorted by relevance

/external/skia/src/sksl/
DSkSLJIT.cpp308 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/skqp/src/sksl/
DSkSLJIT.cpp308 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/
Dlp_bld_flow.c501 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/
Decho.cpp542 Dst = LLVMBuildAlloca(Builder, Ty, Name); in CloneInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp562 Dst = LLVMBuildAlloca(Builder, Ty, Name); in CloneInstruction()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h948 LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef, LLVMTypeRef Ty, const char *Name);
/external/llvm/include/llvm-c/
DCore.h2998 LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef, LLVMTypeRef Ty, const char *Name);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h3293 LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef, LLVMTypeRef Ty, const char *Name);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c1674 return LLVMBuildAlloca(Builder_val(B), Ty, String_val(Name)); in llvm_build_alloca()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c2111 return LLVMBuildAlloca(Builder_val(B), Ty, String_val(Name)); in llvm_build_alloca()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c2032 return LLVMBuildAlloca(Builder_val(B), Ty, String_val(Name)); in llvm_build_alloca()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp2003 LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef B, LLVMTypeRef Ty, in LLVMBuildAlloca() function
/external/llvm/lib/IR/
DCore.cpp2712 LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef B, LLVMTypeRef Ty, in LLVMBuildAlloca() function
/external/llvm/bindings/go/llvm/
Dir.go1466 v.C = C.LLVMBuildAlloca(b.C, t.C, cname)
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go1533 v.C = C.LLVMBuildAlloca(b.C, t.C, cname)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp3024 LLVMValueRef LLVMBuildAlloca(LLVMBuilderRef B, LLVMTypeRef Ty, in LLVMBuildAlloca() function
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c5571 res = LLVMBuildAlloca(first_builder, type, name); in ac_build_alloca()