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

/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h44 enum OperandType { enum in namespace:llvm::WebAssembly
/external/llvm/utils/TableGen/
H A DAsmWriterInst.h36 } OperandType; member in struct:llvm::AsmWriterOperand
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)
H A DCodeGenInstruction.cpp72 std::string OperandType = "OPERAND_UNKNOWN"; local
78 OperandType = Rec->getValueAsString("OperandType");
82 OperandType = Rec->getValueAsString("OperandType");
107 OperandType = "OPERAND_REGISTER";
122 OperandNamespace + "::" + OperandType, MIOperandNo,
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),
/external/swiftshader/third_party/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)
105 Operands.back().OperandType == AsmWriterOperand::isLiteralTextOperand)
H A DCodeGenInstruction.cpp70 std::string OperandType = "OPERAND_UNKNOWN"; local
77 OperandType = Rec->getValueAsString("OperandType");
102 OperandType = "OPERAND_REGISTER";
117 OperandType, MIOperandNo, NumOps,
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),
/external/v8/src/interpreter/
H A Dbytecode-operands.h92 enum class OperandType : uint8_t { class in class:v8::internal::interpreter::OperandScale::OperandSize
126 std::ostream& operator<<(std::ostream& os, const OperandType& operand_type);
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoderCommon.h467 enum OperandType { enum in namespace:llvm::X86Disassembler
/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoderCommon.h330 } OperandType; typedef in typeref:enum:__anon18854
339 OperandType type;
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp317 enum OperandType { enum in namespace:__anon12662
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/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/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCInstrDesc.h43 enum OperandType { enum in namespace:llvm::MCOI
70 /// OperandType - Information about the type of the operand.
71 MCOI::OperandType OperandType; member in class:llvm::MCOperandInfo
/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.h50 enum OperandType { enum in namespace:llvm::AMDGPU
/external/v8/src/x64/
H A Ddisasm-x64.cc18 enum OperandType { enum in namespace:disasm
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,
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp191 void writeMemoryAccess(Value *Operand, Type *OperandType,
3430 void CWriter::writeMemoryAccess(Value *Operand, Type *OperandType, argument
3434 Alignment < TD->getABITypeAlignment(OperandType);
3442 printType(Out, OperandType, false, IsUnaligned ? "data" : "volatile*");
/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 4269 milliseconds