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 30 if (OperandType == isLiteralTextOperand) {
36 if (OperandType == isLiteralStatementOperand)
X86RecognizableInstr.h 130 /// the LLVM tables to an OperandType for use in the operand specifier.
145 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");
101 OperandType = "OPERAND_REGISTER";
116 OperandType, MIOperandNo, NumOps,
X86DisassemblerTables.cpp 151 static inline const char* stringForOperandType(OperandType type) {
462 stringForOperandType((OperandType)InstructionSpecifiers[Index]
504 stringForOperandType((OperandType)InstructionSpecifiers[index]
InstrInfoEmitter.cpp 132 assert(!Inst.Operands[i].OperandType.empty() && "Invalid operand type.");
133 Res += Inst.Operands[i].OperandType;
AsmWriterEmitter.cpp 325 AWI->Operands[0].OperandType ==
343 } else if (AWI->Operands[0].OperandType !=
    [all...]
X86RecognizableInstr.cpp 499 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]);
    [all...]
  /external/llvm/lib/MC/
MCInstrAnalysis.cpp 16 Info->get(Inst.getOpcode()).OpInfo[0].OperandType != MCOI::OPERAND_PCREL)
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 149 DD.ForbiddenTypeData.OperandType = type.getAsOpaquePtr();
190 return QualType::getFromOpaquePtr(ForbiddenTypeData.OperandType);
214 void *OperandType;
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 45 enum OperandType {
68 /// OperandType - Information about the type of the operand.
69 uint8_t OperandType;
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 136 if (Info->get(Inst.getOpcode()).OpInfo[LblOperand].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 238 if (Info->get(Inst.getOpcode()).OpInfo[0].OperandType!=MCOI::OPERAND_PCREL)
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h 344 } OperandType;
X86Disassembler.cpp 316 OperandType type = (OperandType)operand.type;
X86DisassemblerDecoder.c     [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 382 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 250 milliseconds