Home
last modified time | relevance | path

Searched refs:operand_kind (Results 1 – 7 of 7) sorted by relevance

/third_party/spirv-tools/utils/
Dgenerate_vim_syntax.py165 for operand_kind in core["operand_kinds"]:
166 if 'enumerants' in operand_kind:
167 for e in operand_kind['enumerants']:
190 for operand_kind in debuginfo["operand_kinds"]:
191 if 'enumerants' in operand_kind:
192 for e in operand_kind['enumerants']:
Dgenerate_grammar_tables.py700 for operand_kind in json_dict["operand_kinds"]:
701 old_name = operand_kind["kind"]
703 operand_kind["kind"] = new_name
/third_party/skia/third_party/externals/spirv-tools/utils/
Dgenerate_vim_syntax.py165 for operand_kind in core["operand_kinds"]:
166 if 'enumerants' in operand_kind:
167 for e in operand_kind['enumerants']:
190 for operand_kind in debuginfo["operand_kinds"]:
191 if 'enumerants' in operand_kind:
192 for e in operand_kind['enumerants']:
Dgenerate_grammar_tables.py700 for operand_kind in json_dict["operand_kinds"]:
701 old_name = operand_kind["kind"]
703 operand_kind["kind"] = new_name
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dgenerate_vim_syntax.py165 for operand_kind in core["operand_kinds"]:
166 if 'enumerants' in operand_kind:
167 for e in operand_kind['enumerants']:
190 for operand_kind in debuginfo["operand_kinds"]:
191 if 'enumerants' in operand_kind:
192 for e in operand_kind['enumerants']:
Dgenerate_grammar_tables.py700 for operand_kind in json_dict["operand_kinds"]:
701 old_name = operand_kind["kind"]
703 operand_kind["kind"] = new_name
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h492 LocationOperand(InstructionOperand::Kind operand_kind, in LocationOperand() argument
495 : InstructionOperand(operand_kind) { in LocationOperand()