Searched defs:OperandType (Results 1 – 15 of 15) sorted by relevance
35 } OperandType; member54 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() function58 : OperandType(op), Str(LitStr) {} in OperandType() function63 : OperandType(op), MIOpNo(_MIOpNo), Str(Printer), MiModifier(Modifier), in OperandType() function
79 std::string OperandType = "OPERAND_UNKNOWN"; in CGIOperandList() local
95 std::string OperandType; member
115 enum OperandType { enum
132 enum OperandType : unsigned { enum
40 enum OperandType { enum
56 enum OperandType { enum95 uint8_t OperandType; variable
444 enum OperandType { enum
250 void *OperandType; member
159 enum OperandType : unsigned { enum
490 enum class OperandType { in getInstruction() enum
476 enum OperandType { enum
72 enum OperandType : unsigned { enum
135 enum OperandType : unsigned { enum
1713 static const fltSemantics *getOpFltSemantics(uint8_t OperandType) { in getOpFltSemantics()3174 const unsigned OperandType = Desc.OpInfo[OpIdx].OperandType; in isInlineConstant() local