/third_party/node/deps/v8/src/compiler/ |
D | fast-api-calls.cc | 57 candidates[i].signature->ArgumentInfo(arg_index + kReceiver); in ResolveOverloads() 111 if (c_signature->ArgumentInfo(i).GetType() == CTypeInfo::Type::kFloat32 || in CanOptimizeFastSignature() 112 c_signature->ArgumentInfo(i).GetType() == CTypeInfo::Type::kFloat64) { in CanOptimizeFastSignature() 118 if (c_signature->ArgumentInfo(i).GetType() == CTypeInfo::Type::kInt64 || in CanOptimizeFastSignature() 119 c_signature->ArgumentInfo(i).GetType() == CTypeInfo::Type::kUint64) { in CanOptimizeFastSignature()
|
D | effect-control-linearizer.cc | 5019 CTypeInfo arg_type = c_signature->ArgumentInfo( in AdaptOverloadedFastCallArgument() 5215 CTypeInfo type = c_signature->ArgumentInfo(i); in LowerFastApiCall() 5297 CTypeInfo type = c_signature->ArgumentInfo(i); in LowerFastApiCall()
|
D | wasm-compiler.cc | 7391 builder.AddParam(MachineType::TypeForCType(c_signature->ArgumentInfo(i))); in BuildJSFastApiCallWrapper() 7415 switch (c_signature->ArgumentInfo(i).GetType()) { in BuildJSFastApiCallWrapper() 7776 CTypeInfo arg = info->ArgumentInfo(i + 1); in IsSupportedWasmFastApiFunction()
|
D | simplified-lowering.cc | 1944 c_signature->ArgumentInfo(i), op_params.feedback()); in VisitFastApiCall()
|
/third_party/node/deps/v8/src/execution/ |
D | encoded-c-signature.cc | 22 if (signature->ArgumentInfo(i).GetSequenceType() == in EncodedCSignature() 24 CTypeInfo::IsFloatingPointType(signature->ArgumentInfo(i).GetType())) { in EncodedCSignature()
|
/third_party/node/deps/v8/include/ |
D | v8-fast-api-calls.h | 402 const CTypeInfo& ArgumentInfo(unsigned int index) const; 453 const CTypeInfo& ArgumentInfo(unsigned int index) const { in ArgumentInfo() function 454 return type_info_->ArgumentInfo(index); in ArgumentInfo() 478 if (ArgumentInfo(i).GetSequenceType() != in GetOverloadResolution() 479 other->ArgumentInfo(i).GetSequenceType()) { in GetOverloadResolution() 486 if (ArgumentInfo(i).GetSequenceType() == in GetOverloadResolution() 488 other->ArgumentInfo(i).GetSequenceType() == in GetOverloadResolution()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.h | 357 struct ArgumentInfo struct 359 ArgumentInfo(const BlockMemberInfo& b, const TType& t, int clampedIndex, int bufferIndex) : in ArgumentInfo() argument 366 ArgumentInfo getArgumentInfo(TIntermTyped *argument, int index); argument
|
D | OutputASM.cpp | 2329 OutputASM::ArgumentInfo OutputASM::getArgumentInfo(TIntermTyped *arg, int index) in getArgumentInfo() 2333 ArgumentInfo argumentInfo(BlockMemberInfo::getDefaultBlockInfo(), type, -1, -1); in getArgumentInfo() 2394 const ArgumentInfo argumentInfo = getArgumentInfo(arg, index); in source() 2446 const ArgumentInfo argumentInfo = getArgumentInfo(arg, index); in source()
|
/third_party/vk-gl-cts/build/external/spirv-tools/spirv-tools/ |
D | nonsemantic.clspvreflection.insts.inc | 5 …{"ArgumentInfo", 2, 0, nullptr, {SPV_OPERAND_TYPE_ID, SPV_OPERAND_TYPE_OPTIONAL_ID, SPV_OPERAND_TY…
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_ext_inst_test.cpp | 6336 TEST_P(ArgumentBasics, ArgumentInfo) { in TEST_P() argument
|
/third_party/spirv-tools/test/val/ |
D | val_ext_inst_test.cpp | 6350 TEST_P(ArgumentBasics, ArgumentInfo) { in TEST_P() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
D | val_ext_inst_test.cpp | 6336 TEST_P(ArgumentBasics, ArgumentInfo) { in TEST_P() argument
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 10377 const CTypeInfo& CFunctionInfo::ArgumentInfo(unsigned int index) const { in ArgumentInfo() function in v8::CFunctionInfo
|