/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 416 if(Ice::InstAlloca *alloca = allocaOf(address)) in optimizeSingleBasicBlockLoadsStores() local 443 if(Ice::InstAlloca *alloca = allocaOf(inst.getLoadAddress())) in optimizeSingleBasicBlockLoadsStores() local 654 Ice::InstAlloca *alloca = def ? llvm::dyn_cast<Ice::InstAlloca>(def) : nullptr; in allocaOf() local
|
D | LLVMReactorDebugInfo.cpp | 362 llvm::AllocaInst *alloca = nullptr; in emitPending() local
|
/external/mesa3d/include/ |
D | c99_alloca.h | 36 # define alloca _alloca macro
|
/external/trusty/musl/include/ |
D | alloca.h | 14 #define alloca __builtin_alloca macro
|
/external/trusty/lk/lib/libc/include/ |
D | alloca.h | 4 #define alloca(size) __builtin_alloca (size) macro
|
/external/musl/include/ |
D | alloca.h | 13 #define alloca __builtin_alloca macro
|
/external/clang/test/CodeGenObjC/ |
D | interface.m | 4 void *alloca(); function
|
/external/coreboot/src/commonlib/include/commonlib/ |
D | helpers.h | 38 #define alloca(x) __builtin_alloca(x) macro
|
/external/compiler-rt/test/asan/TestCases/ |
D | alloca_constant_size.cc | 12 # define alloca _alloca macro
|
D | alloca_loop_unpoisoning.cc | 15 # define alloca _alloca macro
|
D | alloca_vla_interact.cc | 15 # define alloca _alloca macro
|
/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/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | tuple_ops.cc | 79 llvm::AllocaInst* alloca = b->CreateAlloca( in EmitTupleAllocasAtFunctionEntry() local
|
D | llvm_util.cc | 295 llvm::AllocaInst* alloca = in EmitAllocaAtFunctionEntryWithCount() local
|
/external/pciutils/ |
D | lspci.h | 25 #define alloca xmalloc macro
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | jemalloc_internal_types.h | 171 # define alloca _alloca macro
|
/external/cronet/tot/base/profiler/ |
D | stack_sampling_profiler_test_util.cc | 44 #define alloca _alloca macro
|
/external/cronet/stable/base/profiler/ |
D | stack_sampling_profiler_test_util.cc | 44 #define alloca _alloca macro
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter.cc | 654 auto alloca = llvm::cast<llvm::AllocaInst>(addr); in ComputeNestedElementFromAddrs() local
|
/external/mesa3d/src/microsoft/compiler/ |
D | dxil_dump.c | 549 dump_instr_alloca(struct dxil_dumper *d, struct dxil_instr_alloca *alloca) in dump_instr_alloca()
|
/external/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 431 AllocaInst *alloca = in emitCallAndSwitchStatement() local
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 3429 Address alloca = in save() local 3441 auto alloca = cast<llvm::AllocaInst>(value.getPointer()); in restore() local
|
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/ |
D | compiler.cpp | 382 llvm::AllocaInst* alloca = builder.CreateAlloca( in var() local
|
/external/libconfig/lib/ |
D | grammar.c | 346 # define alloca _alloca macro
|