/external/llvm/utils/TableGen/ |
D | AsmWriterInst.h | 36 } OperandType; member 53 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() function 57 : OperandType(op), Str(LitStr) {} in OperandType() function 63 : OperandType(op), MIOpNo(_MIOpNo), Str(Printer), MiModifier(Modifier) {} in OperandType() function
|
D | CodeGenInstruction.cpp | 72 std::string OperandType = "OPERAND_UNKNOWN"; in CGIOperandList() local
|
D | CodeGenInstruction.h | 83 std::string OperandType; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | AsmWriterInst.h | 36 } OperandType; member 53 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {} in OperandType() function 57 : OperandType(op), Str(LitStr) {} in OperandType() function 63 : OperandType(op), MIOpNo(_MIOpNo), Str(Printer), MiModifier(Modifier) {} in OperandType() function
|
D | CodeGenInstruction.cpp | 72 std::string OperandType = "OPERAND_UNKNOWN"; in CGIOperandList() local
|
D | CodeGenInstruction.h | 83 std::string OperandType; member
|
/external/gemmlowp/standalone/ |
D | neon-gemm-kernel-benchmark.cc | 282 typedef std::uint8_t OperandType; typedef 471 typedef std::uint8_t OperandType; typedef 589 typedef std::int8_t OperandType; typedef 836 typedef std::int32_t OperandType; typedef 921 typedef float OperandType; typedef 1008 typedef float OperandType; typedef 1094 typedef float OperandType; typedef 1180 typedef float OperandType; typedef 1323 typedef float OperandType; typedef 1512 typedef float OperandType; typedef [all …]
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | X87.cpp | 210 #define TestFild(OperandType, Size, MemorySize, FpType, IntType) \ in TEST_F() argument 237 #define TestFistp(OperandType, Size, MemorySize, FpType, IntType) \ in TEST_F() argument
|
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyMCTargetDesc.h | 44 enum OperandType { enum
|
/external/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 44 enum OperandType { enum 68 uint8_t OperandType; variable
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_device.cc | 170 llvm::SmallVectorImpl<llvm::SmallVector<OpAsmParser::OperandType, 8>>* in ParseReplicateOpOperands() 197 llvm::ArrayRef<llvm::SmallVector<OpAsmParser::OperandType, 8>> operands, in SetOperands()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyMCTargetDesc.h | 47 enum OperandType { enum
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCInstrDesc.h | 44 enum OperandType { enum 79 uint8_t OperandType; variable
|
/external/v8/src/interpreter/ |
D | bytecode-operands.h | 101 enum class OperandType : uint8_t { enum
|
/external/llvm/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoderCommon.h | 467 enum OperandType { enum
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | X86DisassemblerDecoderCommon.h | 449 enum OperandType { enum
|
/external/capstone/arch/X86/ |
D | X86DisassemblerDecoderCommon.h | 498 } OperandType; typedef
|
/external/capstone/ |
D | MCInstrDesc.h | 69 uint8_t OperandType; member
|
/external/clang/include/clang/Sema/ |
D | DelayedDiagnostic.h | 225 void *OperandType; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugFrame.h | 104 enum OperandType { enum
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugFrame.cpp | 317 enum OperandType { enum
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIDefines.h | 50 enum OperandType { enum
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIDefines.h | 111 enum OperandType { enum
|
/external/v8/src/diagnostics/x64/ |
D | disasm-x64.cc | 23 enum OperandType { enum
|
/external/v8/src/compiler/backend/ |
D | instruction.h | 159 #define INSTRUCTION_OPERAND_CASTS(OperandType, OperandKind) \ argument
|