/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | type_manager.cpp | 385 for (auto ty : function->param_types()) { in GetTypeInstruction() 604 std::vector<const Type*> param_types; in RebuildType() local 605 param_types.reserve(function_ty->param_types().size()); in RebuildType() 606 for (const auto* param_ty : function_ty->param_types()) { in RebuildType() 607 param_types.push_back(RebuildType(*param_ty)); in RebuildType() 609 rebuilt_ty = MakeUnique<Function>(RebuildType(*ret_ty), param_types); in RebuildType() 808 std::vector<const Type*> param_types; in RecordIfTypeDefinition() local 811 param_types.push_back(GetType(param_type_id)); in RecordIfTypeDefinition() 817 type = new Function(return_type, param_types); in RecordIfTypeDefinition() 983 auto& param_types = func_type->param_types(); ReplaceForwardPointers() local 1038 auto& param_types = func_type->param_types(); ReplaceType() local [all...] |
H A D | instrument_pass.cpp | 689 std::vector<const analysis::Type*> param_types; in GetStreamWriteFunctionId() local 691 param_types.push_back(type_mgr->GetType(GetUintId())); in GetStreamWriteFunctionId() 692 analysis::Function func_ty(type_mgr->GetType(GetVoidId()), param_types); in GetStreamWriteFunctionId() 796 std::vector<const analysis::Type*> param_types; in GetDirectReadFunctionId() local 798 param_types.push_back(type_mgr->GetType(GetUintId())); in GetDirectReadFunctionId() 800 analysis::Function func_ty(type_mgr->GetType(ibuf_type_id), param_types); in GetDirectReadFunctionId()
|
H A D | inst_buff_addr_check_pass.cpp | 229 std::vector<const analysis::Type*> param_types = { in GetSearchAndTestFuncId() local 231 analysis::Function func_ty(type_mgr->GetType(GetBoolId()), param_types); in GetSearchAndTestFuncId()
|
H A D | types.h | 539 const std::vector<const Type*>& param_types() const { return param_types_; } in param_types() function in spvtools::opt::analysis::Function 540 std::vector<const Type*>& param_types() { return param_types_; } in param_types() function in spvtools::opt::analysis::Function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | type_manager.cpp | 385 for (auto ty : function->param_types()) { in GetTypeInstruction() 604 std::vector<const Type*> param_types; in RebuildType() local 605 param_types.reserve(function_ty->param_types().size()); in RebuildType() 606 for (const auto* param_ty : function_ty->param_types()) { in RebuildType() 607 param_types.push_back(RebuildType(*param_ty)); in RebuildType() 609 rebuilt_ty = MakeUnique<Function>(RebuildType(*ret_ty), param_types); in RebuildType() 808 std::vector<const Type*> param_types; in RecordIfTypeDefinition() local 811 param_types.push_back(GetType(param_type_id)); in RecordIfTypeDefinition() 817 type = new Function(return_type, param_types); in RecordIfTypeDefinition() 983 auto& param_types = func_type->param_types(); ReplaceForwardPointers() local 1038 auto& param_types = func_type->param_types(); ReplaceType() local [all...] |
H A D | instrument_pass.cpp | 689 std::vector<const analysis::Type*> param_types; in GetStreamWriteFunctionId() local 691 param_types.push_back(type_mgr->GetType(GetUintId())); in GetStreamWriteFunctionId() 692 analysis::Function func_ty(type_mgr->GetType(GetVoidId()), param_types); in GetStreamWriteFunctionId() 796 std::vector<const analysis::Type*> param_types; in GetDirectReadFunctionId() local 798 param_types.push_back(type_mgr->GetType(GetUintId())); in GetDirectReadFunctionId() 800 analysis::Function func_ty(type_mgr->GetType(ibuf_type_id), param_types); in GetDirectReadFunctionId()
|
H A D | inst_buff_addr_check_pass.cpp | 229 std::vector<const analysis::Type*> param_types = { in GetSearchAndTestFuncId() local 231 analysis::Function func_ty(type_mgr->GetType(GetBoolId()), param_types); in GetSearchAndTestFuncId()
|
H A D | types.h | 539 const std::vector<const Type*>& param_types() const { return param_types_; } in param_types() function in spvtools::opt::analysis::Function 540 std::vector<const Type*>& param_types() { return param_types_; } in param_types() function in spvtools::opt::analysis::Function
|
/third_party/spirv-tools/source/opt/ |
H A D | type_manager.cpp | 383 for (auto ty : function->param_types()) { in GetTypeInstruction() 621 std::vector<const Type*> param_types; in RebuildType() local 622 param_types.reserve(function_ty->param_types().size()); in RebuildType() 623 for (const auto* param_ty : function_ty->param_types()) { in RebuildType() 624 param_types.push_back(RebuildType(*param_ty)); in RebuildType() 626 rebuilt_ty = MakeUnique<Function>(RebuildType(*ret_ty), param_types); in RebuildType() 834 std::vector<const Type*> param_types; in RecordIfTypeDefinition() local 837 param_types.push_back(GetType(param_type_id)); in RecordIfTypeDefinition() 843 type = new Function(return_type, param_types); in RecordIfTypeDefinition() 1016 auto& param_types = func_type->param_types(); ReplaceForwardPointers() local 1071 auto& param_types = func_type->param_types(); ReplaceType() local [all...] |
H A D | instrument_pass.h | 125 const std::vector<const analysis::Type*>& param_types); 128 Function& func, const std::vector<const analysis::Type*>& param_types);
|
H A D | inst_debug_printf_pass.cpp | 315 std::vector<const analysis::Type*> param_types(kFirstParam + param_cnt, in GetStreamWriteFunctionId() 318 param2output_func_id_[param_cnt], type_mgr->GetVoidType(), param_types); in GetStreamWriteFunctionId() 320 std::vector<uint32_t> param_ids = AddParameters(*output_func, param_types); in GetStreamWriteFunctionId()
|
H A D | instrument_pass.cpp | 85 const std::vector<const analysis::Type*>& param_types) { in StartFunction() 87 analysis::Function* func_type = GetFunction(return_type, param_types); in StartFunction() 109 Function& func, const std::vector<const analysis::Type*>& param_types) { in AddParameters() 111 param_ids.reserve(param_types.size()); in AddParameters() 112 for (const analysis::Type* param : param_types) { in AddParameters() 83 StartFunction( uint32_t func_id, const analysis::Type* return_type, const std::vector<const analysis::Type*>& param_types) StartFunction() argument 108 AddParameters( Function& func, const std::vector<const analysis::Type*>& param_types) AddParameters() argument
|
H A D | inst_buff_addr_check_pass.cpp | 204 std::vector<const analysis::Type*> param_types = { in GetSearchAndTestFuncId() local 211 StartFunction(func_id, type_mgr->GetBoolType(), param_types); in GetSearchAndTestFuncId()
|
H A D | inst_bindless_check_pass.cpp | 68 std::vector<const analysis::Type*> param_types(kNumArgs, uint_type); in GenDescCheckFunctionId() 69 param_types[2] = v4uint_type; in GenDescCheckFunctionId() 73 StartFunction(func_id, type_mgr->GetBoolType(), param_types); in GenDescCheckFunctionId()
|
H A D | types.h | 537 const std::vector<const Type*>& param_types() const { return param_types_; } in param_types() function in spvtools::opt::analysis::Function 538 std::vector<const Type*>& param_types() { return param_types_; } in param_types() function in spvtools::opt::analysis::Function
|
/third_party/node/deps/v8/src/codegen/ |
H A D | signature.h | 151 auto Params(ParamTypes... param_types) const { in Params() 154 reps_, std::initializer_list<T>{param_types...}.begin()}; in Params() 186 static auto Params(ParamTypes... param_types) { in Params() argument 188 nullptr, std::initializer_list<T>{param_types...}.begin()}; in Params()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_parameters.cpp | 140 return static_cast<uint32_t>(type->AsFunction()->param_types().size()); in GetNumberOfParameters()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_add_parameters.cpp | 140 return static_cast<uint32_t>(type->AsFunction()->param_types().size()); in GetNumberOfParameters()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_parameters.cpp | 140 return static_cast<uint32_t>(type->AsFunction()->param_types().size()); in GetNumberOfParameters()
|
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-parser.cc | 2184 CachedVector<AsmType*> param_types(&cached_asm_type_p_vectors_); in ValidateCall() 2192 param_types.push_back(AsmType::Int()); in ValidateCall() 2194 param_types.push_back(AsmType::Float()); in ValidateCall() 2196 param_types.push_back(AsmType::Double()); in ValidateCall() 2239 for (auto t : param_types) { in ValidateCall() 2242 FunctionSig* sig = ConvertSignature(return_type, param_types); in ValidateCall() 2249 if (param_types.size() > kV8MaxWasmFunctionParams) { in ValidateCall()
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_entry_points.py | 1022 {param_types} 2217 param_types = "\n ".join(["T%s," % t for t in all_param_types]) 2232 param_types=param_types,
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.c | 297 LLVMTypeRef param_types[32]; in ac_build_intrinsic() local 301 param_types[i] = LLVMTypeOf(params[i]); in ac_build_intrinsic() 304 LLVMTypeRef function_type = LLVMFunctionType(return_type, param_types, param_count, 0); in ac_build_intrinsic() 1367 LLVMTypeRef param_types[] = {ctx->v2i32, ctx->v4i32}; in ac_build_buffer_load_format() local 1368 LLVMTypeRef calltype = LLVMFunctionType(LLVMVectorType(ctx->f32, 5), param_types, 2, false); in ac_build_buffer_load_format() 2367 LLVMTypeRef param_types[] = {ctx->f16, ctx->f16}; in ac_build_cvt_pknorm_i16_f16() local 2368 LLVMTypeRef calltype = LLVMFunctionType(ctx->i32, param_types, 2, false); in ac_build_cvt_pknorm_i16_f16() 2380 LLVMTypeRef param_types[] = {ctx->f16, ctx->f16}; in ac_build_cvt_pknorm_u16_f16() local 2381 LLVMTypeRef calltype = LLVMFunctionType(ctx->i32, param_types, 2, false); in ac_build_cvt_pknorm_u16_f16()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | provider_core.c | 1839 static const OSSL_PARAM param_types[] = { variable 1908 return param_types; in core_gettable_params()
|
/third_party/openssl/crypto/ |
H A D | provider_core.c | 1837 static const OSSL_PARAM param_types[] = { variable 1906 return param_types; in core_gettable_params()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | c-api.cc | 1719 const ownvec<ValType>& param_types = self->type->params(); in v8_callback() local 1722 int num_param_types = static_cast<int>(param_types.size()); in v8_callback() 1729 switch (param_types[i]->kind()) { in v8_callback()
|