HomeSort by relevance Sort by last modified time
    Searched defs:OperandType (Results 1 - 14 of 14) 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)
104 Operands.back().OperandType == AsmWriterOperand::isLiteralTextOperand)
CodeGenInstruction.cpp 70 std::string OperandType = "OPERAND_UNKNOWN";
77 OperandType = Rec->getValueAsString("OperandType");
101 OperandType = "OPERAND_REGISTER";
116 OperandType, MIOperandNo, NumOps,
CodeGenInstruction.h 81 /// OperandType - A value from MCOI::OperandType representing the type of
83 std::string OperandType;
111 OperandType(OT), MIOperandNo(MION), MINumOperands(MINO),
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h 460 enum OperandType {
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 153 DD.ForbiddenTypeData.OperandType = type.getAsOpaquePtr();
196 return QualType::getFromOpaquePtr(ForbiddenTypeData.OperandType);
225 void *OperandType;
  /external/chromium_org/sandbox/win/src/sidestep/
mini_disassembler_types.h 94 enum OperandType {
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
mini_disassembler_types.h 123 enum OperandType {
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
mini_disassembler_types.h 123 enum OperandType {
  /external/chromium_org/tools/traceline/traceline/sidestep/
mini_disassembler_types.h 94 enum OperandType {
  /external/chromium_org/v8/src/compiler/
typer.cc 95 Bounds OperandType(Node* node, int i) {
133 if (OperandType(node, i).upper->Is(Type::None())) {
288 Bounds bounds = OperandType(node, 0);
290 bounds = Bounds::Either(bounds, OperandType(node, i), zone());
315 return OperandType(node, 0);
354 Bounds left = OperandType(node, 0);
355 Bounds right = OperandType(node, 1);
364 Bounds left = OperandType(node, 0);
365 Bounds right = OperandType(node, 1);
396 Bounds left = OperandType(node, 0)
    [all...]
  /external/chromium_org/v8/src/x64/
disasm-x64.cc 18 enum OperandType {
35 OperandType op_order_;
160 OperandType op_order_;
216 OperandType op_order = bm[i].op_order_;
218 static_cast<OperandType>(op_order & ~BYTE_SIZE_OPERAND_FLAG);
402 OperandType op_order,
582 OperandType op_order,
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 46 enum OperandType {
69 /// OperandType - Information about the type of the operand.
70 uint8_t OperandType;
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 287 milliseconds