Home
last modified time | relevance | path

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

12

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DElseAfterReturnCheck.cpp135 llvm::StringRef Repl = Lexer::getSourceText( in removeElseAndBrackets() local
143 llvm::StringRef Repl = Lexer::getSourceText( in removeElseAndBrackets() local
282 std::string Repl = in check() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp957 void GVNHoist::makeGepsAvailable(Instruction *Repl, BasicBlock *HoistPt, in makeGepsAvailable()
998 void GVNHoist::updateAlignment(Instruction *I, Instruction *Repl) { in updateAlignment()
1015 unsigned GVNHoist::rauw(const SmallVecInsn &Candidates, Instruction *Repl, in rauw()
1056 Instruction *Repl, BasicBlock *DestBB, in removeAndReplace()
1075 Instruction *Repl, BasicBlock *HoistPt, in makeGepOperandsAvailable()
1115 Instruction *Repl = nullptr; in hoist() local
DGVN.cpp1732 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith()
2270 Value *Repl = findLeader(I->getParent(), Num); in processInstruction() local
DNewGVN.cpp3628 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp849 void makeGepsAvailable(Instruction *Repl, BasicBlock *HoistPt, in makeGepsAvailable()
891 void updateAlignment(Instruction *I, Instruction *Repl) { in updateAlignment()
912 unsigned rauw(const SmallVecInsn &Candidates, Instruction *Repl, in rauw()
954 unsigned removeAndReplace(const SmallVecInsn &Candidates, Instruction *Repl, in removeAndReplace()
976 bool makeGepOperandsAvailable(Instruction *Repl, BasicBlock *HoistPt, in makeGepOperandsAvailable()
1016 Instruction *Repl = nullptr; in hoist() local
DGVN.cpp1555 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith()
2090 Value *Repl = findLeader(I->getParent(), Num); in processInstruction() local
/external/llvm/lib/Support/
DRegex.cpp98 std::string Regex::sub(StringRef Repl, StringRef String, in sub()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DRegex.cpp110 std::string Regex::sub(StringRef Repl, StringRef String, in sub()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRegex.cpp132 std::string Regex::sub(StringRef Repl, StringRef String, in sub()
/external/llvm-project/llvm/lib/Support/
DRegex.cpp136 std::string Regex::sub(StringRef Repl, StringRef String, in sub()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DTestIndex.cpp31 llvm::StringRef Repl) { in replace()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DTextDiagnostics.cpp79 Replacement Repl(SM, Hint.RemoveRange, Hint.CodeToInsert); in FlushDiagnosticsImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SIMDInstrOpt.cpp297 for (auto &Repl : I.ReplOpc) in shouldExitEarly() local
524 for (auto &Repl : I.ReplOpc) { in optimizeLdStInterleave() local
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64SIMDInstrOpt.cpp300 for (auto &Repl : I.ReplOpc) in shouldExitEarly() local
527 for (auto &Repl : I.ReplOpc) { in optimizeLdStInterleave() local
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidy.cpp142 for (const auto &Repl : FileAndReplacements.second) { in reportDiagnostic() local
259 for (const auto &Repl : FileAndReplacements.second) { in reportFix() local
/external/llvm-project/clang/tools/driver/
Ddriver.cpp132 std::string Repl = llvm::Regex(MatchPattern).sub(ReplPattern, Args[i]); in ApplyOneQAOverride() local
/external/clang/tools/driver/
Ddriver.cpp125 std::string Repl = llvm::Regex(MatchPattern).sub(ReplPattern, Args[i]); in ApplyOneQAOverride() local
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DInlineAsmLowering.cpp228 if (const char *Repl = TLI->LowerXConstraint(OpInfo.ConstraintVT)) { in computeConstraintToUse() local
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1739 static void patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction()
1765 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith()
2167 Value *Repl = findLeader(I->getParent(), Num); in processInstruction() local
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2362 const char *Repl = StringSwitch<const char *>(Name) in ParseInstruction() local
2563 const char *Repl = StringSwitch<const char *>(Op.getToken()) in MatchFPUWaitAlias() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2742 const char *Repl = StringSwitch<const char *>(Name) in ParseInstruction() local
3121 const char *Repl = StringSwitch<const char *>(Op.getToken()) in MatchFPUWaitAlias() local
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp3403 const char *Repl = StringSwitch<const char *>(Name) in ParseInstruction() local
4025 const char *Repl = StringSwitch<const char *>(Op.getToken()) in MatchFPUWaitAlias() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2778 if (const char *Repl = LowerXConstraint(OpInfo.ConstraintVT)) { in ComputeConstraintToUse() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2444 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction()
/external/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp2578 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction()

12