Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterInst.h34 } OperandType; member
53 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() function
57 : OperandType(op), Str(LitStr) {} in OperandType() function
62 : OperandType(op), MIOpNo(_MIOpNo), Str(Printer), MiModifier(Modifier), in OperandType() function
H A DCodeGenInstruction.cpp81 std::string OperandType = "OPERAND_UNKNOWN"; in CGIOperandList() local
H A DCodeGenInstruction.h98 std::string OperandType; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.h72 enum OperandType { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYBaseInfo.h62 enum OperandType : unsigned { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.h116 enum OperandType { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h132 enum OperandType : unsigned { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h58 enum OperandType { enum
97 uint8_t OperandType; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h48 enum OperandType { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h483 enum OperandType { TYPES TYPE_max }; enum
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h250 void *OperandType; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h504 enum OperandType { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h280 enum OperandType : unsigned { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h67 enum OperandType : unsigned { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIDefines.h192 enum OperandType : unsigned { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1881 static const fltSemantics *getOpFltSemantics(uint8_t OperandType) { in getOpFltSemantics()
3446 const unsigned OperandType = Desc.operands()[OpIdx].OperandType; in isInlineConstant() local