/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 65 if (OperandType != Other.OperandType || Str != Other.Str) 67 if (OperandType == isMachineInstrOperand) 99 Operands.back().OperandType == AsmWriterOperand::isLiteralTextOperand) in AddLiteralString()
|
H A D | AsmWriterInst.cpp | 24 if (OperandType == isLiteralTextOperand) { in getCode() 30 if (OperandType == isLiteralStatementOperand) in getCode() 182 OpInfo.OperandType == "MCOI::OPERAND_PCREL"); in AsmWriterInst()
|
H A D | CodeGenInstruction.cpp | 81 std::string OperandType = "OPERAND_UNKNOWN"; in CGIOperandList() local 87 OperandType = std::string(Rec->getValueAsString("OperandType")); in CGIOperandList() 92 OperandType = std::string(Rec->getValueAsString("OperandType")); in CGIOperandList() 120 OperandType = "OPERAND_REGISTER"; in CGIOperandList() 141 OperandNamespace + "::" + OperandType, MIOperandNo, NumOps, MIOpInfo); in CGIOperandList()
|
H A D | CodeGenInstruction.h | 95 std::string OperandType; member 123 EncoderMethodNames(MINO), OperandType(OT), MIOperandNo(MION), in OperandInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 58 enum OperandType { enum 97 uint8_t OperandType; variable 119 return OperandType >= MCOI::OPERAND_FIRST_GENERIC && in isGenericType() 120 OperandType <= MCOI::OPERAND_LAST_GENERIC; in isGenericType() 125 return OperandType - MCOI::OPERAND_FIRST_GENERIC; in getGenericTypeIndex() 129 return OperandType >= MCOI::OPERAND_FIRST_GENERIC_IMM && in isGenericImm() 130 OperandType <= MCOI::OPERAND_LAST_GENERIC_IMM; in isGenericImm() 135 return OperandType - MCOI::OPERAND_FIRST_GENERIC_IMM; in getGenericImmIndex()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrInfo.td | 157 let OperandType = "OPERAND_BASIC_BLOCK" in 160 let OperandType = "OPERAND_LOCAL" in 163 let OperandType = "OPERAND_GLOBAL" in { 172 let OperandType = "OPERAND_I32IMM" in 175 let OperandType = "OPERAND_I64IMM" in 178 let OperandType = "OPERAND_F32IMM" in 181 let OperandType = "OPERAND_F64IMM" in 184 let OperandType = "OPERAND_VEC_I8IMM" in 187 let OperandType = "OPERAND_VEC_I16IMM" in 190 let OperandType = "OPERAND_VEC_I32IMM" in [all …]
|
H A D | WebAssemblySetP2AlignOperands.cpp | 65 assert(MI.getDesc().operands()[OperandNo].OperandType == in rewriteP2Align()
|
H A D | WebAssemblyMCInstLower.cpp | 197 if (Info.OperandType == WebAssembly::OPERAND_TYPEINDEX) { in lower() 223 } else if (Info.OperandType == WebAssembly::OPERAND_SIGNATURE) { in lower()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrOperands.td | 60 let OperandType = "OPERAND_MEMORY"; 158 let OperandType = "OPERAND_PCREL"; 313 let OperandType = "OPERAND_COND_CODE"; 341 let OperandType = "OPERAND_ROUNDING_CONTROL"; 400 let OperandType = "OPERAND_IMMEDIATE"; 405 let OperandType = "OPERAND_IMMEDIATE"; 411 let OperandType = "OPERAND_IMMEDIATE"; 417 let OperandType = "OPERAND_IMMEDIATE"; 424 let OperandType = "OPERAND_IMMEDIATE"; 430 let OperandType = "OPERAND_IMMEDIATE"; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.td | 624 let OperandType = "OPERAND_IMMEDIATE"; 635 let OperandType = "OPERAND_IMMEDIATE"; 645 let OperandType = "OPERAND_IMMEDIATE"; 656 let OperandType = "OPERAND_IMMEDIATE"; 667 let OperandType = "OPERAND_IMMEDIATE"; 677 let OperandType = "OPERAND_IMMEDIATE"; 687 let OperandType = "OPERAND_IMMEDIATE"; 697 let OperandType = "OPERAND_IMMEDIATE"; 707 let OperandType = "OPERAND_IMMEDIATE"; 717 let OperandType = "OPERAND_IMMEDIATE"; [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCTargetDesc.h | 113 enum OperandType { enum 117 inline bool isVpred(OperandType op) { in isVpred() 121 return isVpred(static_cast<OperandType>(op)); in isVpred()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyMCCodeEmitter.cpp | 102 << int(Info.OperandType) << "\n"); in encodeInstruction() 103 switch (Info.OperandType) { in encodeInstruction() 152 switch (Info.OperandType) { in encodeInstruction()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DelayedDiagnostic.h | 165 DD.ForbiddenTypeData.OperandType = type.getAsOpaquePtr(); in makeForbiddenType() 220 return QualType::getFromOpaquePtr(ForbiddenTypeData.OperandType); in getForbiddenTypeOperand() 252 void *OperandType; member
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | WebAssemblyDisassemblerEmitter.cpp | 119 assert(Op.OperandType != "MCOI::OPERAND_UNKNOWN"); in emitWebAssemblyDisassemblerTables() 120 CurOperandList.push_back(Op.OperandType); in emitWebAssemblyDisassemblerTables()
|
H A D | X86DisassemblerTables.cpp | 54 static inline const char *stringForOperandType(OperandType type) { in stringForOperandType() 839 typedef SmallVector<std::pair<OperandEncoding, OperandType>, X86_MAX_OPERANDS> in emitInstructionInfo() 849 OperandType Type = (OperandType)Operand.type; in emitInstructionInfo() 881 OperandType Type = (OperandType)Operand.type; in emitInstructionInfo()
|
/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/RISCV/ |
H A D | RISCVInstrInfoC.td | 29 let OperandType = "OPERAND_UIMMLOG2XLEN_NONZERO"; 54 let OperandType = "OPERAND_SIMM6_NONZERO"; 66 let OperandType = "OPERAND_ZERO"; 88 let OperandType = "OPERAND_CLUI_IMM"; 104 let OperandType = "OPERAND_UIMM7_LSB00"; 119 let OperandType = "OPERAND_UIMM8_LSB00"; 134 let OperandType = "OPERAND_UIMM8_LSB000"; 157 let OperandType = "OPERAND_PCREL"; 166 let OperandType = "OPERAND_UIMM9_LSB000"; 183 let OperandType = "OPERAND_UIMM10_LSB00_NONZERO"; [all …]
|
H A D | RISCVInstrInfoZc.td | 23 let OperandType = "OPERAND_UIMM2_LSB0"; 35 let OperandType = "OPERAND_UIMM8_GE32"; 78 let OperandType = "OPERAND_SPIMM"; 91 let OperandType = "OPERAND_SPIMM";
|
H A D | RISCVInstrInfoZk.td | 43 let OperandType = "OPERAND_RVKRNUM"; 49 let OperandType = "OPERAND_UIMM2";
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 397 const char *CFIProgram::operandTypeString(CFIProgram::OperandType OT) { in operandTypeString() 423 OperandType Type = CFIP.getOperandTypes()[Opcode][OperandIdx]; in getOperandAsUnsigned() 468 OperandType Type = CFIP.getOperandTypes()[Opcode][OperandIdx]; in getOperandAsSigned() 799 ArrayRef<CFIProgram::OperandType[CFIProgram::MaxOperands]> 801 static OperandType OpTypes[DW_CFA_restore + 1][MaxOperands]; in getOperandTypes() 804 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes() 857 return ArrayRef<OperandType[MaxOperands]>(&OpTypes[0], DW_CFA_restore + 1); in getOperandTypes() 867 OperandType Type = getOperandTypes()[Opcode][OperandIdx]; in printOperand()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsBaseInfo.h | 132 enum OperandType : unsigned { enum
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCTargetDesc.h | 71 enum OperandType { enum
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 504 enum OperandType { enum 518 static const char *operandTypeString(OperandType OT); 522 static ArrayRef<OperandType[MaxOperands]> getOperandTypes();
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiMCTargetDesc.cpp | 104 if (Info->get(Inst.getOpcode()).operands()[0].OperandType == in evaluateBranch()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MicroMipsInstrInfo.td | 69 let OperandType = "OPERAND_MEMORY"; 102 let OperandType = "OPERAND_MEMORY"; 110 let OperandType = "OPERAND_MEMORY"; 120 let OperandType = "OPERAND_MEMORY"; 128 let OperandType = "OPERAND_MEMORY"; 136 let OperandType = "OPERAND_MEMORY"; 145 let OperandType = "OPERAND_MEMORY"; 161 let OperandType = "OPERAND_MEMORY"; 176 let OperandType = "OPERAND_PCREL"; 184 let OperandType = "OPERAND_PCREL"; [all …]
|