Searched refs:getMapping (Results 1 – 3 of 3) sorted by relevance
433 const Mappings &getMapping(Value value) const { in getMapping() function434 return const_cast<TransformState *>(this)->getMapping(value); in getMapping()436 Mappings &getMapping(Value value) { in getMapping() function444 const Mappings &getMapping(Operation *operation) const { in getMapping() function445 return const_cast<TransformState *>(this)->getMapping(operation); in getMapping()447 Mappings &getMapping(Operation *operation) { in getMapping() function
41 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()
195 for (auto mapping : shapeFnLib.getMapping()) { in verifyOperationAttribute()1169 auto attr = getMapping() in getShapeFunction()