Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DAsmWriterInst.h34 } 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 DCodeGenInstruction.cpp83 std::string OperandType = "OPERAND_UNKNOWN"; in CGIOperandList() local
H A DCodeGenInstruction.h95 std::string OperandType; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.h71 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.h114 enum OperandType { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h137 enum OperandType : unsigned { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h59 enum OperandType { enum
98 uint8_t OperandType; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFCFIProgram.h237 enum OperandType { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h42 enum OperandType { enum
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h528 enum OperandType { TYPES TYPE_max }; enum
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h252 void *OperandType; member
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h69 enum OperandType : unsigned { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1099 bool isInlineConstant(const MachineOperand &MO, uint8_t OperandType) const { in isInlineConstant()
H A DSIDefines.h199 enum OperandType : unsigned { enum
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.h295 enum OperandType : unsigned { enum
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1675 Type *OperandType; member in __anon360f5f450811::StrlenVerifier
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp3118 auto *OperandType = ParamEType->getTypeParameter(0); in getInlineSpirvType() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1998 static const fltSemantics *getOpFltSemantics(uint8_t OperandType) { in getOpFltSemantics()
3728 const unsigned OperandType = Desc.operands()[OpIdx].OperandType; in isInlineConstant() local