Home
last modified time | relevance | path

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

12

/third_party/mesa3d/include/
Dc99_alloca.h36 # define alloca _alloca macro
/third_party/skia/third_party/externals/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 auto alloca = new llvm::AllocaInst(value->getType(), 0, pending.name); in emitPending() local
/third_party/musl/porting/liteos_m/user/include/
Dalloca.h13 #define alloca __builtin_alloca macro
/third_party/musl/porting/liteos_m/kernel/include/
Dalloca.h13 #define alloca __builtin_alloca macro
/third_party/musl/ndk_musl_include/
Dalloca.h11 #define alloca __builtin_alloca macro
/third_party/musl/porting/uniproton/kernel/include/
Dalloca.h13 #define alloca __builtin_alloca macro
/third_party/musl/porting/liteos_a/kernel/include/
Dalloca.h13 #define alloca __builtin_alloca macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dalloca.h13 #define alloca __builtin_alloca macro
/third_party/musl/include/
Dalloca.h13 #define alloca __builtin_alloca macro
/third_party/python/Modules/_ctypes/libffi_osx/include/
Dffi_common.h20 # define alloca __builtin_alloca macro
/third_party/openssl/crypto/
Dcryptlib.c26 # define alloca _alloca macro
/third_party/openssl/crypto/bn/
Dbn_exp.c18 # define alloca _alloca macro
22 # define alloca(s) __builtin_alloca((s)) macro
/third_party/openssl/ohos_lite/crypto/
Dcryptlib.c181 # define alloca _alloca macro
/third_party/gstreamer/gstreamer/gst/printf/
Dvasnprintf.c73 # define alloca(n) malloc (n) macro
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_dump.c525 dump_instr_alloca(struct dxil_dumper *d, struct dxil_instr_alloca *alloca) in dump_instr_alloca()
Ddxil_internal.h241 struct dxil_instr_alloca alloca; member
/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp308 LLVMValueRef alloca = LLVMBuildAlloca(builder, this->getType(var->fType), in getLValue() local
1075 LLVMValueRef alloca = LLVMBuildAlloca(builder, this->getType(decl.fVar->fType), in compileVarDeclarations() local
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/preprocessor/
DExpressionParser.cpp314 # define alloca _alloca macro
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
Dpreprocessor_tab_autogen.cpp314 # define alloca _alloca macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp337 # define alloca _alloca macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp1092 AllocaInst *alloca = in emitCallAndSwitchStatement() local
/third_party/openssl/engines/
De_capi.c25 # define alloca _alloca macro
/third_party/gstreamer/gstreamer/gst/parse/
Dgrammar.tab.c1133 # define alloca _alloca macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp520 # define alloca _alloca macro

12