Home
last modified time | relevance | path

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

12345678910>>...32

/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dtransformation_move_instruction_down.cpp27 std::string GetExtensionSet(opt::IRContext* ir_context, in GetExtensionSet()
50 opt::IRContext* ir_context, in IsApplicable()
114 opt::IRContext* ir_context, TransformationContext* /*unused*/) const { in Apply()
135 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsInstructionSupported()
143 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsSimpleInstruction()
346 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsMemoryReadInstruction()
415 opt::IRContext* ir_context, const opt::Instruction& inst) { in GetMemoryReadTarget()
493 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsMemoryWriteInstruction()
534 opt::IRContext* ir_context, const opt::Instruction& inst) { in GetMemoryWriteTarget()
585 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsMemoryInstruction()
[all …]
H A Dfuzzer_util.cpp47 uint32_t MaybeGetOpConstant(opt::IRContext* ir_context, in MaybeGetOpConstant()
306 bool CanMakeSynonymOf(opt::IRContext* ir_context, in CanMakeSynonymOf()
598 uint32_t FindFunctionType(opt::IRContext* ir_context, in FindFunctionType()
853 const opt::IRContext* ir_context) { in GlobalVariablesMustBeDeclaredInEntryPointInterfaces()
1214 opt::IRContext* ir_context, in MaybeGetZeroConstant()
1348 opt::IRContext* ir_context, in MaybeGetScalarConstant()
1371 opt::IRContext* ir_context, in MaybeGetCompositeConstant()
1404 opt::IRContext* ir_context, in MaybeGetIntegerConstant()
1443 opt::IRContext* ir_context, in MaybeGetFloatConstant()
1455 opt::IRContext* ir_context, in MaybeGetBoolConstant()
[all …]
H A Dtransformation_composite_construct.cpp43 opt::IRContext* ir_context, const TransformationContext& /*unused*/) const { in IsApplicable()
106 opt::IRContext* ir_context, in Apply()
140 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const { in ComponentsForArrayConstructionAreOK()
177 opt::IRContext* ir_context, in ComponentsForMatrixConstructionAreOK()
204 opt::IRContext* ir_context, in ComponentsForStructConstructionAreOK()
233 opt::IRContext* ir_context, in ComponentsForVectorConstructionAreOK()
275 opt::IRContext* ir_context, in AddDataSynonymFacts()
H A Dtransformation_set_loop_control.cpp34 opt::IRContext* ir_context, const TransformationContext& /*unused*/) const { in IsApplicable()
111 opt::IRContext* ir_context, TransformationContext* /*unused*/) const { in Apply()
187 opt::IRContext* ir_context) { in PartialCountIsSupported()
205 opt::IRContext* ir_context) { in PeelCountIsSupported()
H A Dtransformation_vector_shuffle.cpp42 opt::IRContext* ir_context, const TransformationContext& /*unused*/) const { in IsApplicable()
115 opt::IRContext* ir_context, in Apply()
156 opt::IRContext* ir_context, const opt::analysis::Type& element_type) const { in GetResultTypeId()
163 opt::IRContext* ir_context, uint32_t id_of_vector) { in GetVectorType()
174 opt::IRContext* ir_context, in AddDataSynonymFacts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_move_instruction_down.cpp27 std::string GetExtensionSet(opt::IRContext* ir_context, in GetExtensionSet()
50 opt::IRContext* ir_context, in IsApplicable()
114 opt::IRContext* ir_context, TransformationContext* /*unused*/) const { in Apply()
135 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsInstructionSupported()
143 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsSimpleInstruction()
346 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsMemoryReadInstruction()
415 opt::IRContext* ir_context, const opt::Instruction& inst) { in GetMemoryReadTarget()
493 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsMemoryWriteInstruction()
534 opt::IRContext* ir_context, const opt::Instruction& inst) { in GetMemoryWriteTarget()
585 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsMemoryInstruction()
[all …]
H A Dfuzzer_util.cpp28 uint32_t MaybeGetOpConstant(opt::IRContext* ir_context, in MaybeGetOpConstant()
255 bool CanMakeSynonymOf(opt::IRContext* ir_context, in CanMakeSynonymOf()
519 uint32_t FindFunctionType(opt::IRContext* ir_context, in FindFunctionType()
749 const opt::IRContext* ir_context) { in GlobalVariablesMustBeDeclaredInEntryPointInterfaces()
1100 opt::IRContext* ir_context, in MaybeGetZeroConstant()
1234 opt::IRContext* ir_context, in MaybeGetScalarConstant()
1257 opt::IRContext* ir_context, in MaybeGetCompositeConstant()
1290 opt::IRContext* ir_context, in MaybeGetIntegerConstant()
1329 opt::IRContext* ir_context, in MaybeGetFloatConstant()
1341 opt::IRContext* ir_context, in MaybeGetBoolConstant()
[all …]
H A Dtransformation_composite_construct.cpp43 opt::IRContext* ir_context, const TransformationContext& /*unused*/) const { in IsApplicable()
106 opt::IRContext* ir_context, in Apply()
134 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const { in ComponentsForArrayConstructionAreOK()
171 opt::IRContext* ir_context, in ComponentsForMatrixConstructionAreOK()
198 opt::IRContext* ir_context, in ComponentsForStructConstructionAreOK()
227 opt::IRContext* ir_context, in ComponentsForVectorConstructionAreOK()
269 opt::IRContext* ir_context, in AddDataSynonymFacts()
H A Dtransformation_add_dead_break.cpp42 opt::IRContext* ir_context, opt::BasicBlock* bb_from) const { in AddingBreakRespectsStructuredControlFlow()
111 opt::IRContext* ir_context, in IsApplicable()
190 opt::IRContext* ir_context, in Apply()
205 spvtools::opt::IRContext* ir_context, in ApplyImpl()
H A Dtransformation_vector_shuffle.cpp42 opt::IRContext* ir_context, const TransformationContext& /*unused*/) const { in IsApplicable()
115 opt::IRContext* ir_context, in Apply()
151 opt::IRContext* ir_context, const opt::analysis::Type& element_type) const { in GetResultTypeId()
158 opt::IRContext* ir_context, uint32_t id_of_vector) { in GetVectorType()
169 opt::IRContext* ir_context, in AddDataSynonymFacts()
H A Dtransformation_set_loop_control.cpp34 opt::IRContext* ir_context, const TransformationContext& /*unused*/) const { in IsApplicable()
109 opt::IRContext* ir_context, TransformationContext* /*unused*/) const { in Apply()
185 opt::IRContext* ir_context) { in PartialCountIsSupported()
201 opt::IRContext* ir_context) { in PeelCountIsSupported()
H A Dtransformation_add_synonym.cpp41 opt::IRContext* ir_context, in IsApplicable()
102 opt::IRContext* ir_context, in Apply()
139 opt::IRContext* ir_context, in IsInstructionValid()
188 opt::IRContext* ir_context, in MakeSynonymousInstruction()
258 opt::IRContext* ir_context, in MaybeGetConstantId()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dtransformation_move_instruction_down.cpp27 std::string GetExtensionSet(opt::IRContext* ir_context, in GetExtensionSet()
50 opt::IRContext* ir_context, in IsApplicable()
114 opt::IRContext* ir_context, TransformationContext* /*unused*/) const { in Apply()
135 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsInstructionSupported()
143 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsSimpleInstruction()
346 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsMemoryReadInstruction()
415 opt::IRContext* ir_context, const opt::Instruction& inst) { in GetMemoryReadTarget()
493 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsMemoryWriteInstruction()
534 opt::IRContext* ir_context, const opt::Instruction& inst) { in GetMemoryWriteTarget()
585 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsMemoryInstruction()
[all …]
H A Dfuzzer_util.cpp47 uint32_t MaybeGetOpConstant(opt::IRContext* ir_context, in MaybeGetOpConstant()
306 bool CanMakeSynonymOf(opt::IRContext* ir_context, in CanMakeSynonymOf()
598 uint32_t FindFunctionType(opt::IRContext* ir_context, in FindFunctionType()
853 const opt::IRContext* ir_context) { in GlobalVariablesMustBeDeclaredInEntryPointInterfaces()
1214 opt::IRContext* ir_context, in MaybeGetZeroConstant()
1348 opt::IRContext* ir_context, in MaybeGetScalarConstant()
1371 opt::IRContext* ir_context, in MaybeGetCompositeConstant()
1404 opt::IRContext* ir_context, in MaybeGetIntegerConstant()
1443 opt::IRContext* ir_context, in MaybeGetFloatConstant()
1455 opt::IRContext* ir_context, in MaybeGetBoolConstant()
[all …]
H A Dtransformation_composite_construct.cpp43 opt::IRContext* ir_context, const TransformationContext& /*unused*/) const { in IsApplicable()
106 opt::IRContext* ir_context, in Apply()
140 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const { in ComponentsForArrayConstructionAreOK()
177 opt::IRContext* ir_context, in ComponentsForMatrixConstructionAreOK()
204 opt::IRContext* ir_context, in ComponentsForStructConstructionAreOK()
233 opt::IRContext* ir_context, in ComponentsForVectorConstructionAreOK()
275 opt::IRContext* ir_context, in AddDataSynonymFacts()
H A Dtransformation_set_loop_control.cpp34 opt::IRContext* ir_context, const TransformationContext& /*unused*/) const { in IsApplicable()
111 opt::IRContext* ir_context, TransformationContext* /*unused*/) const { in Apply()
187 opt::IRContext* ir_context) { in PartialCountIsSupported()
205 opt::IRContext* ir_context) { in PeelCountIsSupported()
H A Dtransformation_vector_shuffle.cpp42 opt::IRContext* ir_context, const TransformationContext& /*unused*/) const { in IsApplicable()
115 opt::IRContext* ir_context, in Apply()
156 opt::IRContext* ir_context, const opt::analysis::Type& element_type) const { in GetResultTypeId()
163 opt::IRContext* ir_context, uint32_t id_of_vector) { in GetVectorType()
174 opt::IRContext* ir_context, in AddDataSynonymFacts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dtransformation_move_instruction_down.cpp27 std::string GetExtensionSet(opt::IRContext* ir_context, in GetExtensionSet()
50 opt::IRContext* ir_context, in IsApplicable()
114 opt::IRContext* ir_context, TransformationContext* /*unused*/) const { in Apply()
135 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsInstructionSupported()
143 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsSimpleInstruction()
346 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsMemoryReadInstruction()
415 opt::IRContext* ir_context, const opt::Instruction& inst) { in GetMemoryReadTarget()
493 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsMemoryWriteInstruction()
534 opt::IRContext* ir_context, const opt::Instruction& inst) { in GetMemoryWriteTarget()
585 opt::IRContext* ir_context, const opt::Instruction& inst) { in IsMemoryInstruction()
[all …]
H A Dfuzzer_util.cpp28 uint32_t MaybeGetOpConstant(opt::IRContext* ir_context, in MaybeGetOpConstant()
255 bool CanMakeSynonymOf(opt::IRContext* ir_context, in CanMakeSynonymOf()
519 uint32_t FindFunctionType(opt::IRContext* ir_context, in FindFunctionType()
749 const opt::IRContext* ir_context) { in GlobalVariablesMustBeDeclaredInEntryPointInterfaces()
1100 opt::IRContext* ir_context, in MaybeGetZeroConstant()
1234 opt::IRContext* ir_context, in MaybeGetScalarConstant()
1257 opt::IRContext* ir_context, in MaybeGetCompositeConstant()
1290 opt::IRContext* ir_context, in MaybeGetIntegerConstant()
1329 opt::IRContext* ir_context, in MaybeGetFloatConstant()
1341 opt::IRContext* ir_context, in MaybeGetBoolConstant()
[all …]
H A Dtransformation_composite_construct.cpp43 opt::IRContext* ir_context, const TransformationContext& /*unused*/) const { in IsApplicable()
106 opt::IRContext* ir_context, in Apply()
134 opt::IRContext* ir_context, const opt::analysis::Array& array_type) const { in ComponentsForArrayConstructionAreOK()
171 opt::IRContext* ir_context, in ComponentsForMatrixConstructionAreOK()
198 opt::IRContext* ir_context, in ComponentsForStructConstructionAreOK()
227 opt::IRContext* ir_context, in ComponentsForVectorConstructionAreOK()
269 opt::IRContext* ir_context, in AddDataSynonymFacts()
H A Dtransformation_add_dead_break.cpp42 opt::IRContext* ir_context, opt::BasicBlock* bb_from) const { in AddingBreakRespectsStructuredControlFlow()
111 opt::IRContext* ir_context, in IsApplicable()
190 opt::IRContext* ir_context, in Apply()
205 spvtools::opt::IRContext* ir_context, in ApplyImpl()
H A Dtransformation_vector_shuffle.cpp42 opt::IRContext* ir_context, const TransformationContext& /*unused*/) const { in IsApplicable()
115 opt::IRContext* ir_context, in Apply()
151 opt::IRContext* ir_context, const opt::analysis::Type& element_type) const { in GetResultTypeId()
158 opt::IRContext* ir_context, uint32_t id_of_vector) { in GetVectorType()
169 opt::IRContext* ir_context, in AddDataSynonymFacts()
H A Dtransformation_set_loop_control.cpp34 opt::IRContext* ir_context, const TransformationContext& /*unused*/) const { in IsApplicable()
109 opt::IRContext* ir_context, TransformationContext* /*unused*/) const { in Apply()
185 opt::IRContext* ir_context) { in PartialCountIsSupported()
201 opt::IRContext* ir_context) { in PeelCountIsSupported()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/fuzz/
H A Dfuzzerutil_test.cpp66 opt::IRContext* ir_context = context.get(); in TEST() local
164 opt::IRContext* ir_context = context.get(); in TEST() local
249 opt::IRContext* ir_context = context.get(); in TEST() local
363 opt::IRContext* ir_context = context.get(); in TEST() local
467 opt::IRContext* ir_context = context.get(); in TEST() local
558 opt::IRContext* ir_context = context.get(); in TEST() local
653 opt::IRContext* ir_context = context.get(); in TEST() local
755 opt::IRContext* ir_context = context.get(); in TEST() local
848 opt::IRContext* ir_context = context.get(); in TEST() local
941 opt::IRContext* ir_context = context.get(); in TEST() local
[all …]
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/fuzz/
H A Dfuzzerutil_test.cpp66 opt::IRContext* ir_context = context.get(); in TEST() local
164 opt::IRContext* ir_context = context.get(); in TEST() local
249 opt::IRContext* ir_context = context.get(); in TEST() local
363 opt::IRContext* ir_context = context.get(); in TEST() local
467 opt::IRContext* ir_context = context.get(); in TEST() local
558 opt::IRContext* ir_context = context.get(); in TEST() local
653 opt::IRContext* ir_context = context.get(); in TEST() local
755 opt::IRContext* ir_context = context.get(); in TEST() local
848 opt::IRContext* ir_context = context.get(); in TEST() local
941 opt::IRContext* ir_context = context.get(); in TEST() local
[all …]

12345678910>>...32