/external/llvm-project/mlir/test/lib/IR/ |
D | TestSymbolUses.cpp | 28 symbol->emitRemark() in operateOnSymbol() 34 symbol->emitRemark() << "symbol contains " << numUses in operateOnSymbol() 43 symbol->emitRemark() << "symbol has no uses"; in operateOnSymbol() 54 symbolUse.getUser()->emitRemark() in operateOnSymbol() 59 symbol->emitRemark() << "symbol has " << llvm::size(*symbolUses) << " uses"; in operateOnSymbol() 83 module.emitRemark() << name << " function successfully erased"; in runOnOperation()
|
D | TestSideEffects.cpp | 28 op.emitRemark() << "operation has no memory effects"; in runOnOperation() 33 auto diag = op.emitRemark() << "found an instance of "; in runOnOperation() 62 op.emitRemark() << "found a parametric effect with " in runOnOperation()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | test_visitor_util.cc | 48 op->emitRemark() << step_id++ << ": " << get_stage_description(stage); in runOnFunction() 53 op.emitRemark() << step_id++ << ": " << get_stage_description(stage); in runOnFunction() 82 op->emitRemark() << step_id++ << ": " << get_stage_description(stage); in runOnFunction() 90 func.emitRemark() << step_id++ << ": walk was interrupted"; in runOnFunction() 99 func.emitRemark() << step_id++ << ": walk was interrupted"; in runOnFunction()
|
D | test_side_effect_analysis.cc | 50 op->emitRemark("ID: ") << ids[op]; in runOnFunction() 60 op->emitRemark("Predecessors: ") in runOnFunction() 64 op->emitRemark("Successors: ") in runOnFunction()
|
D | test_resource_alias_analysis.cc | 88 InFlightDiagnostic diag = op->emitRemark("Region #") in runOnFunction() 96 InFlightDiagnostic diag = op->emitRemark("Result #") in runOnFunction()
|
/external/llvm-project/mlir/test/lib/Dialect/Shape/ |
D | TestShapeFunctions.cpp | 47 op->emitRemark() << "implements InferType op interface"; in runOnOperation() 49 op->emitRemark() << "associated shape function: " << fn.getName(); in runOnOperation() 52 op->emitRemark() << "associated shape function: " << fn.getName(); in runOnOperation() 54 op->emitRemark() << "no associated way to refine shape"; in runOnOperation()
|
/external/llvm-project/mlir/test/lib/Dialect/Test/ |
D | TestInterfaces.td | 20 emitRemark(loc) << $_type << " - TestA"; 26 emitRemark(loc) << $_type << " - TestB"; 37 emitRemark(loc) << $_type << " - TestRet"; 45 emitRemark(loc) << *this << " - TestD"; 51 emitRemark(loc) << $_type << " - TestE";
|
D | TestTypes.h | 58 emitRemark(loc) << *this << " - TestC"; in printTypeC()
|
D | TestPatterns.cpp | 133 op->emitRemark() << "value " << it.index() << ": " in reifyReturnShape() 183 dOp.emitRemark() << d.first << " = " << d.second; in runOnFunction() 613 op->emitRemark() << "op '" << op->getName() << "' is not legalizable"; in runOnOperation() 639 op->emitRemark() << "op '" << op->getName() << "' is legalizable"; in runOnOperation() 953 op->emitRemark() << "op '" << op->getName() << "' is not legalizable"; in runOnOperation()
|
/external/llvm-project/polly/lib/Transform/ |
D | MaximalStaticExpansion.cpp | 64 void emitRemark(StringRef Msg, Instruction *Inst); 197 emitRemark(SAI->getName() + " read from its original value.", in isExpandable() 205 emitRemark(SAI->getName() + " is a ExitPhi node.", in isExpandable() 226 emitRemark(SAI->getName() + " has read after write to the same " in isExpandable() 242 emitRemark(SAI->getName() + " has a maywrite access.", in isExpandable() 252 emitRemark(SAI->getName() + " has more than 1 write access.", in isExpandable() 272 emitRemark("The expansion of " + SAI->getName() + in isExpandable() 283 emitRemark(SAI->getName() + in isExpandable() 293 emitRemark("The expansion of " + SAI->getName() + in isExpandable() 306 emitRemark(SAI->getName() + " has 0 write access.", in isExpandable() [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf_with_tf2xla.cc | 408 return op_->emitRemark() in LegalizeOp() 415 return op_->emitRemark() in LegalizeOp() 423 return op_->emitRemark() << "failed to convert op to NodeDef: " in LegalizeOp() 434 return op_->emitRemark() in LegalizeOp() 440 return op_->emitRemark() in LegalizeOp() 450 return op_->emitRemark() in LegalizeOp() 475 return op_->emitRemark() in LegalizeOp() 481 return op_->emitRemark() in LegalizeOp() 488 return op_->emitRemark() in LegalizeOp() 513 return op_->emitRemark() in LegalizeOp() [all …]
|
/external/llvm-project/mlir/test/lib/Transforms/ |
D | TestLoopFusion.cpp | 62 srcForOp->emitRemark("block-level dependence preventing" in testDependenceCheck() 113 forOpB->emitRemark("slice (") in testSliceComputation()
|
D | TestMemRefDependenceCheck.cpp | 91 srcOpInst->emitRemark("dependence from ") in checkDependences()
|
/external/llvm-project/mlir/lib/Conversion/GPUToSPIRV/ |
D | ConvertGPUToSPIRV.cpp | 252 funcOp.emitRemark( in matchAndRewrite() 264 funcOp.emitRemark("match failure: missing 'spv.entry_point_abi' attribute"); in matchAndRewrite() 287 return moduleOp.emitRemark("match failure: could not selected memory model " in matchAndRewrite()
|
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
D | Fusion.cpp | 691 op.emitRemark("failed to get map from consumer loop to producer loop"); in collectFusableLoops() 700 op.emitRemark("unhandled fusion when fusion requires permutation"); in collectFusableLoops() 747 op.emitRemark("unhandled fusion of ops in different basic blocks"); in findAllFusableDependences() 755 op.emitRemark( in findAllFusableDependences() 765 op.emitRemark( in findAllFusableDependences() 778 op.emitRemark( in findAllFusableDependences()
|
D | FusionOnTensors.cpp | 729 return op.emitRemark("fused op loop bound computation failed"); in matchAndRewrite() 739 return op.emitRemark("no fusion candidates found"); in matchAndRewrite() 810 return reshapeOp.emitRemark("fused op indexing map is not affine"); in matchAndRewrite() 817 return reshapeOp.emitRemark("fused op loop bound computation failed"); in matchAndRewrite()
|
/external/llvm-project/mlir/lib/Transforms/ |
D | PipelineDataTransfer.cpp | 239 LLVM_DEBUG(forOp.emitRemark("won't pipeline due to unknown trip count")); in runOnAffineForOp() 247 LLVM_DEBUG(forOp.emitRemark("No dma start/finish pairs\n")); in runOnAffineForOp()
|
/external/llvm-project/mlir/test/lib/Dialect/Affine/ |
D | TestVectorizationUtils.cpp | 134 opInst->emitRemark("NOT MATCHED"); in testVectorShapeRatio() 314 emitRemark(UnknownLoc::get(&getContext()), outs.str()); in runOnFunction()
|
/external/llvm-project/mlir/include/mlir/IR/ |
D | Diagnostics.h | 462 InFlightDiagnostic emitRemark(Location loc); 463 InFlightDiagnostic emitRemark(Location loc, const Twine &message); 485 return emitRemark(*loc).append(std::forward<Args>(args)...); in emitOptionalRemark()
|
/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/ |
D | LoopTiling.cpp | 175 auto diag = band[0].emitRemark("using tile sizes ["); in runOnFunction()
|
/external/llvm-project/mlir/lib/IR/ |
D | Diagnostics.cpp | 315 InFlightDiagnostic mlir::emitRemark(Location loc) { in emitRemark() function in mlir 316 return emitRemark(loc, {}); in emitRemark() 318 InFlightDiagnostic mlir::emitRemark(Location loc, const Twine &message) { in emitRemark() function in mlir
|
D | Operation.cpp | 315 InFlightDiagnostic Operation::emitRemark(const Twine &message) { in emitRemark() function in Operation 316 InFlightDiagnostic diag = mlir::emitRemark(getLoc(), message); in emitRemark() 689 InFlightDiagnostic OpState::emitRemark(const Twine &message) { in emitRemark() function in OpState 690 return getOperation()->emitRemark(message); in emitRemark()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | OpenMPOpt.cpp | 668 emitRemark<OptimizationRemark>(MergableCIs.front(), in mergeParallelRegions() 748 emitRemark<OptimizationRemark>(CI, "OpenMPParallelRegionMerging", in mergeParallelRegions() 863 emitRemark<OptimizationRemark>(CI, "OpenMPParallelRegionDeletion", in deleteParallelRegions() 975 emitRemark<OptimizationRemarkAnalysis>(CI, "OpenMPGlobalization", in analysisGlobalization() 1234 emitRemark<OptimizationRemark>(CI, "OpenMPRuntimeCodeMotion", Remark); in deduplicateRuntimeCalls() 1267 emitRemark<OptimizationRemark>(CI, "OpenMPRuntimeDeduplicated", Remark); in deduplicateRuntimeCalls() 1370 void emitRemark(Instruction *Inst, StringRef RemarkName, in emitRemark() function
|
/external/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 219 void emitRemark() { in emitRemark() function 227 emitRemark(); in replaceAndErase() 406 VCallSite.emitRemark(); in trySingleImplDevirt()
|
/external/llvm-project/mlir/lib/Analysis/ |
D | LoopAnalysis.cpp | 175 affineApplyOps[0]->emitRemark( in isAccessIndexInvariant()
|