Home
last modified time | relevance | path

Searched refs:operandList (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/mlir/tools/mlir-tblgen/
DSPIRVUtilsGen.cpp491 StringRef opVar, StringRef operandList, in emitAttributeSerialization() argument
500 operandList, opVar); in emitAttributeSerialization()
507 operandList); in emitAttributeSerialization()
513 operandList); in emitAttributeSerialization()
518 operandList); in emitAttributeSerialization()
/external/angle/src/common/spirv/
Dspirv_instruction_parser_autogen.h48 IdRefList *operandList);
Dspirv_instruction_builder_autogen.h44 const IdRefList &operandList);
Dspirv_instruction_parser_autogen.cpp166 IdRefList *operandList) in ParseExtInst() argument
177 if (operandList) in ParseExtInst()
181 operandList->emplace_back(_instruction[_o++]); in ParseExtInst()
Dspirv_instruction_builder_autogen.cpp197 const IdRefList &operandList) in WriteExtInst() argument
205 for (const auto &operand : operandList) in WriteExtInst()