Home
last modified time | relevance | path

Searched refs:getMapping (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformInterfaces.h433 const Mappings &getMapping(Value value) const { in getMapping() function
434 return const_cast<TransformState *>(this)->getMapping(value); in getMapping()
436 Mappings &getMapping(Value value) { in getMapping() function
444 const Mappings &getMapping(Operation *operation) const { in getMapping() function
445 return const_cast<TransformState *>(this)->getMapping(operation); in getMapping()
447 Mappings &getMapping(Operation *operation) { in getMapping() function
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/
H A DTransformInterfaces.cpp41 const TransformOpMapping &operationMapping = getMapping(value).direct; in getPayloadOps()
80 Mappings &mappings = getMapping(value); in setPayloadOps()
98 Mappings &mappings = getMapping(value); in removePayloadOps()
106 Mappings &mappings = getMapping(value); in updatePayloadOps()
/llvm-project-15.0.7/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp195 for (auto mapping : shapeFnLib.getMapping()) { in verifyOperationAttribute()
1169 auto attr = getMapping() in getShapeFunction()