Home
last modified time | relevance | path

Searched defs:operandType (Results 1 – 21 of 21) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderAtomicOpTests.cpp96 …se (Context& context, const char* name, const char* funcName, AtomicOperandType operandType, DataT… in ShaderAtomicOpCase()
258 …ShaderAtomicAddCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicAddCase()
412 …ShaderAtomicMinCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicMinCase()
493 …ShaderAtomicMaxCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicMaxCase()
575 …ShaderAtomicAndCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicAndCase()
651 …ShaderAtomicOrCase (Context& context, const char* name, AtomicOperandType operandType, DataType ty… in ShaderAtomicOrCase()
722 …ShaderAtomicXorCase (Context& context, const char* name, AtomicOperandType operandType, DataType t… in ShaderAtomicXorCase()
806 …ShaderAtomicExchangeCase (Context& context, const char* name, AtomicOperandType operandType, DataT… in ShaderAtomicExchangeCase()
891 …ShaderAtomicCompSwapCase (Context& context, const char* name, AtomicOperandType operandType, DataT… in ShaderAtomicCompSwapCase()
1087 …micOpTests::ShaderAtomicOpTests (Context& context, const char* name, AtomicOperandType operandType) in ShaderAtomicOpTests()
[all …]
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestDialect.cpp333 parseCustomDirectiveResults(OpAsmParser &parser, Type &operandType, in parseCustomDirectiveResults()
351 parseCustomDirectiveWithTypeRefs(OpAsmParser &parser, Type operandType, in parseCustomDirectiveWithTypeRefs()
372 SmallVectorImpl<OpAsmParser::OperandType> &varOperands, Type &operandType, in parseCustomDirectiveOperandsAndTypes()
435 Type operandType, Type optOperandType, in printCustomDirectiveResults()
443 Operation *op, Type operandType, in printCustomDirectiveWithTypeRefs()
452 OperandRange varOperands, Type operandType, Type optOperandType, in printCustomDirectiveOperandsAndTypes()
696 auto operandType = *operands.getTypes().begin(); in inferReturnTypeComponents() local
/external/llvm-project/mlir/examples/toy/Ch5/mlir/
DShapeInferencePass.cpp95 return llvm::all_of(op->getOperandTypes(), [](Type operandType) { in allOperandsInferred()
/external/llvm-project/mlir/examples/toy/Ch4/mlir/
DShapeInferencePass.cpp95 return llvm::all_of(op->getOperandTypes(), [](Type operandType) { in allOperandsInferred()
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DShapeInferencePass.cpp95 return llvm::all_of(op->getOperandTypes(), [](Type operandType) { in allOperandsInferred()
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DShapeInferencePass.cpp95 return llvm::all_of(op->getOperandTypes(), [](Type operandType) { in allOperandsInferred()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dlhlo_ops.cc123 Type operandType = std::get<0>(it.value()); in Verify() local
Dhlo_ops.cc594 auto operandType = op.getOperand().getType().cast<TupleType>(); in Verify() local
708 auto operandType = op.operand().getType().cast<RankedTensorType>(); in Verify() local
742 auto operandType = op.operand().getType().dyn_cast<RankedTensorType>(); in Verify() local
833 auto operandType = op.operand().getType().dyn_cast<RankedTensorType>(); in Verify() local
932 auto operandType = op.operand().getType().cast<RankedTensorType>(); in Verify() local
2691 auto operandType = op.operand().getType().dyn_cast<RankedTensorType>(); in Verify() local
/external/llvm-project/mlir/lib/Dialect/Async/IR/
DAsync.cpp330 static ParseResult parseAwaitResultType(OpAsmParser &parser, Type &operandType, in parseAwaitResultType()
343 Type operandType, Type resultType) { in printAwaitResultType()
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp899 const Type& operandType = c.fArguments[0]->fType; in writeSpecialIntrinsic() local
1834 const Type& operandType, SpvId lhs, in writeBinaryOperation()
1874 SpvId SPIRVCodeGenerator::foldToBool(SpvId id, const Type& operandType, SpvOp op, in foldToBool()
1884 SpvId SPIRVCodeGenerator::writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, in writeMatrixComparison()
1919 SpvId SPIRVCodeGenerator::writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, in writeComponentwiseMatrixBinary()
1980 const Type* operandType; in writeBinaryExpression() local
/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/
DConvertStandardToSPIRV.cpp769 Type operandType = cmpIOp.lhs().getType(); in matchAndRewrite() local
795 Type operandType = cmpIOp.lhs().getType(); in matchAndRewrite() local
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp1018 const Type& operandType = arguments[0]->type(); in writeSpecialIntrinsic() local
2198 const Type& operandType, SpvId lhs, in writeBinaryOperation()
2217 SpvId SPIRVCodeGenerator::foldToBool(SpvId id, const Type& operandType, SpvOp op, in foldToBool()
2227 SpvId SPIRVCodeGenerator::writeMatrixComparison(const Type& operandType, SpvId lhs, SpvId rhs, in writeMatrixComparison()
2262 SpvId SPIRVCodeGenerator::writeComponentwiseMatrixBinary(const Type& operandType, SpvId lhs, in writeComponentwiseMatrixBinary()
2317 const Type* operandType; in writeBinaryExpression() local
/external/angle/src/compiler/translator/
DOutputSPIRV.cpp2677 const TType &operandType = operand->getType(); in createIncrementDecrement() local
2729 const TType &operandType = operand->getType(); in createCompare() local
2800 const TType &operandType = node->getChildNode(0)->getAsTyped()->getType(); in createAtomicBuiltIn() local
4044 const TType &operandType, in createCompareImpl()
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DFusionOnTensors.cpp318 RankedTensorType operandType = reshapeOp.getSrcType(); in isTensorReshapeOpFoldableByLinearization() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c249 unsigned operandType; member
578 unsigned operandType, unsigned index) in check_register_index()
3537 VGPU10_OPERAND_TYPE operandType, in emit_input_declaration()
4119 unsigned operandType, VGPU10_SYSTEM_NAME name, in emit_tesslevel_declaration()
4817 unsigned opcodeType, operandType; in emit_gs_input_declarations() local
4886 VGPU10_OPERAND_TYPE operandType = VGPU10_OPERAND_TYPE_INPUT; in emit_tcs_input_declarations() local
5052 VGPU10_OPERAND_TYPE operandType; in emit_tes_input_declarations() local
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVOps.cpp316 Type operandType = op->getOperand(0).getType(); in verifyCastOp() local
816 static Type getUnaryOpResultType(Builder &builder, Type operandType) { in getUnaryOpResultType()
1142 auto operandType = bitcastOp.operand().getType(); in verify() local
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp2495 auto operandType = in matchAndRewrite() local
2641 Type operandType = originalOperand.getType(); in extractPointersAndOffset() local
2918 Type operandType = dimOp.memrefOrTensor().getType(); in matchAndRewrite() local
3008 Type operandType = op.memrefOrTensor().getType(); in matchAndRewrite() local
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp1355 TypeResolution &operandType = operandTypes[i]; in genParserTypeResolution() local
/external/mesa3d/src/gallium/drivers/svga/include/
DVGPU10ShaderTokens.h713 unsigned int operandType : 8; /* VGPU10_OPERAND_TYPE */ member
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp1445 for (auto operandType : llvm::zip(operands, result.types)) in parseAffineForOp() local
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp2466 Type operandType = op.source().getType(); in verify() local