Searched refs:OperandType (Results 1 - 20 of 20) sorted by relevance

/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DAsmWriterInst.h36 } OperandType; member in struct:llvm::AsmWriterOperand
57 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {}
61 : OperandType(op), Str(LitStr) {}
68 : OperandType(op), Str(Printer), CGIOpNo(_CGIOpNo), MIOpNo(_MIOpNo),
72 if (OperandType != Other.OperandType || Str != Other.Str) return true;
73 if (OperandType == isMachineInstrOperand)
105 Operands.back().OperandType == AsmWriterOperand::isLiteralTextOperand)
H A DAsmWriterInst.cpp30 if (OperandType == isLiteralTextOperand) {
36 if (OperandType == isLiteralStatementOperand)
H A DX86RecognizableInstr.h140 /// the LLVM tables to an OperandType for use in the operand specifier.
155 static OperandType typeFromString(const std::string& s,
H A DCodeGenInstruction.h81 /// OperandType - A value from MCOI::OperandType representing the type of
83 std::string OperandType; member in struct:llvm::CGIOperandList::OperandInfo
111 OperandType(OT), MIOperandNo(MION), MINumOperands(MINO),
H A DCodeGenInstruction.cpp70 std::string OperandType = "OPERAND_UNKNOWN"; local
77 OperandType = Rec->getValueAsString("OperandType");
101 OperandType = "OPERAND_REGISTER";
116 OperandType, MIOperandNo, NumOps,
H A DInstrInfoEmitter.cpp147 assert(!Inst.Operands[i].OperandType.empty() && "Invalid operand type.");
148 Res += Inst.Operands[i].OperandType;
329 OS << "enum OperandType {\n";
H A DX86DisassemblerTables.cpp275 static inline const char* stringForOperandType(OperandType type) {
574 stringForOperandType((OperandType)InstructionSpecifiers[Index]
616 stringForOperandType((OperandType)InstructionSpecifiers[index]
H A DAsmWriterEmitter.cpp307 AWI->Operands[0].OperandType ==
325 } else if (AWI->Operands[0].OperandType !=
H A DX86RecognizableInstr.cpp580 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]);
1188 OperandType RecognizableInstr::typeFromString(const std::string &s,
/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCInstrAnalysis.cpp16 Info->get(Inst.getOpcode()).OpInfo[0].OperandType != MCOI::OPERAND_PCREL)
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DDelayedDiagnostic.h150 DD.ForbiddenTypeData.OperandType = type.getAsOpaquePtr();
191 return QualType::getFromOpaquePtr(ForbiddenTypeData.OperandType);
215 void *OperandType; member in struct:clang::sema::DelayedDiagnostic::FTD
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCInstrDesc.h46 enum OperandType { enum in namespace:llvm::MCOI
69 /// OperandType - Information about the type of the operand.
70 uint8_t OperandType; member in class:llvm::MCOperandInfo
/freebsd-10.2-release/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp143 if (Info->get(Inst.getOpcode()).OpInfo[LblOperand].OperandType
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp222 OperandType type = (OperandType)operand.type;
H A DX86DisassemblerDecoder.c1281 OperandType type, \
1372 (OperandType)op->type,
1380 (OperandType)op->type,
1389 (OperandType)op->type,
H A DX86DisassemblerDecoderCommon.h503 } OperandType; typedef in typeref:enum:__anon2658
/freebsd-10.2-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp300 if (Info->get(Inst.getOpcode()).OpInfo[0].OperandType!=MCOI::OPERAND_PCREL)
/freebsd-10.2-release/contrib/llvm/lib/AsmParser/
H A DLLParser.h384 unsigned OperandType);
H A DLLParser.cpp3651 /// If OperandType is 0, then any FP or integer operand is allowed. If it is 1,
3654 unsigned Opc, unsigned OperandType) {
3662 switch (OperandType) {
/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp584 if ((OpInfo.OperandType == MCOI::OPERAND_MEMORY) ||
585 (OpInfo.OperandType == MCOI::OPERAND_UNKNOWN)) {

Completed in 139 milliseconds