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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DRegex.cpp136 std::string Regex::sub(StringRef Repl, StringRef String, argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp132 std::string Repl = llvm::Regex(MatchPattern).sub(ReplPattern, Args[i]); local
135 OS << "### Replacing '" << Args[i] << "' with '" << Repl << "'\n"; local
/freebsd-13-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
910 rauw(const SmallVecInsn &Candidates, Instruction *Repl, MemoryUseOrDef *NewMemAcc) argument
952 removeAndReplace(const SmallVecInsn &Candidates, Instruction *Repl, BasicBlock *DestBB, bool MoveAccess) argument
974 makeGepOperandsAvailable(Instruction *Repl, BasicBlock *HoistPt, const SmallVecInsn &InstructionsToHoist) const argument
1014 Instruction *Repl = nullptr; local
[all...]
H A DGVN.cpp1581 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { argument
2117 Value *Repl = findLeader(I->getParent(), Num); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2926 const char *Repl = StringSwitch<const char *>(Name) local
3418 const char *Repl = StringSwitch<const char *>(Op.getToken()) local
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4947 llvm::Metadata *Repl; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4888 Value *Repl = Addr; local

Completed in 164 milliseconds