Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DDialectConversion.cpp2602 auto infoIt = legalOperations.find(name); in setLegalityCallback() local
2603 assert(infoIt != legalOperations.end() && in setLegalityCallback()
2604 infoIt->second.action == LegalizationAction::Dynamic && in setLegalityCallback()
2606 infoIt->second.legalityFn = callback; in setLegalityCallback()
2613 auto infoIt = legalOperations.find(name); in markOpRecursivelyLegal() local
2614 assert(infoIt != legalOperations.end() && in markOpRecursivelyLegal()
2615 infoIt->second.action != LegalizationAction::Illegal && in markOpRecursivelyLegal()
2617 infoIt->second.isRecursivelyLegal = true; in markOpRecursivelyLegal()