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

  /external/llvm/utils/TableGen/
AsmWriterInst.h 36 } OperandType;
53 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {}
57 : OperandType(op), Str(LitStr) {}
63 : OperandType(op), MIOpNo(_MIOpNo), Str(Printer), MiModifier(Modifier) {}
66 if (OperandType != Other.OperandType || Str != Other.Str) return true;
67 if (OperandType == isMachineInstrOperand)
98 Operands.back().OperandType == AsmWriterOperand::isLiteralTextOperand)
CodeGenInstruction.cpp 72 std::string OperandType = "OPERAND_UNKNOWN";
78 OperandType = Rec->getValueAsString("OperandType");
82 OperandType = Rec->getValueAsString("OperandType");
107 OperandType = "OPERAND_REGISTER";
122 OperandNamespace + "::" + OperandType, MIOperandNo,
CodeGenInstruction.h 81 /// OperandType - A value from MCOI::OperandType representing the type of
83 std::string OperandType;
111 OperandType(OT), MIOperandNo(MION), MINumOperands(MINO),
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmWriterInst.h 36 } OperandType;
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)
CodeGenInstruction.cpp 70 std::string OperandType = "OPERAND_UNKNOWN";
77 OperandType = Rec->getValueAsString("OperandType");
102 OperandType = "OPERAND_REGISTER";
117 OperandType, MIOperandNo, NumOps,
CodeGenInstruction.h 81 /// OperandType - A value from MCOI::OperandType representing the type of
83 std::string OperandType;
111 OperandType(OT), MIOperandNo(MION), MINumOperands(MINO),
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyMCTargetDesc.h 44 enum OperandType {
  /external/v8/src/interpreter/
bytecode-operands.h 92 enum class OperandType : uint8_t {
126 std::ostream& operator<<(std::ostream& os, const OperandType& operand_type);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp 317 enum OperandType {
332 static ArrayRef<OperandType[2]> getOperandTypes() {
333 static OperandType OpTypes[DW_CFA_restore+1][2];
376 return ArrayRef<OperandType[2]>(&OpTypes[0], DW_CFA_restore+1);
379 static ArrayRef<OperandType[2]> OpTypes = getOperandTypes();
387 OperandType Type = OpTypes[Opcode][OperandIdx];
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h 467 enum OperandType {
  /external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
X86DisassemblerDecoderCommon.h 330 } OperandType;
339 OperandType type;
  /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/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 43 enum OperandType {
70 /// OperandType - Information about the type of the operand.
71 MCOI::OperandType OperandType;
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 44 enum OperandType {
68 uint8_t OperandType;
  /external/llvm/lib/Target/AMDGPU/
SIDefines.h 50 enum OperandType {
  /external/v8/src/x64/
disasm-x64.cc 18 enum OperandType {
35 OperandType op_order_;
161 OperandType op_order_;
217 OperandType op_order = bm[i].op_order_;
219 static_cast<OperandType>(op_order & ~BYTE_SIZE_OPERAND_FLAG);
467 OperandType op_order,
648 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 759 milliseconds