HomeSort by relevance Sort by last modified time
    Searched defs:OpType (Results 1 - 25 of 48) sorted by null

1 2

  /external/llvm/utils/TableGen/
AsmWriterInst.h 28 enum OpType {
53 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {}
56 OpType op = isLiteralTextOperand)
62 OpType op = isMachineInstrOperand)
  /external/swiftshader/third_party/LLVM/utils/TableGen/
AsmWriterInst.h 28 enum OpType {
57 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {}
60 OpType op = isLiteralTextOperand)
67 OpType op = isMachineInstrOperand)
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
SIMCCodeEmitter.cpp 80 unsigned OpType = Desc.OpInfo[OpNo].OperandType;
82 return OpType == AMDGPU::OPERAND_REG_IMM32 ||
83 OpType == AMDGPU::OPERAND_REG_INLINE_C;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCWin64EH.h 29 typedef Win64EH::UnwindOpcodes OpType;
31 OpType Operation;
36 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg)
43 MCWin64EHInstruction(OpType Op, MCSymbol *L, unsigned Reg, unsigned Off)
51 MCWin64EHInstruction(OpType Op, MCSymbol *L, bool Code)
55 OpType getOperation() const { return Operation; }
MCDwarf.h 232 enum OpType { SameValue, Remember, Restore, Move, RelMove };
234 OpType Operation;
240 MCCFIInstruction(OpType Op, MCSymbol *L)
244 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned Register)
252 MCCFIInstruction(OpType Op, MCSymbol *L, const MachineLocation &D,
257 OpType getOperation() const { return Operation; }
  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsBallotBroadcastTests.cpp 38 enum OpType
138 std::string getOpTypeName(int opType)
140 switch (opType)
154 int opType;
166 if (OPTYPE_BROADCAST == caseDef.opType)
265 if (OPTYPE_BROADCAST == caseDef.opType)
vktSubgroupsBallotOtherTests.cpp 38 enum OpType
142 std::string getOpTypeName(int opType)
144 switch (opType)
167 int opType;
190 switch (caseDef.opType)
366 switch (caseDef.opType)
vktSubgroupsShapeTests.cpp 129 enum OpType
136 std::string getOpTypeName(int opType)
138 switch (opType)
151 int opType;
158 std::string extension = (OPTYPE_CLUSTERED == caseDef.opType) ?
169 if (OPTYPE_CLUSTERED == caseDef.opType)
254 std::string extension = (OPTYPE_CLUSTERED == caseDef.opType) ?
265 if (OPTYPE_CLUSTERED == caseDef.opType)
498 if (OPTYPE_CLUSTERED == caseDef.opType)
506 if (OPTYPE_QUAD == caseDef.opType)
    [all...]
vktSubgroupsShuffleTests.cpp 38 enum OpType
139 std::string getOpTypeName(int opType)
141 switch (opType)
158 int opType;
181 switch (caseDef.opType)
206 << getOpTypeName(caseDef.opType) << "(data1[gl_SubgroupInvocationID], data2[gl_SubgroupInvocationID]);\n"
207 << " uint id = " << idTable[caseDef.opType] << ";\n"
251 switch (caseDef.opType)
286 << getOpTypeName(caseDef.opType) << "(data1[gl_SubgroupInvocationID], data2[gl_SubgroupInvocationID]);\n"
287 << " uint id = " << idTable[caseDef.opType] << ";\n
    [all...]
vktSubgroupsVoteTests.cpp 38 enum OpType
209 std::string getOpTypeName(int opType)
211 switch (opType)
226 int opType;
251 if (OPTYPE_ALL == caseDef.opType)
253 vertexSrc << " result = " << getOpTypeName(caseDef.opType)
255 << " result |= " << getOpTypeName(caseDef.opType)
260 else if (OPTYPE_ANY == caseDef.opType)
262 vertexSrc << " result = " << getOpTypeName(caseDef.opType)
264 << " result |= " << getOpTypeName(caseDef.opType)
    [all...]
vktSubgroupsBasicTests.cpp 337 enum OpType
348 std::string getOpTypeName(int opType)
350 switch (opType)
371 int opType;
396 if (OPTYPE_ELECT == caseDef.opType)
431 switch (caseDef.opType)
448 << " " << getOpTypeName(caseDef.opType) << "();\n";
482 << (OPTYPE_SUBGROUP_MEMORY_BARRIER_IMAGE == caseDef.opType ? "layout(set = 0, binding = 2, r32ui) readonly uniform highp uimage2D tempImage;\n" : "\n")
522 << (OPTYPE_SUBGROUP_MEMORY_BARRIER_IMAGE == caseDef.opType ? "layout(set = 0, binding = 2, r32ui) readonly uniform highp uimage2D tempImage;\n" : "\n")
553 if (OPTYPE_ELECT == caseDef.opType)
    [all...]
vktSubgroupsClusteredTests.cpp 38 enum OpType
142 std::string getOpTypeName(int opType)
144 switch (opType)
165 std::string getOpTypeOperation(int opType, vk::VkFormat format, std::string lhs, std::string rhs)
167 switch (opType)
253 std::string getIdentity(int opType, vk::VkFormat format)
292 switch (opType)
343 std::string getCompare(int opType, vk::VkFormat format, std::string lhs, std::string rhs)
356 switch (opType)
370 switch (opType)
    [all...]
vktSubgroupsQuadTests.cpp 38 enum OpType
139 std::string getOpTypeName(int opType)
141 switch (opType)
158 int opType;
191 << swapTable[caseDef.opType];
193 if (OPTYPE_QUAD_BROADCAST == caseDef.opType)
196 << getOpTypeName(caseDef.opType) << "(data[gl_SubgroupInvocationID], " << caseDef.direction << ");\n"
202 << getOpTypeName(caseDef.opType) << "(data[gl_SubgroupInvocationID]);\n"
269 << swapTable[caseDef.opType];
272 if (OPTYPE_QUAD_BROADCAST == caseDef.opType)
    [all...]
vktSubgroupsArithmeticTests.cpp 38 enum OpType
156 std::string getOpTypeName(int opType)
158 switch (opType)
207 std::string getOpTypeOperation(int opType, vk::VkFormat format, std::string lhs, std::string rhs)
209 switch (opType)
308 std::string getIdentity(int opType, vk::VkFormat format)
347 switch (opType)
412 std::string getCompare(int opType, vk::VkFormat format, std::string lhs, std::string rhs)
425 switch (opType)
443 switch (opType)
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
fuse_binary_into_preceding_affine.cc 55 enum class OpType { BiasPlusOperand, BiasMinusOperand, OperandMinusBias };
57 const OpType optype = (add_or_sub_op->type == OperatorType::kAdd) local
58 ? OpType::BiasPlusOperand
60 ? OpType::BiasMinusOperand
61 : OpType::OperandMinusBias;
66 if (optype == OpType::BiasPlusOperand) {
68 } else if (optype == OpType::BiasMinusOperand)
    [all...]
  /system/update_engine/scripts/update_payload/
common.py 36 class OpType(object):
190 return '%s(%s)' % (op_name, OpType.NAMES.get(op.type, '?'))
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 163 typedef enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp } OpType;
  /toolchain/binutils/binutils-2.27/gas/config/
