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

12

/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)
104 Operands.back().OperandType == AsmWriterOperand::isLiteralTextOperand)
H A DAsmWriterInst.cpp30 if (OperandType == isLiteralTextOperand) {
36 if (OperandType == isLiteralStatementOperand)
H A DX86RecognizableInstr.h111 /// the LLVM tables to an OperandType for use in the operand specifier.
122 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(!Op.OperandType.empty() && "Invalid operand type.");
148 Res += Op.OperandType;
320 OS << "enum OperandType {\n";
H A DX86DisassemblerTables.cpp48 static inline const char* stringForOperandType(OperandType type) {
565 stringForOperandType((OperandType)InstructionSpecifiers[Index]
599 stringForOperandType((OperandType)InstructionSpecifiers[index]
H A DAsmWriterEmitter.cpp309 AWI->Operands[0].OperandType ==
327 } else if (AWI->Operands[0].OperandType !=
H A DX86RecognizableInstr.cpp461 (OperandType)(TYPE_DUP0 + operandMapping[operandIndex]);
874 OperandType RecognizableInstr::typeFromString(const std::string &s,
/external/llvm/lib/MC/
H A DMCInstrAnalysis.cpp16 Info->get(Inst.getOpcode()).OpInfo[0].OperandType != MCOI::OPERAND_PCREL)
/external/chromium_org/v8/src/compiler/
H A Dtyper.cc95 Bounds OperandType(Node* node, int i) { function in class:v8::internal::compiler::Typer::Visitor
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(nod
[all...]
/external/chromium_org/sandbox/win/src/sidestep/
H A Dmini_disassembler_types.h94 enum OperandType { enum in namespace:sidestep
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dmini_disassembler_types.h123 enum OperandType { enum in namespace:sidestep
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dmini_disassembler_types.h123 enum OperandType { enum in namespace:sidestep
/external/chromium_org/tools/traceline/traceline/sidestep/
H A Dmini_disassembler_types.h94 enum OperandType { enum in namespace:sidestep
/external/clang/include/clang/Sema/
H A DDelayedDiagnostic.h153 DD.ForbiddenTypeData.OperandType = type.getAsOpaquePtr();
196 return QualType::getFromOpaquePtr(ForbiddenTypeData.OperandType);
225 void *OperandType; member in struct:clang::sema::DelayedDiagnostic::FTD
/external/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
/external/chromium_org/v8/src/x64/
H A Ddisasm-x64.cc18 enum OperandType { enum in namespace:disasm
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,
/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp293 OperandType type = (OperandType)operand.type;
H A DX86DisassemblerDecoder.cpp1382 OperandType type, \
1477 (OperandType)op->type,
1485 (OperandType)op->type,
1494 (OperandType)op->type,
H A DX86DisassemblerDecoderCommon.h460 enum OperandType { enum in namespace:llvm::X86Disassembler
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp338 if (Info->get(Inst.getOpcode()).OpInfo[0].OperandType!=MCOI::OPERAND_PCREL)
/external/llvm/lib/AsmParser/
H A DLLParser.h407 unsigned OperandType);
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp982 if ((OpInfo.OperandType == MCOI::OPERAND_MEMORY) ||
983 (OpInfo.OperandType == MCOI::OPERAND_UNKNOWN)) {
/external/llvm/lib/Target/R600/
H A DSIInstrInfo.cpp561 switch (Desc.OpInfo[i].OperandType) {

Completed in 370 milliseconds

12