Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DHoisting.cpp38 #define DBGS() (dbgs() << '[' << DEBUG_TYPE << "] ") macro
104 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 …]
H A DHoistPadding.cpp36 #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()
[all …]
H A DTransforms.cpp45 #define DBGS() (llvm::dbgs() << "[" DEBUG_TYPE << "]: ") macro
238 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()
H A DVectorization.cpp45 #define DBGS() (llvm::dbgs() << '[' << DEBUG_TYPE << "] ") macro
46 #define LDBG(X) LLVM_DEBUG(DBGS() << X)
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferOpTransforms.cpp27 #define DBGS() (llvm::dbgs() << '[' << DEBUG_TYPE << "] ") macro
96 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()
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/
H A DTransformInterfaces.cpp16 #define DBGS() (llvm::dbgs() << "[" DEBUG_TYPE "] ") macro
193 LLVM_DEBUG(DBGS() << "applying: " << transform << "\n"); in applyTransform()
H A DTransformOps.cpp22 #define DBGS() (llvm::dbgs() << "[" DEBUG_TYPE "] ") macro
222 LLVM_DEBUG(DBGS() << "alternative failed: " << result.getMessage() in apply()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.cpp35 #define DBGS() (llvm::dbgs() << '[' << DEBUG_TYPE << "] ") macro
36 #define LDBG(X) LLVM_DEBUG(DBGS() << (X))