HomeSort by relevance Sort by last modified time
    Searched refs:OperandType (Results 1 - 22 of 22) sorted by null

  /external/llvm/utils/TableGen/
AsmWriterInst.h 36 } OperandType;
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)
AsmWriterInst.cpp 29 if (OperandType == isLiteralTextOperand) {
35 if (OperandType == isLiteralStatementOperand)
X86RecognizableInstr.h 135 /// the LLVM tables to an OperandType for use in the operand specifier.
150 static OperandType typeFromString(const std::string& s,
CodeGenInstruction.h 81 /// OperandType - A value from MCOI::OperandType representing the type of
83 std::string OperandType;
111 OperandType(OT), MIOperandNo(MION), MINumOperands(MINO),
CodeGenInstruction.cpp 70 std::string OperandType = "OPERAND_UNKNOWN";
77 OperandType = Rec->getValueAsString("OperandType");
102 OperandType = "OPERAND_REGISTER";
117 OperandType, MIOperandNo, NumOps,
X86DisassemblerTables.cpp 152 static inline const char* stringForOperandType(OperandType type) {
446 stringForOperandType((OperandType)InstructionSpecifiers[Index]
488 stringForOperandType((OperandType)InstructionSpecifiers[index]
InstrInfoEmitter.cpp 130 assert(!Inst.Operands[i].OperandType.empty() && "Invalid operand type.");
131 Res += Inst.Operands[i].OperandType;
AsmWriterEmitter.cpp 323 AWI->Operands[0].OperandType ==
341 } else if (AWI->Operands[0].OperandType !=
    [all...]
X86RecognizableInstr.cpp 513 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]);
    [all...]
EDEmitter.cpp 235 if (operandIterator->OperandType ==
    [all...]
  /external/llvm/lib/MC/
MCInstrAnalysis.cpp 16 Info->get(Inst.getOpcode()).OpInfo[0].OperandType != MCOI::OPERAND_PCREL)
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 43 enum OperandType {
66 /// OperandType - Information about the type of the operand.
67 uint8_t OperandType;
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 148 DD.ForbiddenTypeData.OperandType = type.getAsOpaquePtr();
189 return QualType::getFromOpaquePtr(ForbiddenTypeData.OperandType);
209 void *OperandType;
  /external/v8/src/x64/
disasm-x64.cc 41 enum OperandType {
57 OperandType op_order_;
182 OperandType op_order_;
238 OperandType op_order = bm[i].op_order_;
240 static_cast<OperandType>(op_order & ~BYTE_SIZE_OPERAND_FLAG);
420 OperandType op_order,
607 OperandType op_order,
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 218 if (Info->get(Inst.getOpcode()).OpInfo[0].OperandType!=MCOI::OPERAND_PCREL)
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h 339 } OperandType;
X86Disassembler.cpp 323 OperandType type = (OperandType)operand.type;
X86DisassemblerDecoder.c     [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 357 unsigned OperandType);
LLParser.cpp     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 609 milliseconds