Searched defs:OperandType (Results 1 – 10 of 10) sorted by relevance
36 } OperandType; member62 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() function66 : OperandType(op), Str(LitStr) {} in OperandType() function74 : OperandType(op), Str(Printer), CGIOpNo(_CGIOpNo), MIOpNo(_MIOpNo), in OperandType() function
70 std::string OperandType = "OPERAND_UNKNOWN"; in CGIOperandList() local
83 std::string OperandType; member
46 enum OperandType { enum71 uint8_t OperandType; variable
476 enum OperandType { enum
225 void *OperandType; member
45 enum OperandType { enum
273 enum OperandType { enum
18 enum OperandType { enum
4841 unsigned Opc, unsigned OperandType) { in ParseArithmetic()