/external/llvm/utils/TableGen/ |
H A D | AsmWriterInst.h | 36 } 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 D | CodeGenInstruction.cpp | 70 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 D | CodeGenInstruction.h | 82 /// 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 D | X86DisassemblerDecoderCommon.h | 477 enum OperandType { enum in namespace:llvm::X86Disassembler
|
/external/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 284 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 D | bytecodes.h | 56 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 D | DelayedDiagnostic.h | 153 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 D | mini_disassembler_types.h | 94 enum OperandType { enum in namespace:sidestep
|
/external/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 44 enum OperandType { enum in namespace:llvm::MCOI 68 uint8_t OperandType; member in class:llvm::MCOperandInfo
|
/external/llvm/lib/Target/AMDGPU/ |
H A D | SIDefines.h | 47 enum OperandType { enum in namespace:llvm::AMDGPU
|
/external/v8/src/x64/ |
H A D | disasm-x64.cc | 17 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 D | antlr-3.4-complete.jar | META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ... |