Home
last modified time | relevance | path

Searched defs:repl (Results 1 – 15 of 15) sorted by relevance

/llvm-project/mlir/lib/TableGen/
H A DPattern.cpp313 LLVM_DEBUG(dbgs() << repl << " (VariadicOperand)\n"); in getValueAndRangeUse() local
298 auto repl = formatv(fmt, name); getValueAndRangeUse() local
309 auto repl = formatv(fmt, name); getValueAndRangeUse() local
325 auto repl = formatv(fmt, v); getValueAndRangeUse() local
349 auto repl = llvm::join(values, separator); getValueAndRangeUse() local
356 auto repl = formatv(fmt, name); getValueAndRangeUse() local
364 std::string repl = getValueAndRangeUse() local
370 auto repl = getValueAndRangeUse() local
386 auto repl = formatv(fmt, name); getAllRangeUse() local
392 auto repl = formatv(fmt, formatv("{0}.getODSResults({1})", name, index)); getAllRangeUse() local
406 auto repl = llvm::join(values, separator); getAllRangeUse() local
413 auto repl = formatv(fmt, formatv("{{{0}}", name)); getAllRangeUse() local
421 std::string repl = getAllRangeUse() local
426 auto repl = getAllRangeUse() local
[all...]
H A DFormat.cpp136 FmtReplacement repl; in parseFormatString() local
146 for (auto &repl : replacements) { in format() local
/llvm-project/llvm/utils/gn/build/
H A Dwrite_cmake_config.py67 def repl(m): function
/llvm-project/clang/www/
H A Dbuiltins.py148 report_repl(builtin, repl) global() argument
/llvm-project/flang/lib/Parser/
H A Dpreprocessor.cpp30 Definition(const TokenSequence & repl,std::size_t firstToken,std::size_t tokens) Definition() argument
34 Definition(const std::vector<std::string> & argNames,const TokenSequence & repl,std::size_t firstToken,std::size_t tokens,bool isVariadic) Definition() argument
370 std::string repl; MacroReplacement() local
[all...]
/llvm-project/mlir/lib/Transforms/Utils/
H A DFoldUtils.cpp256 if (auto repl = llvm::dyn_cast_if_present<Value>(foldResults[i])) { in processFoldResults() local
H A DDialectConversion.cpp1077 Value repl = rewriterImpl.mapping.lookupOrNull(arg, arg.getType()); commit() local
[all...]
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocationSimplification.cpp261 for (auto &repl : replacements) { in matchAndRewrite() local
/llvm-project/lld/ELF/
H A DInputSection.h414 InputSection *repl = this; global() variable
/llvm-project/lld/COFF/
H A DChunks.h386 SectionChunk *repl; global() variable
H A DInputFiles.cpp1159 replaceThinLTOSuffix(StringRef path,StringRef suffix,StringRef repl) replaceThinLTOSuffix() argument
/llvm-project/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp1390 auto repl = tgfmt(leaf.getNativeCodeTemplate(), &fmtCtx.withSelf(argName)); in handleOpArgument() local
/llvm-project/llvm/utils/UpdateTestChecks/
H A Dcommon.py63 sub(self, repl, line) global() argument
/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp205 Value repl = std::get<1>(it); outlineSingleBlockRegion() local
/llvm-project/mlir/test/CAPI/
H A Dir.c1717 MlirAffineExpr repl[] = {d0, s1}; in printIntegerSet() local