Home
last modified time | relevance | path

Searched defs:alloca (Results 1 – 25 of 52) sorted by relevance

123

/external/swiftshader/src/Reactor/
DOptimizer.cpp142 auto *alloca = llvm::dyn_cast<Ice::InstAlloca>(&inst); in propagateAlloca() local
213 auto *alloca = llvm::dyn_cast<Ice::InstAlloca>(&inst); in performScalarReplacementOfAggregates() local
242 auto *alloca = Ice::InstAlloca::create(function, newAddress[i], bytes, alignInBytes); in performScalarReplacementOfAggregates() local
412 if(Ice::InstAlloca *alloca = allocaOf(address)) in optimizeSingleBasicBlockLoadsStores() local
437 if(Ice::InstAlloca *alloca = allocaOf(inst.getLoadAddress())) in optimizeSingleBasicBlockLoadsStores() local
647 Ice::InstAlloca *alloca = def ? llvm::dyn_cast<Ice::InstAlloca>(def) : nullptr; in allocaOf() local
/external/mesa3d/include/
Dc99_alloca.h36 # define alloca _alloca macro
/external/e2fsprogs/intl/
Dlocalealias.c39 # define alloca __builtin_alloca macro
44 # define alloca _alloca macro
109 # define alloca(n) malloc (n) macro
Dloadmsgcat.c38 # define alloca __builtin_alloca macro
43 # define alloca _alloca macro
472 # define alloca(n) malloc (n) macro
Dprintf.c25 # define alloca __builtin_alloca macro
30 # define alloca _alloca macro
Ddcigettext.c33 # define alloca __builtin_alloca macro
38 # define alloca _alloca macro
358 # define alloca(size) (malloc (size)) macro
/external/llvm-project/clang/test/CodeGenObjC/
Dinterface.m4 void *alloca(); function
/external/clang/test/CodeGenObjC/
Dinterface.m4 void *alloca(); function
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dfficonfig.h10 #define alloca _alloca macro
/external/python/cffi/c/libffi_msvc/
Dfficonfig.h10 #define alloca _alloca macro
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dfficonfig.h150 #define alloca _alloca macro
Dffi_common.h20 # define alloca __builtin_alloca macro
/external/llvm-project/compiler-rt/test/asan/TestCases/
Dalloca_constant_size.cpp13 # define alloca _alloca macro
Dalloca_vla_interact.cpp15 # define alloca _alloca macro
Dalloca_loop_unpoisoning.cpp15 # define alloca _alloca macro
/external/compiler-rt/test/asan/TestCases/
Dalloca_constant_size.cc12 # define alloca _alloca macro
Dalloca_vla_interact.cc15 # define alloca _alloca macro
Dalloca_loop_unpoisoning.cc15 # define alloca _alloca macro
/external/llvm-project/clang/test/Sema/
Dbuiltins-gnu-mode.c5 int alloca; variable
/external/clang/test/Sema/
Dbuiltins-gnu-mode.c5 int alloca; variable
/external/clang/test/Analysis/
DNewDelete-intersections.mm34 int *p5 = (int *)alloca(sizeof(int)); function
/external/llvm-project/clang/test/Analysis/
DNewDelete-intersections.mm43 int *p5 = (int *)alloca(sizeof(int)); function
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
Dffi_common.h20 # define alloca __builtin_alloca macro
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/
Dffi_common.h20 # define alloca __builtin_alloca macro
/external/llvm-project/openmp/runtime/src/
Dkmp_wrapper_malloc.h96 #define alloca _alloca // Allow to use alloca() with no underscore. macro

123