/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | ElseAfterReturnCheck.cpp | 133 llvm::StringRef Repl = Lexer::getSourceText( in removeElseAndBrackets() local 141 llvm::StringRef Repl = Lexer::getSourceText( in removeElseAndBrackets() local 279 std::string Repl = in check() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVNHoist.cpp | 907 makeGepsAvailable(Instruction * Repl,BasicBlock * HoistPt,const SmallVecInsn & InstructionsToHoist,Instruction * Gep) const makeGepsAvailable() argument 956 updateAlignment(Instruction * I,Instruction * Repl) updateAlignment() argument 973 rauw(const SmallVecInsn & Candidates,Instruction * Repl,MemoryUseOrDef * NewMemAcc) rauw() argument 1014 removeAndReplace(const SmallVecInsn & Candidates,Instruction * Repl,BasicBlock * DestBB,bool MoveAccess) removeAndReplace() argument 1033 makeGepOperandsAvailable(Instruction * Repl,BasicBlock * HoistPt,const SmallVecInsn & InstructionsToHoist) const makeGepOperandsAvailable() argument 1073 Instruction *Repl = nullptr; hoist() local [all...] |
H A D | GVN.cpp | 2192 patchAndReplaceAllUsesWith(Instruction * I,Value * Repl) patchAndReplaceAllUsesWith() argument 2736 Value *Repl = findLeader(I->getParent(), Num); processInstruction() local
|
H A D | NewGVN.cpp | 3693 patchAndReplaceAllUsesWith(Instruction * I,Value * Repl) patchAndReplaceAllUsesWith() argument
|
/llvm-project/llvm/lib/Support/ |
H A D | Regex.cpp | 137 std::string Regex::sub(StringRef Repl, StringRef String, in sub()
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | TextDiagnostics.cpp | 80 Replacement Repl(SM, Hint.RemoveRange, Hint.CodeToInsert); in FlushDiagnosticsImpl() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SIMDInstrOpt.cpp | 301 for (auto &Repl : I.ReplOpc) in shouldExitEarly() local 528 for (auto &Repl : I.ReplOpc) { in optimizeLdStInterleave() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | TestIndex.cpp | 32 llvm::StringRef Repl) { in replace()
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVRegularizer.cpp | 119 Value *Repl = nullptr; in runLowerConstExpr() local
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidy.cpp | 140 for (const auto &Repl : FileAndReplacements.second) { in reportDiagnostic() local 269 for (const auto &Repl : FileAndReplacements.second) { in reportFix() local [all...] |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 170 if (const char *Repl = TLI->LowerXConstraint(OpInfo.ConstraintVT)) { in computeConstraintToUse() local
|
/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 3591 const char *Repl = StringSwitch<const char *>(Name) ParseInstruction() local 4079 const char *Repl = StringSwitch<const char *>(Op.getToken()) MatchFPUWaitAlias() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 3419 patchReplacementInstruction(Instruction * I,Value * Repl) patchReplacementInstruction() argument
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 2194 SDValue Repl = DAG.getNode( LowerCall() local
|
/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 6836 std::string Repl = llvm::Regex(MatchPattern).sub(ReplPattern, Args[i]); applyOneOverrideOption() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 6057 llvm::Metadata *Repl; finalize() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 5456 Value *Repl = Addr; optimizeMemoryInst() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 6076 if (const char *Repl = LowerXConstraint(OpInfo.ConstraintVT)) { ComputeConstraintToUse() local
|