Home
last modified time | relevance | path

Searched defs:OperandType (Results 1 – 10 of 10) sorted by relevance

/external/llvm/utils/TableGen/
DAsmWriterInst.h36 } OperandType; member
62 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() function
66 : OperandType(op), Str(LitStr) {} in OperandType() function
74 : OperandType(op), Str(Printer), CGIOpNo(_CGIOpNo), MIOpNo(_MIOpNo), in OperandType() function
DCodeGenInstruction.cpp70 std::string OperandType = "OPERAND_UNKNOWN"; in CGIOperandList() local
DCodeGenInstruction.h83 std::string OperandType; member
/external/llvm/include/llvm/MC/
DMCInstrDesc.h46 enum OperandType { enum
71 uint8_t OperandType; variable
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoderCommon.h476 enum OperandType { enum
/external/clang/include/clang/Sema/
DDelayedDiagnostic.h225 void *OperandType; member
/external/llvm/lib/Target/R600/
DSIDefines.h45 enum OperandType { enum
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugFrame.cpp273 enum OperandType { enum
/external/v8/src/x64/
Ddisasm-x64.cc18 enum OperandType { enum
/external/llvm/lib/AsmParser/
DLLParser.cpp4841 unsigned Opc, unsigned OperandType) { in ParseArithmetic()