Home
last modified time | relevance | path

Searched defs:operandTypes (Results 1 – 13 of 13) sorted by relevance

/llvm-project/mlir/lib/Interfaces/
H A DCastInterfaces.cpp45 auto operandTypes = op->getOperandTypes(); in verifyCastInterfaceOp() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/LLVMIR/
H A DLLVMToLLVMIRTranslation.cpp238 SmallVector<Type, 8> operandTypes; convertOperationImpl() local
/llvm-project/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp535 SmallVector<Type> operandTypes; in parseSwitchOpCases() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DNVVMDialect.cpp317 SmallVector<Type, 3> operandTypes; parse() local
H A DLLVMDialect.cpp519 SmallVector<Type> operandTypes; parseSwitchOpCases() local
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp520 TypeRange operandTypes(operands); scalarizeVectorOp() local
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestOpDefs.cpp546 SmallVector<Type, 2> operandTypes; parse() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp312 SmallVector<Type, 2> operandTypes(2, structType.getElementType(0)); in parseArithmeticExtendedBinaryOp() local
/llvm-project/mlir/lib/AsmParser/
H A DParser.cpp1376 ArrayRef<Type> operandTypes = parsedFnType->getInputs(); parseGenericOperationAfterOpName() local
/llvm-project/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp67 static bool isErrorPropagationPossible(TypeRange operandTypes) { in isErrorPropagationPossible() argument
/llvm-project/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp1308 TypeRange operandTypes = getOperandTypes(); in verifySymbolUses() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp379 std::vector<TypeResolution> operandTypes, resultTypes; global() member
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp1263 auto operandTypes = op->getOperandTypes(); apply() local