/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | CastOps.cpp | 31 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 D | SPIRVOpDefinition.cpp | 41 static Type getUnaryOpResultType(Type operandType) { in getUnaryOpResultType()
|
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestFormatUtils.cpp | 50 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 D | TestOpsSyntax.cpp | 53 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 D | TestOpDefs.cpp | 243 auto operandType = operands.front().getType(); inferReturnTypeComponents() local 979 auto operandType = adaptor.getOperand1().getType(); inferReturnTypeComponents() local
|
/llvm-project/mlir/lib/Conversion/MathToLLVM/ |
H A D | MathToLLVM.cpp | 74 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 D | ShapeInferencePass.cpp | 104 __anon61b01b3a0302(Type operandType) allOperandsInferred() argument
|
/llvm-project/mlir/examples/toy/Ch4/mlir/ |
H A D | ShapeInferencePass.cpp | 104 __anondf5c58b70302(Type operandType) allOperandsInferred() argument
|
/llvm-project/mlir/examples/toy/Ch6/mlir/ |
H A D | ShapeInferencePass.cpp | 104 __anon8b942fb90302(Type operandType) allOperandsInferred() argument
|
/llvm-project/mlir/examples/toy/Ch5/mlir/ |
H A D | ShapeInferencePass.cpp | 104 __anonb57844380302(Type operandType) allOperandsInferred() argument
|
/llvm-project/mlir/lib/Conversion/ArithToLLVM/ |
H A D | ArithToLLVM.cpp | 257 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 D | ArithToEmitC.cpp | 328 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 D | Async.cpp | 259 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 D | Transforms.cpp | 135 RankedTensorType operandType = in matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/ControlFlowToLLVM/ |
H A D | ControlFlowToLLVM.cpp | 109 Type operandType = std::get<1>(idxAndTypes.value()).getType(); verifyMatchingValues() local
|
/llvm-project/mlir/lib/Dialect/Mesh/IR/ |
H A D | MeshOps.cpp | 586 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 D | MMAUtils.cpp | 23 static bool isAccumulatorOrResult(MatMulOperandRole operandType) { in isAccumulatorOrResult() argument
|
/llvm-project/mlir/lib/Dialect/Complex/IR/ |
H A D | ComplexOps.cpp | 89 auto operandType = getOperand().getType(); in verify() local
|
/llvm-project/mlir/lib/Dialect/PDLInterp/IR/ |
H A D | PDLInterp.cpp | 269 for (Type operandType : getOperandTypes()) { in verify() local
|
/llvm-project/mlir/lib/Dialect/PDL/IR/ |
H A D | PDL.cpp | 431 for (Type operandType : getOperandTypes()) { verify() local
|
/llvm-project/mlir/lib/Conversion/MemRefToLLVM/ |
H A D | MemRefToLLVM.cpp | 259 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 D | FuncToLLVM.cpp | 490 Type operandType = it.getType(); matchAndRewriteImpl() local
|
/llvm-project/mlir/lib/Dialect/Mesh/Interfaces/ |
H A D | ShardingInterface.cpp | 438 auto operandType = cast<RankedTensorType>(operandValue.getType()); getShardingAttribute() local
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | VectorDistribute.cpp | 698 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 D | BufferizableOpInterface.cpp | 215 Type operandType = opOperand.get().getType(); in resolveTensorOpOperandConflicts() local
|