Lines Matching refs:DBGS
36 #define DBGS() (dbgs() << '[' << DEBUG_TYPE << "] ") macro
115 LLVM_DEBUG(DBGS() << "Found a use of " << *(padOp) in isOnlyUsedAsInputOfLinalgOp()
139 DBGS() << "loops: "; in getAtMostNEnclosingLoops()
180 LLVM_DEBUG(DBGS() << "No immediately enclosing loop -> skip\n"); in HoistingAnalysis()
203 LLVM_DEBUG(DBGS() << "Cannot find the extract slice op -> skip\n"); in HoistingAnalysis()
207 LLVM_DEBUG(DBGS() << "Source not defined outside of loops -> skip\n"); in HoistingAnalysis()
217 LLVM_DEBUG(DBGS() << "Cannot find constant padding value -> skip\n"); in HoistingAnalysis()
247 LLVM_DEBUG(DBGS() << "Cannot find a packing loop -> skip\n"); in HoistingAnalysis()
319 LLVM_DEBUG(DBGS() << "Unsupported op with non index type operands: " in dropNonIndexDependencies()
327 LLVM_DEBUG(DBGS() << "Unsupported op with region or memory effect: " in dropNonIndexDependencies()
400 LLVM_DEBUG(DBGS() << "Try to hoist " << *(opToHoist) << " by " << numLoops in hoistPaddingOnTensors()
404 LLVM_DEBUG(DBGS() << "Analysis failed -> Skip\n"); in hoistPaddingOnTensors()