Home
last modified time | relevance | path

Searched refs:arg_size (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_permute_function_parameters.cpp55 uint32_t arg_size = function_type->NumInOperands() - 1; in Apply() local
58 std::vector<uint32_t> permutation(arg_size); in Apply()
Dtransformation_permute_function_parameters.cpp59 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/
Dfuzzer_pass_permute_function_parameters.cpp56 uint32_t arg_size = function_type->NumInOperands() - 1; in Apply() local
59 std::vector<uint32_t> permutation(arg_size); in Apply()
Dtransformation_permute_function_parameters.cpp59 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/
Dfuzzer_pass_permute_function_parameters.cpp56 uint32_t arg_size = function_type->NumInOperands() - 1; in Apply() local
59 std::vector<uint32_t> permutation(arg_size); in Apply()
Dtransformation_permute_function_parameters.cpp59 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/
DErlangGCPrinter.cpp100 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/
DSetTheory.cpp50 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/
DStatepoint.h169 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/
Dprintf.cpp65 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/
Dopencl.h52 size_t arg_size; member
150 … cle = clSetKernelArg(kernel, i, args[i].arg_size, args[i].arg_val); \
/third_party/ffmpeg/libavutil/
Dparseutils.h154 int av_find_info_tag(char *arg, int arg_size, const char *tag1, const char *info);
Dparseutils.c751 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/
Dvm.hpp110 return function(fptr, callee->arg_size()); in get_function()
Dcompiler.cpp282 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/
DMipsOs16.cpp58 if (F.arg_size() >=1) { in needsFPFromSig()
DMips16HardFloat.cpp107 switch (F.arg_size()) { in whichFPParamVariantNeeded()
157 if (F.arg_size() >=1) { in needsFPStubFromParams()
/third_party/freetype/src/sfnt/
Dsfwoff2.c733 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/
Dsfwoff2.c722 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/
DCFLGraph.h379 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/
DModuleUtils.cpp155 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/
DAbstractCallSite.cpp151 for (unsigned u = Callee->arg_size(); u < NumCallOperands; u++) in AbstractCallSite()
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline_ge.cc454 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/
Dops_front_infer_function.cc353 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/
DVectorUtils.h105 for (unsigned I = 0; I < CI.arg_size(); ++I) in get()
109 VFParameter({CI.arg_size(), VFParamKind::GlobalPredicate})); in get()

1234