/third_party/mesa3d/include/ |
D | c99_alloca.h | 36 # define alloca _alloca macro
|
/third_party/skia/third_party/externals/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 auto alloca = new llvm::AllocaInst(value->getType(), 0, pending.name); in emitPending() local
|
/third_party/musl/porting/liteos_m/user/include/ |
D | alloca.h | 13 #define alloca __builtin_alloca macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | alloca.h | 13 #define alloca __builtin_alloca macro
|
/third_party/musl/ndk_musl_include/ |
D | alloca.h | 11 #define alloca __builtin_alloca macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | alloca.h | 13 #define alloca __builtin_alloca macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | alloca.h | 13 #define alloca __builtin_alloca macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | alloca.h | 13 #define alloca __builtin_alloca macro
|
/third_party/musl/include/ |
D | alloca.h | 13 #define alloca __builtin_alloca macro
|
/third_party/python/Modules/_ctypes/libffi_osx/include/ |
D | ffi_common.h | 20 # define alloca __builtin_alloca macro
|
/third_party/openssl/crypto/ |
D | cryptlib.c | 26 # define alloca _alloca macro
|
/third_party/openssl/crypto/bn/ |
D | bn_exp.c | 18 # define alloca _alloca macro 22 # define alloca(s) __builtin_alloca((s)) macro
|
/third_party/openssl/ohos_lite/crypto/ |
D | cryptlib.c | 181 # define alloca _alloca macro
|
/third_party/gstreamer/gstreamer/gst/printf/ |
D | vasnprintf.c | 73 # define alloca(n) malloc (n) macro
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_dump.c | 525 dump_instr_alloca(struct dxil_dumper *d, struct dxil_instr_alloca *alloca) in dump_instr_alloca()
|
D | dxil_internal.h | 241 struct dxil_instr_alloca alloca; member
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLJIT.cpp | 308 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/ |
D | ExpressionParser.cpp | 314 # define alloca _alloca macro
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
D | preprocessor_tab_autogen.cpp | 314 # define alloca _alloca macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | ExpressionParser.cpp | 337 # define alloca _alloca macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 1092 AllocaInst *alloca = in emitCallAndSwitchStatement() local
|
/third_party/openssl/engines/ |
D | e_capi.c | 25 # define alloca _alloca macro
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | grammar.tab.c | 1133 # define alloca _alloca macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | glslang_tab.cpp | 520 # define alloca _alloca macro
|