Home
last modified time | relevance | path

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

12

/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DCastOps.cpp31 Type operandType = op->getOperand(0).getType(); in verifyCastOp() local
49 return {operandType, resultType}; in verifyCastOp() argument
86 auto operandType = getOperand().getType(); verify() local
116 auto operandType = llvm::cast<spirv::PointerType>(getPointer().getType()); verify() local
137 auto operandType = llvm::cast<spirv::ScalarType>(getOperand().getType()); verify() local
158 auto operandType = llvm::cast<spirv::PointerType>(getPointer().getType()); verify() local
186 auto operandType = llvm::cast<spirv::PointerType>(getPointer().getType()); verify() local
214 auto operandType = llvm::cast<spirv::PointerType>(getPointer().getType()); verify() local
278 auto operandType = getOperand().getType(); verify() local
299 auto operandType = getOperand().getType(); verify() local
[all...]
H A DSPIRVOpDefinition.cpp41 static Type getUnaryOpResultType(Type operandType) { in getUnaryOpResultType()
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestFormatUtils.cpp50 test::parseCustomDirectiveResults(OpAsmParser &parser, Type &operandType, in parseCustomDirectiveResults() argument
68 Type operandType, Type optOperandType, in printCustomDirectiveResults() argument
81 OpAsmParser &parser, Type operandType, Type optOperandType, in parseCustomDirectiveWithTypeRefs() argument
100 Operation *op, Type operandType, in printCustomDirectiveWithTypeRefs() argument
116 Type &operandType, Type &optOperandType, in parseCustomDirectiveOperandsAndTypes() argument
127 printCustomDirectiveOperandsAndTypes(OpAsmPrinter & printer,Operation * op,Value operand,Value optOperand,OperandRange varOperands,Type operandType,Type optOperandType,TypeRange varOperandTypes) printCustomDirectiveOperandsAndTypes() argument
[all...]
H A DTestOpsSyntax.cpp53 parseCustomDirectiveResults(OpAsmParser &parser, Type &operandType, in parseCustomDirectiveResults()
71 parseCustomDirectiveWithTypeRefs(OpAsmParser &parser, Type operandType, in parseCustomDirectiveWithTypeRefs()
93 Type &operandType, Type &optOperandType, in parseCustomDirectiveOperandsAndTypes()
174 Type operandType, Type optOperandType, in printCustomDirectiveResults()
182 Operation *op, Type operandType, in printCustomDirectiveWithTypeRefs()
191 OperandRange varOperands, Type operandType, Type optOperandType, in printCustomDirectiveOperandsAndTypes()
H A DTestOpDefs.cpp243 auto operandType = operands.front().getType(); inferReturnTypeComponents() local
979 auto operandType = adaptor.getOperand1().getType(); inferReturnTypeComponents() local
/llvm-project/mlir/lib/Conversion/MathToLLVM/
H A DMathToLLVM.cpp74 auto operandType = adaptor.getOperand().getType(); in matchAndRewrite() local
116 auto operandType = adaptor.getOperand().getType(); in matchAndRewrite() local
174 auto operandType = adaptor.getOperand().getType(); matchAndRewrite() local
234 auto operandType = adaptor.getOperand().getType(); matchAndRewrite() local
[all...]
/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DShapeInferencePass.cpp104 __anon61b01b3a0302(Type operandType) allOperandsInferred() argument
/llvm-project/mlir/examples/toy/Ch4/mlir/
H A DShapeInferencePass.cpp104 __anondf5c58b70302(Type operandType) allOperandsInferred() argument
/llvm-project/mlir/examples/toy/Ch6/mlir/
H A DShapeInferencePass.cpp104 __anon8b942fb90302(Type operandType) allOperandsInferred() argument
/llvm-project/mlir/examples/toy/Ch5/mlir/
H A DShapeInferencePass.cpp104 __anonb57844380302(Type operandType) allOperandsInferred() argument
/llvm-project/mlir/lib/Conversion/ArithToLLVM/
H A DArithToLLVM.cpp257 Type operandType = adaptor.getIn().getType(); matchAndRewrite() local
292 Type operandType = adaptor.getLhs().getType(); matchAndRewrite() local
399 Type operandType = adaptor.getLhs().getType(); matchAndRewrite() local
433 Type operandType = adaptor.getLhs().getType(); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/ArithToEmitC/
H A DArithToEmitC.cpp328 Type operandType = adaptor.getIn().getType(); matchAndRewrite() local
519 Type operandType = adaptor.getIn().getType(); matchAndRewrite() local
566 Type operandType = adaptor.getIn().getType(); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp259 static ParseResult parseAwaitResultType(OpAsmParser &parser, Type &operandType, in parseAwaitResultType()
272 Type operandType, Type resultType) { in printAwaitResultType()
/llvm-project/mlir/lib/Dialect/Mesh/Transforms/
H A DTransforms.cpp135 RankedTensorType operandType = in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/ControlFlowToLLVM/
H A DControlFlowToLLVM.cpp109 Type operandType = std::get<1>(idxAndTypes.value()).getType(); verifyMatchingValues() local
/llvm-project/mlir/lib/Dialect/Mesh/IR/
H A DMeshOps.cpp586 ShapedType operandType = cast<ShapedType>(operand.getType()); verifyGatherOperandAndResultShape() local
606 ShapedType operandType = cast<ShapedType>(operand.getType()); verifyAllToAllOperandAndResultShape() local
651 ShapedType operandType = cast<ShapedType>(operand.getType()); verifyScatterOrSliceOperandAndResultShape() local
686 sliceResultType(Type operandType,MeshOp mesh,ArrayRef<MeshAxis> meshAxes,int64_t sliceAxis) sliceResultType() argument
[all...]
/llvm-project/mlir/lib/Dialect/NVGPU/Utils/
H A DMMAUtils.cpp23 static bool isAccumulatorOrResult(MatMulOperandRole operandType) { in isAccumulatorOrResult() argument
/llvm-project/mlir/lib/Dialect/Complex/IR/
H A DComplexOps.cpp89 auto operandType = getOperand().getType(); in verify() local
/llvm-project/mlir/lib/Dialect/PDLInterp/IR/
H A DPDLInterp.cpp269 for (Type operandType : getOperandTypes()) { in verify() local
/llvm-project/mlir/lib/Dialect/PDL/IR/
H A DPDL.cpp431 for (Type operandType : getOperandTypes()) { verify() local
/llvm-project/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp259 Type operandType = dimOp.getSource().getType(); matchAndRewrite() local
652 Type operandType = op.getMemref().getType(); matchAndRewrite() local
1000 Type operandType = originalOperand.getType(); extractPointersAndOffset() local
[all...]
/llvm-project/mlir/lib/Conversion/FuncToLLVM/
H A DFuncToLLVM.cpp490 Type operandType = it.getType(); matchAndRewriteImpl() local
/llvm-project/mlir/lib/Dialect/Mesh/Interfaces/
H A DShardingInterface.cpp438 auto operandType = cast<RankedTensorType>(operandValue.getType()); getShardingAttribute() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDistribute.cpp698 auto operandType = cast<VectorType>(operand.get().getType()); matchAndRewrite() local
702 auto operandType = operand.get().getType(); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.cpp215 Type operandType = opOperand.get().getType(); in resolveTensorOpOperandConflicts() local

12