Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DAsmWriterInst.h36 } OperandType; member
53 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() function
57 : OperandType(op), Str(LitStr) {} in OperandType() function
63 : OperandType(op), MIOpNo(_MIOpNo), Str(Printer), MiModifier(Modifier) {} in OperandType() function
H A DCodeGenInstruction.cpp72 std::string OperandType = "OPERAND_UNKNOWN"; in CGIOperandList() local
H A DCodeGenInstruction.h94 std::string OperandType; member
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h47 enum OperandType { enum
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h44 enum OperandType { enum
79 uint8_t OperandType; variable
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h449 enum OperandType { enum
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDelayedDiagnostic.h256 void *OperandType; member
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h108 enum OperandType { enum
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIDefines.h114 enum OperandType { enum
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1200 static const fltSemantics *getOpFltSemantics(uint8_t OperandType) { in getOpFltSemantics()
2249 const unsigned OperandType = Desc.OpInfo[OpIdx].OperandType; in isInlineConstant() local
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp6161 unsigned Opc, unsigned OperandType) { in ParseUnaryOp()
6198 unsigned Opc, unsigned OperandType) { in ParseArithmetic()