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

/external/llvm/utils/TableGen/
H A DAsmWriterInst.h36 } OperandType; member in struct:llvm::AsmWriterOperand
62 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {}
66 : OperandType(op), Str(LitStr) {}
74 : OperandType(op), Str(Printer), CGIOpNo(_CGIOpNo), MIOpNo(_MIOpNo),
78 if (OperandType != Other.OperandType || Str != Other.Str) return true;
79 if (OperandType == isMachineInstrOperand)
109 Operands.back().OperandType == AsmWriterOperand::isLiteralTextOperand)
H A DCodeGenInstruction.cpp70 std::string OperandType = "OPERAND_UNKNOWN"; local
76 OperandType = Rec->getValueAsString("OperandType");
80 OperandType = Rec->getValueAsString("OperandType");
104 OperandType = "OPERAND_REGISTER";
119 OperandNamespace + "::" + OperandType, MIOperandNo,
H A DCodeGenInstruction.h82 /// OperandType - A value from MCOI::OperandType representing the type of
84 std::string OperandType; member in struct:llvm::CGIOperandList::OperandInfo
112 OperandType(OT), MIOperandNo(MION), MINumOperands(MINO),
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoderCommon.h477 enum OperandType { enum in namespace:llvm::X86Disassembler
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp284 enum OperandType { enum in namespace:__anon12308
299 static ArrayRef<OperandType[2]> getOperandTypes() {
300 static OperandType OpTypes[DW_CFA_restore+1][2];
343 return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1);
346 static ArrayRef<OperandType[2]> OpTypes = getOperandTypes();
354 OperandType Type = OpTypes[Opcode][OperandIdx];
/external/v8/src/interpreter/
H A Dbytecodes.h56 V(DebugBreak1, AccumulatorUse::kRead, OperandType::kReg) \
57 V(DebugBreak2, AccumulatorUse::kRead, OperandType::kReg, OperandType::kReg) \
58 V(DebugBreak3, AccumulatorUse::kRead, OperandType::kReg, OperandType::kReg, \
59 OperandType::kReg) \
60 V(DebugBreak4, AccumulatorUse::kRead, OperandType::kReg, OperandType::kReg, \
61 OperandType::kReg, OperandType
328 enum class OperandType : uint8_t { class in class:v8::internal::interpreter::AccumulatorUse::OperandScale::OperandSize
[all...]
/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/libchrome/sandbox/win/src/sidestep/
H A Dmini_disassembler_types.h94 enum OperandType { enum in namespace:sidestep
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h44 enum OperandType { enum in namespace:llvm::MCOI
68 uint8_t OperandType; member in class:llvm::MCOperandInfo
/external/llvm/lib/Target/AMDGPU/
H A DSIDefines.h47 enum OperandType { enum in namespace:llvm::AMDGPU
/external/v8/src/x64/
H A Ddisasm-x64.cc17 enum OperandType { enum in namespace:disasm
34 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);
466 OperandType op_order,
647 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 141 milliseconds