Searched refs:DBGS (Results 1 – 8 of 8) sorted by relevance
38 #define DBGS() (dbgs() << '[' << DEBUG_TYPE << "] ") macro104 LLVM_DEBUG(DBGS() << "findMatchingTransferRead for: " in findMatchingTransferRead()107 LLVM_DEBUG(DBGS() << "findMatchingTransferRead inserSliceOp: " in findMatchingTransferRead()124 LLVM_DEBUG(DBGS() << "check whether sameOffsetsSizesAndStrides: " in findMatchingTransferRead()129 LLVM_DEBUG(DBGS() << "sameOffsetsSizesAndStrides: SUCCESS\n"); in findMatchingTransferRead()269 LLVM_DEBUG(DBGS() << "In forOp:\n" in hoistReadWrite()362 DBGS() << "Candidate write for hoisting: " in hoistRedundantVectorTransfersOnTensor()365 LLVM_DEBUG(DBGS() << "Candidate insert_slice for hoisting: " in hoistRedundantVectorTransfersOnTensor()381 LLVM_DEBUG(DBGS() << "Start hoisting\n"); in hoistRedundantVectorTransfersOnTensor()414 LLVM_DEBUG(DBGS() << "Candidate for hoisting: " in hoistRedundantVectorTransfers()[all …]
36 #define DBGS() (dbgs() << '[' << DEBUG_TYPE << "] ") macro115 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()[all …]
45 #define DBGS() (llvm::dbgs() << "[" DEBUG_TYPE << "]: ") macro238 LLVM_DEBUG(DBGS() << "No constant bounding box can be found for padding"); in padOperandToSmallestStaticBoundingBox()641 LLVM_DEBUG(DBGS() << "Before 1st stage, iter: " << ++iteration << "\n" in applyStagedPatterns()644 LLVM_DEBUG(DBGS() << "Underlying first stage rewrite did not converge"); in applyStagedPatterns()647 LLVM_DEBUG(DBGS() << "After 1st stage, iter: " << ++iteration << "\n" in applyStagedPatterns()650 LLVM_DEBUG(DBGS() << "Underlying 2nd stage rewrite did not converge"); in applyStagedPatterns()653 LLVM_DEBUG(DBGS() << "After 2nd stage, iter : " << iteration << "\n" in applyStagedPatterns()658 LLVM_DEBUG(DBGS() << "After 3rd stage, iter : " << iteration << "\n" in applyStagedPatterns()
45 #define DBGS() (llvm::dbgs() << '[' << DEBUG_TYPE << "] ") macro46 #define LDBG(X) LLVM_DEBUG(DBGS() << X)
27 #define DBGS() (llvm::dbgs() << '[' << DEBUG_TYPE << "] ") macro96 LLVM_DEBUG(DBGS() << "Candidate for dead store: " << *write.getOperation() in deadStoreOp()139 LLVM_DEBUG(DBGS() << "Store may not be dead due to op: " << *read in deadStoreOp()144 LLVM_DEBUG(DBGS() << "Found dead store: " << *write.getOperation() in deadStoreOp()163 LLVM_DEBUG(DBGS() << "Candidate for Forwarding: " << *read.getOperation() in storeToLoadForwarding()203 LLVM_DEBUG(DBGS() << "Fail to do write to read forwarding due to op: " in storeToLoadForwarding()209 LLVM_DEBUG(DBGS() << "Forward value from " << *lastwrite.getOperation() in storeToLoadForwarding()
16 #define DBGS() (llvm::dbgs() << "[" DEBUG_TYPE "] ") macro193 LLVM_DEBUG(DBGS() << "applying: " << transform << "\n"); in applyTransform()
22 #define DBGS() (llvm::dbgs() << "[" DEBUG_TYPE "] ") macro222 LLVM_DEBUG(DBGS() << "alternative failed: " << result.getMessage() in apply()
35 #define DBGS() (llvm::dbgs() << '[' << DEBUG_TYPE << "] ") macro36 #define LDBG(X) LLVM_DEBUG(DBGS() << (X))