/third_party/spirv-tools/source/fuzz/ |
D | fuzzer_pass_permute_function_parameters.cpp | 55 uint32_t arg_size = function_type->NumInOperands() - 1; in Apply() local 58 std::vector<uint32_t> permutation(arg_size); in Apply()
|
D | transformation_permute_function_parameters.cpp | 59 auto arg_size = function_type->NumInOperands() - 1; in IsApplicable() local 62 if (static_cast<uint32_t>(permutation.size()) != arg_size) { in IsApplicable() 76 !fuzzerutil::IsPermutationOfRange(permutation, 0, arg_size - 1)) { in IsApplicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | fuzzer_pass_permute_function_parameters.cpp | 56 uint32_t arg_size = function_type->NumInOperands() - 1; in Apply() local 59 std::vector<uint32_t> permutation(arg_size); in Apply()
|
D | transformation_permute_function_parameters.cpp | 59 auto arg_size = function_type->NumInOperands() - 1; in IsApplicable() local 62 if (static_cast<uint32_t>(permutation.size()) != arg_size) { in IsApplicable() 76 !fuzzerutil::IsPermutationOfRange(permutation, 0, arg_size - 1)) { in IsApplicable()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | fuzzer_pass_permute_function_parameters.cpp | 56 uint32_t arg_size = function_type->NumInOperands() - 1; in Apply() local 59 std::vector<uint32_t> permutation(arg_size); in Apply()
|
D | transformation_permute_function_parameters.cpp | 59 auto arg_size = function_type->NumInOperands() - 1; in IsApplicable() local 62 if (static_cast<uint32_t>(permutation.size()) != arg_size) { in IsApplicable() 76 !fuzzerutil::IsPermutationOfRange(permutation, 0, arg_size - 1)) { in IsApplicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | ErlangGCPrinter.cpp | 100 unsigned StackArity = MD.getFunction().arg_size() > RegisteredArgs in finishAssembly() 101 ? MD.getFunction().arg_size() - RegisteredArgs in finishAssembly()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | SetTheory.cpp | 50 if (Expr->arg_size() < 2) in apply() 66 if (Expr->arg_size() != 2) in apply() 85 if (Expr->arg_size() != 2) in apply() 181 if (Expr->arg_size() > 4) in apply() 184 else if (Expr->arg_size() == 4) { in apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Statepoint.h | 169 size_t arg_size() const { return getNumCallArgs(); } in arg_size() function 171 assert(CallArgsBeginPos <= (int)getCall()->arg_size()); in arg_begin() 175 auto I = arg_begin() + arg_size(); in arg_end() 181 assert(Index < arg_size() && "out of bounds!"); in getArgument()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | printf.cpp | 65 for (int arg_size : fmt.arg_sizes) { in print_formatted() local 126 size_t elmt_size = arg_size / men_components; in print_formatted() 168 buf_pos += arg_size; in print_formatted()
|
/third_party/ffmpeg/libavfilter/ |
D | opencl.h | 52 size_t arg_size; member 150 … cle = clSetKernelArg(kernel, i, args[i].arg_size, args[i].arg_val); \
|
/third_party/ffmpeg/libavutil/ |
D | parseutils.h | 154 int av_find_info_tag(char *arg, int arg_size, const char *tag1, const char *info);
|
D | parseutils.c | 751 int av_find_info_tag(char *arg, int arg_size, const char *tag1, const char *info) in av_find_info_tag() argument 771 if ((q - arg) < arg_size - 1) { in av_find_info_tag()
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/ |
D | vm.hpp | 110 return function(fptr, callee->arg_size()); in get_function()
|
D | compiler.cpp | 282 std::size_t function::arg_size() const in arg_size() function in client::code_gen::function 284 return f->arg_size(); in arg_size() 635 if (callee.arg_size() != x.args.size()) in operator ()() 1030 if (f.arg_size() != x.args.size()) in function_decl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsOs16.cpp | 58 if (F.arg_size() >=1) { in needsFPFromSig()
|
D | Mips16HardFloat.cpp | 107 switch (F.arg_size()) { in whichFPParamVariantNeeded() 157 if (F.arg_size() >=1) { in needsFPStubFromParams()
|
/third_party/freetype/src/sfnt/ |
D | sfwoff2.c | 733 FT_ULong arg_size; in compositeGlyph_size() local 740 arg_size = 2; in compositeGlyph_size() 742 arg_size += 4; in compositeGlyph_size() 744 arg_size += 2; in compositeGlyph_size() 747 arg_size += 2; in compositeGlyph_size() 749 arg_size += 4; in compositeGlyph_size() 751 arg_size += 8; in compositeGlyph_size() 753 if ( FT_STREAM_SKIP( arg_size ) ) in compositeGlyph_size()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfwoff2.c | 722 FT_ULong arg_size; in compositeGlyph_size() local 729 arg_size = 2; in compositeGlyph_size() 731 arg_size += 4; in compositeGlyph_size() 733 arg_size += 2; in compositeGlyph_size() 736 arg_size += 2; in compositeGlyph_size() 738 arg_size += 4; in compositeGlyph_size() 740 arg_size += 8; in compositeGlyph_size() 742 if ( FT_STREAM_SKIP( arg_size ) ) in compositeGlyph_size()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CFLGraph.h | 379 if (Call.arg_size() > MaxSupportedArgsInSummary) in tryInterproceduralAnalysis() 387 assert(Fn->arg_size() <= Call.arg_size()); in tryInterproceduralAnalysis()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 155 if (Ctor->arg_size() == 0 || in getOrCreateSanitizerCtorAndInitFunctions() 170 if (F->arg_size() != 0 || in getOrCreateInitFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AbstractCallSite.cpp | 151 for (unsigned u = Callee->arg_size(); u < NumCallOperands; u++) in AbstractCallSite()
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/ |
D | pipeline_ge.cc | 454 auto arg_size = info.at(phase)->arg_list_size; in ProcessGeArg() local 455 if (size != arg_size) { in ProcessGeArg() 456 MS_LOG(EXCEPTION) << "The real arg num : size = " << size << ". graph_arg_size = " << arg_size; in ProcessGeArg()
|
/third_party/mindspore/mindspore/ccsrc/frontend/operator/ |
D | ops_front_infer_function.cc | 353 constexpr size_t arg_size = 2; in InferImplReduceShape() local 354 CheckArgsSize(op_name, args_spec_list, arg_size); in InferImplReduceShape() 393 constexpr size_t arg_size = 2; in InferImplTupleDiv() local 394 CheckArgsSize(op_name, args_spec_list, arg_size); in InferImplTupleDiv()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VectorUtils.h | 105 for (unsigned I = 0; I < CI.arg_size(); ++I) in get() 109 VFParameter({CI.arg_size(), VFParamKind::GlobalPredicate})); in get()
|