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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DRegex.cpp132 std::string Regex::sub(StringRef Repl, StringRef String, argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp131 std::string Repl = llvm::Regex(MatchPattern).sub(ReplPattern, Args[i]); local
134 OS << "### Replacing '" << Args[i] << "' with '" << Repl << "'\n"; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp849 void makeGepsAvailable(Instruction *Repl, BasicBlock *HoistPt, argument
891 void updateAlignment(Instruction *I, Instruction *Repl) { argument
912 rauw(const SmallVecInsn &Candidates, Instruction *Repl, MemoryUseOrDef *NewMemAcc) argument
954 removeAndReplace(const SmallVecInsn &Candidates, Instruction *Repl, BasicBlock *DestBB, bool MoveAccess) argument
976 makeGepOperandsAvailable(Instruction *Repl, BasicBlock *HoistPt, const SmallVecInsn &InstructionsToHoist) const argument
1016 Instruction *Repl = nullptr; local
[all...]
H A DGVN.cpp1555 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { argument
2090 Value *Repl = findLeader(I->getParent(), Num); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2444 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2742 const char *Repl = StringSwitch<const char *>(Name) local
3121 const char *Repl = StringSwitch<const char *>(Op.getToken()) local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4790 llvm::Metadata *Repl; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4775 Value *Repl = Addr; local

Completed in 217 milliseconds