xtensa-relax.h 107 } OpType;
119 OpType typ; /* CONSTANT: op_data is a constant.
131 OpType typ;
173 extern bfd_boolean xg_has_userdef_op_fn (OpType);
174 extern long xg_apply_userdef_op_fn (OpType, long);
  /external/tensorflow/tensorflow/core/util/
stat_summarizer.cc 86 std::string OpType(const DeviceStepStats& ds, const NodeExecStats& ns) {
153 // node_name: name ":" opType
160 // node_name: name (":" opType)? ":" memCpyType
169 op_type = OpType(ds, ns);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 223 typedef enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp } OpType;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 223 typedef enum { DirectMemRefOp, IndirectMemRefOp, ConstantOp } OpType;
  /libcore/ojluni/src/main/java/sun/nio/ch/
UnixAsynchronousSocketChannelImpl.java 49 private static enum OpType { CONNECT, READ, WRITE };
254 if (task.getContext() == OpType.CONNECT)
256 if (task.getContext() == OpType.READ)
258 if (task.getContext() == OpType.WRITE)
356 result = new PendingFuture<Void,A>(this, OpType.CONNECT);
544 result = new PendingFuture<V,A>(this, OpType.READ);
727 result = new PendingFuture<V,A>(this, OpType.WRITE);
  /toolchain/binutils/binutils-2.27/opcodes/
opc2c.c 137 } OpType;
141 OpType type;
  /external/llvm/include/llvm/MC/
MCDwarf.h 327 enum OpType {
346 OpType Operation;
355 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R, int O, StringRef V)
361 MCCFIInstruction(OpType Op, MCSymbol *L, unsigned R1, unsigned R2)
461 OpType getOperation() const { return Operation; }
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
FileOperationService.java 78 public @interface OpType {}
285 private ExecutorService getExecutorService(@OpType int operationType) {

Completed in 346 milliseconds

1 2