Home
last modified time | relevance | path

Searched refs:OperandType (Results 1 – 25 of 36) sorted by relevance

12

/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DAsmWriterInst.h36 } OperandType; member
57 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() function
61 : OperandType(op), Str(LitStr) {} in OperandType() function
68 : OperandType(op), Str(Printer), CGIOpNo(_CGIOpNo), MIOpNo(_MIOpNo), in OperandType() function
72 if (OperandType != Other.OperandType || Str != Other.Str) return true;
73 if (OperandType == isMachineInstrOperand)
103 Operands.back().OperandType == AsmWriterOperand::isLiteralTextOperand) in AddLiteralString()
H A DAsmWriterInst.cpp30 if (OperandType == isLiteralTextOperand) { in getCode()
36 if (OperandType == isLiteralStatementOperand) in getCode()
H A DCodeGenInstruction.cpp70 std::string OperandType = "OPERAND_UNKNOWN"; in CGIOperandList() local
76 OperandType = Rec->getValueAsString("OperandType"); in CGIOperandList()
80 OperandType = Rec->getValueAsString("OperandType"); in CGIOperandList()
104 OperandType = "OPERAND_REGISTER"; in CGIOperandList()
119 OperandNamespace + "::" + OperandType, in CGIOperandList()
H A DCodeGenInstruction.h83 std::string OperandType; member
111 OperandType(OT), MIOperandNo(MION), MINumOperands(MINO), in OperandInfo()
H A DX86RecognizableInstr.h124 static OperandType typeFromString(const std::string& s,
H A DX86DisassemblerTables.cpp48 static inline const char* stringForOperandType(OperandType type) { in stringForOperandType()
601 stringForOperandType((OperandType)InstructionSpecifiers[Index] in emitInstructionInfo()
635 stringForOperandType((OperandType)InstructionSpecifiers[index] in emitInstructionInfo()
H A DInstrInfoEmitter.cpp147 assert(!Op.OperandType.empty() && "Invalid operand type."); in GetOperandInfo()
148 Res += Op.OperandType; in GetOperandInfo()
H A DAsmWriterEmitter.cpp302 AWI->Operands[0].OperandType == in EmitPrintInstruction()
320 } else if (AWI->Operands[0].OperandType != in EmitPrintInstruction()
H A DX86RecognizableInstr.cpp484 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]); in handleOperand()
902 OperandType RecognizableInstr::typeFromString(const std::string &s, in typeFromString()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDelayedDiagnostic.h153 DD.ForbiddenTypeData.OperandType = type.getAsOpaquePtr(); in makeForbiddenType()
196 return QualType::getFromOpaquePtr(ForbiddenTypeData.OperandType); in getForbiddenTypeOperand()
225 void *OperandType; member
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCInstrAnalysis.cpp16 Info->get(Inst.getOpcode()).OpInfo[0].OperandType != MCOI::OPERAND_PCREL) in evaluateBranch()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h46 enum OperandType { enum
71 uint8_t OperandType; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIDefines.h45 enum OperandType { enum
H A DSIRegisterInfo.td218 let OperandType = "OPERAND_REG_IMM32";
223 let OperandType = "OPERAND_REG_INLINE_C";
H A DSIInstrInfo.h259 assert(OpInfo.OperandType == MCOI::OPERAND_IMMEDIATE); in getOpSize()
H A DAMDGPUInstructions.td46 let OperandType = "OPERAND_IMMEDIATE" in {
60 } // End OperandType = "OPERAND_IMMEDIATE"
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/MCTargetDesc/
H A DSIMCCodeEmitter.cpp88 unsigned OpType = Desc.OpInfo[OpNo].OperandType; in isSrcOperand()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMicroMipsInstrInfo.td68 let OperandType = "OPERAND_MEMORY";
94 let OperandType = "OPERAND_MEMORY";
104 let OperandType = "OPERAND_MEMORY";
120 let OperandType = "OPERAND_MEMORY";
133 let OperandType = "OPERAND_PCREL";
140 let OperandType = "OPERAND_PCREL";
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp1425 OperandType type, \
1512 (OperandType)op->type, in fixupReg()
1520 (OperandType)op->type, in fixupReg()
1529 (OperandType)op->type, in fixupReg()
H A DX86Disassembler.cpp293 OperandType type = (OperandType)operand.type; in translateImmediate()
H A DX86DisassemblerDecoderCommon.h474 enum OperandType { enum
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp364 if (Info->get(Inst.getOpcode()).OpInfo[0].OperandType!=MCOI::OPERAND_PCREL) in evaluateBranch()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.td297 let OperandType = "OPERAND_MEMORY";
345 let OperandType = "OPERAND_MEMORY";
360 let OperandType = "OPERAND_MEMORY";
371 let OperandType = "OPERAND_MEMORY";
374 let OperandType = "OPERAND_PCREL",
400 let OperandType = "OPERAND_PCREL",
543 let OperandType = "OPERAND_IMMEDIATE";
552 let OperandType = "OPERAND_IMMEDIATE";
578 let OperandType = "OPERAND_IMMEDIATE";
620 let OperandType = "OPERAND_IMMEDIATE";
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/InstPrinter/
H A DAMDGPUInstPrinter.cpp294 } else if (Desc.OpInfo[OpNo].OperandType == MCOI::OPERAND_IMMEDIATE) { in printOperand()
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.h459 unsigned OperandType);

12