Lines Matching refs:getOptions
231 if (!isRegionReturnLike(returnOp) || !getOptions().isOpAllowed(returnOp)) in gatherYieldedTensors()
261 auto bufferizableOp = getOptions().dynCastBufferizableOp(op); in gatherUndefinedTensorUses()
277 if (auto bufferizableOp = getOptions().dynCastBufferizableOp(lastWrite)) in gatherUndefinedTensorUses()
311 if (auto bufferizableOp = getOptions().dynCastBufferizableOp(value)) in isWritable()
317 getOptions().dynCastBufferizableOp(bbArg.getOwner()->getParentOp())) in isWritable()
375 auto bufferizableOp = state.getOptions().dynCastBufferizableOp(value); in isMemoryWrite()
425 const BufferizationOptions &options = state.getOptions(); in hasReadAfterWriteInterference()
763 if (auto bufferizableOp = state.getOptions().dynCastBufferizableOp(op)) in inPlaceAnalysis()
801 if (auto bufferizableOp = state.getOptions().dynCastBufferizableOp(op)) in equivalenceAnalysis()
834 const BufferizationOptions &options = state.getOptions(); in checkAliasInfoConsistency()
864 if (auto bufferizableOp = state.getOptions().dynCastBufferizableOp(op)) in annotateOpsWithBufferizationMarkers()
902 !state.getOptions().isOpAllowed(returnOp)) in assertDestinationPassingStyle()
946 static_cast<const OneShotBufferizationOptions &>(state.getOptions()); in analyzeOp()