Home
last modified time | relevance | path

Searched defs:operand_type (Results 1 – 25 of 25) sorted by relevance

/third_party/boost/boost/yap/detail/
Dalgorithm.hpp173 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, false> struct
175 using type = remove_cv_ref_t<T>;
183 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, true> struct
185 using type = expr_ref_t<ExprTemplate, T>;
194 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, IsLRef> struct
196 using type = remove_cv_ref_t<T>;
204 struct operand_type<ExprTemplate, T, U, true, false, IsLRef> struct
206 using type = terminal<ExprTemplate, std::remove_reference_t<U>>;
214 struct operand_type<ExprTemplate, T, U, false, false, IsLRef> struct
216 using type = terminal<ExprTemplate, U>;
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_equation_instruction.cpp162 const auto* operand_type = in MaybeGetResultTypeId() local
226 auto operand_type = in MaybeGetResultTypeId() local
261 auto operand_type = in MaybeGetResultTypeId() local
279 auto operand_type = in MaybeGetResultTypeId() local
Dtransformation_replace_add_sub_mul_with_carrying_extended.cpp87 auto operand_type = type->AsVector()->element_type(); in Apply() local
Dtransformation_add_bit_instruction_synonym.cpp125 auto operand_type = in IsInstructionSupported() local
Dfuzzer_pass_add_equation_instructions.cpp155 const auto* operand_type = in Apply() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_equation_instruction.cpp162 const auto* operand_type = in MaybeGetResultTypeId() local
226 auto operand_type = in MaybeGetResultTypeId() local
261 auto operand_type = in MaybeGetResultTypeId() local
279 auto operand_type = in MaybeGetResultTypeId() local
Dtransformation_replace_add_sub_mul_with_carrying_extended.cpp87 auto operand_type = type->AsVector()->element_type(); in Apply() local
Dtransformation_add_bit_instruction_synonym.cpp125 auto operand_type = in IsInstructionSupported() local
Dfuzzer_pass_add_equation_instructions.cpp155 const auto* operand_type = in Apply() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_composites.cpp229 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local
270 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local
305 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local
328 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local
435 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in ValidateCopyObject() local
Dvalidate_logicals.cpp59 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local
Dvalidate_extensions.cpp818 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
851 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
922 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
1600 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
1889 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
1974 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
2128 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_composites.cpp229 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local
270 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local
305 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local
328 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateCompositeConstruct() local
435 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in ValidateCopyObject() local
Dvalidate_logicals.cpp59 const uint32_t operand_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local
Dvalidate_extensions.cpp818 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
851 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
922 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
1600 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
1889 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
1974 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
2128 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
/third_party/libunwind/src/dwarf/
DGexpr.c127 unw_word_t *addr, int operand_type, unw_word_t *val, void *arg) in read_operand()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp245 const analysis::Type* operand_type = operand_const->type(); in DoVectorShuffle() local
Dfolding_rules.cpp1516 analysis::Type* operand_type = type_mgr->GetType(operand_def->type_id()); in GetExtractOperandsForElementOfCompositeConstruct() local
2180 const analysis::Type* operand_type = nullptr; in RedundantIAdd() local
Dconst_folding_rules.cpp789 const analysis::Type* operand_type = in FoldFClampFeedingCompare() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp245 const analysis::Type* operand_type = operand_const->type(); in DoVectorShuffle() local
Dfolding_rules.cpp1516 analysis::Type* operand_type = type_mgr->GetType(operand_def->type_id()); in GetExtractOperandsForElementOfCompositeConstruct() local
2180 const analysis::Type* operand_type = nullptr; in RedundantIAdd() local
Dconst_folding_rules.cpp693 const analysis::Type* operand_type = in FoldFClampFeedingCompare() local
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp451 const analysis::Type* operand_type = operand_const->type(); in DoVectorShuffle() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto134 uint32 operand_type = 1; field
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto134 uint32 operand_type = 1; field