/external/swiftshader/src/Reactor/ |
D | Optimizer.cpp | 142 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/ |
D | c99_alloca.h | 36 # define alloca _alloca macro
|
/external/e2fsprogs/intl/ |
D | localealias.c | 39 # define alloca __builtin_alloca macro 44 # define alloca _alloca macro 109 # define alloca(n) malloc (n) macro
|
D | loadmsgcat.c | 38 # define alloca __builtin_alloca macro 43 # define alloca _alloca macro 472 # define alloca(n) malloc (n) macro
|
D | printf.c | 25 # define alloca __builtin_alloca macro 30 # define alloca _alloca macro
|
D | dcigettext.c | 33 # define alloca __builtin_alloca macro 38 # define alloca _alloca macro 358 # define alloca(size) (malloc (size)) macro
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | interface.m | 4 void *alloca(); function
|
/external/clang/test/CodeGenObjC/ |
D | interface.m | 4 void *alloca(); function
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | fficonfig.h | 10 #define alloca _alloca macro
|
/external/python/cffi/c/libffi_msvc/ |
D | fficonfig.h | 10 #define alloca _alloca macro
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | fficonfig.h | 150 #define alloca _alloca macro
|
D | ffi_common.h | 20 # define alloca __builtin_alloca macro
|
/external/llvm-project/compiler-rt/test/asan/TestCases/ |
D | alloca_constant_size.cpp | 13 # define alloca _alloca macro
|
D | alloca_vla_interact.cpp | 15 # define alloca _alloca macro
|
D | alloca_loop_unpoisoning.cpp | 15 # define alloca _alloca macro
|
/external/compiler-rt/test/asan/TestCases/ |
D | alloca_constant_size.cc | 12 # define alloca _alloca macro
|
D | alloca_vla_interact.cc | 15 # define alloca _alloca macro
|
D | alloca_loop_unpoisoning.cc | 15 # define alloca _alloca macro
|
/external/llvm-project/clang/test/Sema/ |
D | builtins-gnu-mode.c | 5 int alloca; variable
|
/external/clang/test/Sema/ |
D | builtins-gnu-mode.c | 5 int alloca; variable
|
/external/clang/test/Analysis/ |
D | NewDelete-intersections.mm | 34 int *p5 = (int *)alloca(sizeof(int)); function
|
/external/llvm-project/clang/test/Analysis/ |
D | NewDelete-intersections.mm | 43 int *p5 = (int *)alloca(sizeof(int)); function
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 20 # define alloca __builtin_alloca macro
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 20 # define alloca __builtin_alloca macro
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_wrapper_malloc.h | 96 #define alloca _alloca // Allow to use alloca() with no underscore. macro
|