/llvm-project/mlir/lib/TableGen/ |
H A D | Pattern.cpp | 313 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 D | Format.cpp | 136 FmtReplacement repl; in parseFormatString() local 146 for (auto &repl : replacements) { in format() local
|
/llvm-project/llvm/utils/gn/build/ |
H A D | write_cmake_config.py | 67 def repl(m): function
|
/llvm-project/clang/www/ |
H A D | builtins.py | 148 report_repl(builtin, repl) global() argument
|
/llvm-project/flang/lib/Parser/ |
H A D | preprocessor.cpp | 30 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 D | FoldUtils.cpp | 256 if (auto repl = llvm::dyn_cast_if_present<Value>(foldResults[i])) { in processFoldResults() local
|
H A D | DialectConversion.cpp | 1077 Value repl = rewriterImpl.mapping.lookupOrNull(arg, arg.getType()); commit() local [all...] |
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/ |
H A D | BufferDeallocationSimplification.cpp | 261 for (auto &repl : replacements) { in matchAndRewrite() local
|
/llvm-project/lld/ELF/ |
H A D | InputSection.h | 414 InputSection *repl = this; global() variable
|
/llvm-project/lld/COFF/ |
H A D | Chunks.h | 386 SectionChunk *repl; global() variable
|
H A D | InputFiles.cpp | 1159 replaceThinLTOSuffix(StringRef path,StringRef suffix,StringRef repl) replaceThinLTOSuffix() argument
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | RewriterGen.cpp | 1390 auto repl = tgfmt(leaf.getNativeCodeTemplate(), &fmtCtx.withSelf(argName)); in handleOpArgument() local
|
/llvm-project/llvm/utils/UpdateTestChecks/ |
H A D | common.py | 63 sub(self, repl, line) global() argument
|
/llvm-project/mlir/lib/Dialect/SCF/Utils/ |
H A D | Utils.cpp | 205 Value repl = std::get<1>(it); outlineSingleBlockRegion() local
|
/llvm-project/mlir/test/CAPI/ |
H A D | ir.c | 1717 MlirAffineExpr repl[] = {d0, s1}; in printIntegerSet() local
|