Searched defs:OperandType (Results 1 - 21 of 21) 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/capstone/
H A DMCInstrDesc.h68 /// OperandType - Information about the type of the operand.
69 uint8_t OperandType; member in struct:MCOperandInfo
/external/capstone/arch/X86/
H A DX86DisassemblerDecoderCommon.h498 } OperandType; typedef in typeref:enum:__anon1112
/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:__anon22949
339 OperandType type;
/external/v8/src/interpreter/
H A Dbytecode-operands.h98 enum class OperandType : uint8_t { class in class:v8::internal::interpreter::OperandScale::OperandSize
132 std::ostream& operator<<(std::ostream& os, const OperandType& operand_type);
149 static constexpr bool IsScalableSignedByte(OperandType operand_type) {
150 return operand_type >= OperandType::kImm &&
151 operand_type <= OperandType::kRegOutTriple;
155 static constexpr bool IsScalableUnsignedByte(OperandType operand_type) {
156 return operand_type >= OperandType::kIdx &&
157 operand_type <= OperandType::kRegCount;
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp317 enum OperandType { enum in namespace:__anon14015
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/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/gemmlowp/standalone/
H A Dneon-gemm-kernel-benchmark.cc282 typedef std::uint8_t OperandType; typedef in struct:NEON_32bit_GEMM_Uint8Operands_Uint32Accumulators
288 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr,
471 typedef std::uint8_t OperandType; typedef in struct:NEON_32bit_GEMM_Uint8Operands_Uint32Accumulators_noexpand
477 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr,
589 typedef std::int8_t OperandType; typedef in struct:NEON_32bit_GEMM_Int8Operands_AccumTwoWithin16Bits
595 static void Run(const OperandType* lhs_ptr, const OperandType* rhs_ptr,
836 typedef std::int32_t OperandType; typedef in struct:NEON_32bit_GEMM_Int32_WithScalar
921 typedef float OperandType; typedef in struct:NEON_32bit_GEMM_Float32_MLA_WithVectorDuplicatingScalar
1008 typedef float OperandType; typedef in struct:NEON_32bit_GEMM_Float32_FMA_WithVectorDuplicatingScalar
1094 typedef float OperandType; typedef in struct:NEON_32bit_GEMM_Float32_MLA_WithScalar
1180 typedef float OperandType; typedef in struct:NEON_32bit_GEMM_Float32_WithScalar_A53
1323 typedef float OperandType; typedef in struct:NEON_32bit_GEMM_Float32_WithScalar_A53_depth2
1512 typedef float OperandType; typedef in struct:NEON_32bit_GEMM_Float32_MLA_Rotating
1644 typedef float OperandType; typedef in struct:NEON_32bit_GEMM_Float32_FMA_Rotating
1741 typedef std::uint8_t OperandType; typedef in struct:NEON_64bit_GEMM_Uint8Operands_Uint32Accumulators
2004 typedef std::uint8_t OperandType; typedef in struct:NEON_64bit_GEMM_Uint8Operands_Uint32Accumulators_noexpand_A57
2260 typedef std::int8_t OperandType; typedef in struct:NEON_64bit_GEMM_Int8Operands_AccumTwoWithin16Bits
2537 typedef std::uint8_t OperandType; typedef in struct:NEON_64bit_GEMM_Uint8Operands_Uint32Accumulators_dotproduct
2668 typedef std::uint8_t OperandType; typedef in struct:NEON_64bit_GEMM_Uint8Operands_Uint32Accumulators_dotproduct_A55r1
2808 typedef std::int32_t OperandType; typedef in struct:NEON_64bit_GEMM_Int32_WithScalar
2930 typedef float OperandType; typedef in struct:NEON_64bit_GEMM_Float32_WithVectorDuplicatingScalar
3060 typedef float OperandType; typedef in struct:NEON_64bit_GEMM_Float32_WithScalar
3181 typedef float OperandType; typedef in struct:NEON_64bit_GEMM_Float32_WithScalar_A57
3311 typedef float OperandType; typedef in struct:NEON_64bit_GEMM_Float32_WithScalar_A53
3508 typedef float OperandType; typedef in struct:NEON_64bit_GEMM_Float32_WithScalar_A55r1
3683 typedef std::int8_t OperandType; typedef in struct:NEON_GEMM_Int8Operands_AccumTwoWithin16Bits_intrinsics
3738 typedef std::uint8_t OperandType; typedef in struct:NEON_GEMM_Uint8Operands_Uint32Accumulators_intrinsics
3804 typedef float OperandType; typedef in struct:NEON_GEMM_Float32_WithScalar_intrinsics
3880 typedef std::uint8_t OperandType; typedef in struct:MSA_GEMM_12x4_Uint8Operands_Uint32Accumulators_intrinsics
3964 typedef std::uint8_t OperandType; typedef in struct:MSA_GEMM_12x4_Uint8Operands_Uint32Accumulators_assembly
4127 typedef std::uint8_t OperandType; typedef in struct:MSA_GEMM_12x4_Uint8Operands_Uint32Accumulators_assembly2
4282 typedef std::uint8_t OperandType; typedef in struct:MSA_GEMM_12x8_Uint8Operands_Uint32Accumulators_intrinsics
4382 typedef std::uint8_t OperandType; typedef in struct:MSA_GEMM_12x8_Uint8Operands_Uint32Accumulators_assembly
4612 typedef std::uint8_t OperandType; typedef in struct:MSA_GEMM_12x8_Uint8Operands_Uint32Accumulators_assembly2
4830 typedef tOperandType OperandType; typedef in struct:ReferenceKernel
4959 typedef typename Kernel::OperandType OperandType; typedef
5047 typedef typename Kernel::OperandType OperandType; typedef
5082 typedef typename Kernel::OperandType OperandType; typedef
[all...]
/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 570 milliseconds