Searched defs:OperandType (Results 1 - 8 of 8) sorted by relevance

/external/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 DCodeGenInstruction.cpp70 std::string OperandType = "OPERAND_UNKNOWN"; local
77 OperandType = Rec->getValueAsString("OperandType");
102 OperandType = "OPERAND_REGISTER";
117 OperandType, MIOperandNo, NumOps,
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),
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoderCommon.h339 } OperandType; typedef in typeref:enum:__anon9001
/external/clang/include/clang/Sema/
H A DDelayedDiagnostic.h148 DD.ForbiddenTypeData.OperandType = type.getAsOpaquePtr();
189 return QualType::getFromOpaquePtr(ForbiddenTypeData.OperandType);
209 void *OperandType; member in struct:clang::sema::DelayedDiagnostic::__anon3387::__anon3389
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h43 enum OperandType { enum in namespace:llvm::MCOI
66 /// OperandType - Information about the type of the operand.
67 uint8_t OperandType; member in class:llvm::MCOperandInfo
/external/v8/src/x64/
H A Ddisasm-x64.cc41 enum OperandType { enum in namespace:disasm
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,
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 327 milliseconds