Searched refs:operand_kind (Results 1 – 7 of 7) sorted by relevance
165 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']:
700 for operand_kind in json_dict["operand_kinds"]:701 old_name = operand_kind["kind"]703 operand_kind["kind"] = new_name
472 LocationOperand(InstructionOperand::Kind operand_kind, in LocationOperand() argument475 : InstructionOperand(operand_kind) { in LocationOperand()