Home
last modified time | relevance | path

Searched defs:Repl (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DRegex.cpp98 std::string Regex::sub(StringRef Repl, StringRef String, in sub()
/minix3/external/bsd/llvm/dist/clang/tools/driver/
H A Ddriver.cpp124 std::string Repl = llvm::Regex(MatchPattern).sub(ReplPattern, Args[i]); in ApplyOneQAOverride() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1781 static void patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction()
1815 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2624 if (const char *Repl = LowerXConstraint(OpInfo.ConstraintVT)) { in ComputeConstraintToUse() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2396 const char *Repl = StringSwitch<const char *>(Op.getToken()) in MatchFPUWaitAlias() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2878 Value *Repl = Addr; in OptimizeMemoryInst() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3377 llvm::Metadata *Repl; in finalize() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp95 NamedDecl *Repl = isAcceptableTemplateName(Context, Orig, in FilterAcceptableTemplateNames() local