Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DAsmWriterInst.h35 } OperandType; member
54 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() function
58 : OperandType(op), Str(LitStr) {} in OperandType() function
63 : OperandType(op), MIOpNo(_MIOpNo), Str(Printer), MiModifier(Modifier), in OperandType() function
H A DCodeGenInstruction.cpp82 std::string OperandType = "OPERAND_UNKNOWN"; in CGIOperandList() local
H A DCodeGenInstruction.h100 std::string OperandType; member
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.h71 enum OperandType { enum
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYBaseInfo.h62 enum OperandType : unsigned { enum
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.h116 enum OperandType { enum
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h132 enum OperandType : unsigned { enum
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h58 enum OperandType { enum
97 uint8_t OperandType; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h39 enum OperandType { enum
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h450 enum OperandType { enum
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDelayedDiagnostic.h250 void *OperandType; member
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h234 enum OperandType : unsigned { enum
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h504 enum OperandType { enum
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h72 enum OperandType : unsigned { enum
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIDefines.h155 enum OperandType : unsigned { enum
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1840 static const fltSemantics *getOpFltSemantics(uint8_t OperandType) { in getOpFltSemantics()
3374 const unsigned OperandType = Desc.operands()[OpIdx].OperandType; in isInlineConstant() local