Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DAsmWriterInst.h36 } OperandType; member
57 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() function
61 : OperandType(op), Str(LitStr) {} in OperandType() function
68 : OperandType(op), Str(Printer), CGIOpNo(_CGIOpNo), MIOpNo(_MIOpNo), in OperandType() function
H A DCodeGenInstruction.cpp70 std::string OperandType = "OPERAND_UNKNOWN"; in CGIOperandList() local
H A DCodeGenInstruction.h83 std::string OperandType; member
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h46 enum OperandType { enum
71 uint8_t OperandType; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoderCommon.h474 enum OperandType { enum
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDelayedDiagnostic.h225 void *OperandType; member
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIDefines.h45 enum OperandType { enum
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp4053 unsigned Opc, unsigned OperandType) { in ParseArithmetic()