HomeSort by relevance Sort by last modified time
    Searched defs:OperandType (Results 1 - 17 of 17) sorted by null

  /external/llvm/utils/TableGen/
AsmWriterInst.h 36 } OperandType;
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)
CodeGenInstruction.cpp 70 std::string OperandType = "OPERAND_UNKNOWN";
76 OperandType = Rec->getValueAsString("OperandType");
80 OperandType = Rec->getValueAsString("OperandType");
104 OperandType = "OPERAND_REGISTER";
119 OperandNamespace + "::" + OperandType, MIOperandNo,
CodeGenInstruction.h 82 /// OperandType - A value from MCOI::OperandType representing the type of
84 std::string OperandType;
112 OperandType(OT), MIOperandNo(MION), MINumOperands(MINO),
  /external/v8/src/interpreter/
bytecodes.h 41 V(LdaZero, OperandType::kNone) \
42 V(LdaSmi8, OperandType::kImm8) \
43 V(LdaUndefined, OperandType::kNone) \
44 V(LdaNull, OperandType::kNone) \
45 V(LdaTheHole, OperandType::kNone) \
46 V(LdaTrue, OperandType::kNone) \
47 V(LdaFalse, OperandType::kNone) \
48 V(LdaConstant, OperandType::kIdx8) \
49 V(LdaConstantWide, OperandType::kIdx16) \
52 V(LdaGlobalSloppy, OperandType::kIdx8, OperandType::kIdx8)
    [all...]
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp 284 enum OperandType {
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/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h 477 enum OperandType {
    [all...]
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 153 DD.ForbiddenTypeData.OperandType = type.getAsOpaquePtr();
196 return QualType::getFromOpaquePtr(ForbiddenTypeData.OperandType);
225 void *OperandType;
  /external/libchrome/sandbox/win/src/sidestep/
mini_disassembler_types.h 94 enum OperandType {
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 44 enum OperandType {
68 uint8_t OperandType;
  /external/llvm/lib/Target/AMDGPU/
SIDefines.h 47 enum OperandType {
  /external/v8/src/x64/
disasm-x64.cc 16 enum OperandType {
33 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,
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/
ST4-4.0.8.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 546 milliseconds