Searched refs:operand_kind (Results 1 – 3 of 3) sorted by relevance
167 for operand_kind in core["operand_kinds"]:168 if 'enumerants' in operand_kind:169 for e in operand_kind['enumerants']:192 for operand_kind in debuginfo["operand_kinds"]:193 if 'enumerants' in operand_kind:194 for e in operand_kind['enumerants']:
428 LocationOperand(InstructionOperand::Kind operand_kind, in LocationOperand() argument431 : InstructionOperand(operand_kind) { in LocationOperand()