Home
last modified time | relevance | path

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

12

/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
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
DLLVMReactorDebugInfo.cpp362 llvm::AllocaInst *alloca = nullptr; in emitPending() local
/external/mesa3d/include/
Dc99_alloca.h36 # define alloca _alloca macro
/external/trusty/musl/include/
Dalloca.h14 #define alloca __builtin_alloca macro
/external/trusty/lk/lib/libc/include/
Dalloca.h4 #define alloca(size) __builtin_alloca (size) macro
/external/musl/include/
Dalloca.h13 #define alloca __builtin_alloca macro
/external/clang/test/CodeGenObjC/
Dinterface.m4 void *alloca(); function
/external/coreboot/src/commonlib/include/commonlib/
Dhelpers.h38 #define alloca(x) __builtin_alloca(x) macro
/external/compiler-rt/test/asan/TestCases/
Dalloca_constant_size.cc12 # define alloca _alloca macro
Dalloca_loop_unpoisoning.cc15 # define alloca _alloca macro
Dalloca_vla_interact.cc15 # define alloca _alloca macro
/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/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dtuple_ops.cc79 llvm::AllocaInst* alloca = b->CreateAlloca( in EmitTupleAllocasAtFunctionEntry() local
Dllvm_util.cc295 llvm::AllocaInst* alloca = in EmitAllocaAtFunctionEntryWithCount() local
/external/pciutils/
Dlspci.h25 #define alloca xmalloc macro
/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_types.h171 # define alloca _alloca macro
/external/cronet/tot/base/profiler/
Dstack_sampling_profiler_test_util.cc44 #define alloca _alloca macro
/external/cronet/stable/base/profiler/
Dstack_sampling_profiler_test_util.cc44 #define alloca _alloca macro
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc654 auto alloca = llvm::cast<llvm::AllocaInst>(addr); in ComputeNestedElementFromAddrs() local
/external/mesa3d/src/microsoft/compiler/
Ddxil_dump.c549 dump_instr_alloca(struct dxil_dumper *d, struct dxil_instr_alloca *alloca) in dump_instr_alloca()
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp431 AllocaInst *alloca = in emitCallAndSwitchStatement() local
/external/clang/lib/CodeGen/
DCodeGenFunction.h3429 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/
Dcompiler.cpp382 llvm::AllocaInst* alloca = builder.CreateAlloca( in var() local
/external/libconfig/lib/
Dgrammar.c346 # define alloca _alloca macro

12