Home
last modified time | relevance | path

Searched refs:operand_list (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_merge_function_returns.cpp379 opt::Instruction::OperandList operand_list; in Apply() local
386 operand_list.emplace_back( in Apply()
388 operand_list.emplace_back( in Apply()
401 operand_list.emplace_back( in Apply()
403 operand_list.emplace_back( in Apply()
410 std::move(operand_list))); in Apply()
417 opt::Instruction::OperandList operand_list; in Apply() local
424 operand_list.emplace_back( in Apply()
426 operand_list.emplace_back( in Apply()
439 operand_list.emplace_back( in Apply()
[all …]
Dtransformation_add_opphi_synonym.cpp132 opt::Instruction::OperandList operand_list; in Apply() local
136 operand_list.emplace_back( in Apply()
138 operand_list.emplace_back( in Apply()
147 std::move(operand_list))); in Apply()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_merge_function_returns.cpp383 opt::Instruction::OperandList operand_list; in Apply() local
390 operand_list.emplace_back( in Apply()
392 operand_list.emplace_back( in Apply()
405 operand_list.emplace_back( in Apply()
407 operand_list.emplace_back( in Apply()
414 std::move(operand_list))); in Apply()
421 opt::Instruction::OperandList operand_list; in Apply() local
428 operand_list.emplace_back( in Apply()
430 operand_list.emplace_back( in Apply()
443 operand_list.emplace_back( in Apply()
[all …]
Dtransformation_add_opphi_synonym.cpp132 opt::Instruction::OperandList operand_list; in Apply() local
136 operand_list.emplace_back( in Apply()
138 operand_list.emplace_back( in Apply()
147 std::move(operand_list))); in Apply()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_merge_function_returns.cpp379 opt::Instruction::OperandList operand_list; in Apply() local
386 operand_list.emplace_back( in Apply()
388 operand_list.emplace_back( in Apply()
401 operand_list.emplace_back( in Apply()
403 operand_list.emplace_back( in Apply()
410 std::move(operand_list))); in Apply()
417 opt::Instruction::OperandList operand_list; in Apply() local
424 operand_list.emplace_back( in Apply()
426 operand_list.emplace_back( in Apply()
439 operand_list.emplace_back( in Apply()
[all …]
Dtransformation_add_opphi_synonym.cpp132 opt::Instruction::OperandList operand_list; in Apply() local
136 operand_list.emplace_back( in Apply()
138 operand_list.emplace_back( in Apply()
147 std::move(operand_list))); in Apply()
/external/vixl/tools/test_generator/
Dparser.py235 operand_list = generator.OperandList(operands)
243 return operand_list, input_list
320 def ParseTestFile(test_name, test_isa, mnemonics, operand_list, input_list, argument
360 mnemonics, operand_list, input_list, test_cases)
385 operand_list, input_list = ParseDescription(
389 ParseTestFile(test_name, test_isa, mnemonics, operand_list,
Ddata_types.py135 def __init__(self, name, type_name, operand_list): argument
137 self.operand_list = operand_list
144 return iter(self.operand_list)
158 return "\n".join([operand.Declare() for operand in self.operand_list])
177 for operand in self.operand_list
182 arguments=", ".join([operand.name for operand in self.operand_list]))
Dgenerator.py41 def __init__(self, operand_list): argument
42 self.operand_list = operand_list
45 return iter(self.operand_list)
62 return itertools.chain(*self.operand_list)
/external/google-breakpad/src/third_party/libdisasm/swig/
DREADME59 >>> ops = insn.operand_list()
Dlibdisasm_oop.i662 X86_OpList * operand_list( ) { in operand_list() function