Home
last modified time | relevance | path

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

1234

/third_party/spirv-tools/source/fuzz/
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()
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()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
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()
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()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
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()
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()
/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/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/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/rust/crates/libc/src/unix/solarish/
Dsolaris.rs88 arg_size: ::size_t, in door_create()
/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/vk-gl-cts/external/amber/src/src/
Dpipeline.cc780 uint32_t arg_size = 0; in GenerateOpenCLPodBuffers() local
799 arg_size = entry.pod_arg_size; in GenerateOpenCLPodBuffers()
875 if (buffer->ValueCount() < offset + arg_size) { in GenerateOpenCLPodBuffers()
876 buffer->SetSizeInElements(offset + arg_size); in GenerateOpenCLPodBuffers()
880 if (arg_size != arg_info.fmt->SizeInBytes()) { in GenerateOpenCLPodBuffers()
/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/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/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()

1234