Home
last modified time | relevance | path

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

1234

/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()
DFunction.h739 size_t arg_size() const { return NumArgs; } in arg_size() function
740 bool arg_empty() const { return arg_size() == 0; } in arg_empty()
/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.c749 int av_find_info_tag(char *arg, int arg_size, const char *tag1, const char *info) in av_find_info_tag() argument
769 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()
DMipsCCState.cpp163 assert(Ins[i].getOrigArgIndex() < MF.getFunction().arg_size()); in PreAnalyzeFormalArgumentsForF128()
/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/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/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/IR/
DAbstractCallSite.cpp151 for (unsigned u = Callee->arg_size(); u < NumCallOperands; u++) in AbstractCallSite()
/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/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp839 for (unsigned i = 0, e = CS.arg_size(); i != e; ++i) in performCallSlotOptzn()
867 for (unsigned i = 0; i < CS.arg_size(); ++i) in performCallSlotOptzn()
875 for (unsigned i = 0; i < CS.arg_size(); ++i) in performCallSlotOptzn()
1354 for (unsigned i = 0, e = CS.arg_size(); i != e; ++i) in iterateOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp57 ArgumentConstants.resize(F.arg_size()); in PropagateConstantsIntoArguments()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp533 assert(OutlinedFn->arg_size() >= 2 && in CreateParallel()
535 unsigned NumCapturedVars = OutlinedFn->arg_size() - /* tid & bounded tid */ 2; in CreateParallel()

1234