Home
last modified time | relevance | path

Searched refs:getOrCreateName (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp120 StringRef getOrCreateName(Value val);
123 StringRef getOrCreateName(Block &block);
265 os << emitter.getOrCreateName(successor); in printOperation()
455 os << emitter.getOrCreateName(forOp.getStep()); in printOperation()
487 << emitter.getOrCreateName(result) << " = " in printOperation()
488 << emitter.getOrCreateName(iterArg) << ";"; in printOperation()
644 emitter.getOrCreateName(block); in printOperation()
691 StringRef CppEmitter::getOrCreateName(Value val) { in getOrCreateName() function in CppEmitter
833 os << getOrCreateName(result); in emitOperands()
870 os << getOrCreateName(result) << " = "; in emitVariableAssignment()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp842 Twine VPlanPrinter::getOrCreateName(const VPBlockBase *Block) { in getOrCreateName() function in VPlanPrinter
H A DVPlan.h2775 Twine getOrCreateName(const VPBlockBase *Block);