Home
last modified time | relevance | path

Searched defs:operandSet (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DCooperativeMatrixOps.cpp36 spirv::MemoryAccess operandSet = memoryOperand.getValue(); in verifyCoopMatrixAccess() local
/llvm-project/mlir/test/lib/Dialect/Linalg/
H A DTestLinalgElementwiseFusion.cpp24 static void addOperands(Operation *op, SetVector<Value> &operandSet) { in addOperands() argument
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DKernelOutlining.cpp270 SetVector<Value> operandSet(operands.begin(), operands.end()); in outlineKernelFunc() local