/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | AsmWriterInst.h | 34 } OperandType; member 53 AsmWriterOperand(OpType op = isLiteralTextOperand) : OperandType(op) {} in OperandType() function 56 : OperandType(op), Str(LitStr) {} in OperandType() function 61 : OperandType(op), MIOpNo(_MIOpNo), Str(Printer), MiModifier(Modifier), in OperandType() function
|
H A D | CodeGenInstruction.cpp | 81 std::string OperandType = "OPERAND_UNKNOWN"; in CGIOperandList() local
|
H A D | CodeGenInstruction.h | 95 std::string OperandType; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCTargetDesc.h | 71 enum OperandType { enum
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYBaseInfo.h | 62 enum OperandType : unsigned { enum
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCTargetDesc.h | 113 enum OperandType { enum
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsBaseInfo.h | 132 enum OperandType : unsigned { enum
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 58 enum OperandType { enum 97 uint8_t OperandType; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyMCTargetDesc.h | 49 enum OperandType { enum
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | X86DisassemblerDecoderCommon.h | 486 enum OperandType { TYPES TYPE_max }; enum
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DelayedDiagnostic.h | 252 void *OperandType; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 504 enum OperandType { enum
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVBaseInfo.h | 264 enum OperandType : unsigned { enum
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 69 enum OperandType : unsigned { enum
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIDefines.h | 198 enum OperandType : unsigned { enum
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1917 static const fltSemantics *getOpFltSemantics(uint8_t OperandType) { in getOpFltSemantics() 3581 const unsigned OperandType = Desc.operands()[OpIdx].OperandType; in isInlineConstant() local
|