/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVNHoist.cpp | 919 makeGepsAvailable(Instruction * Repl,BasicBlock * HoistPt,const SmallVecInsn & InstructionsToHoist,Instruction * Gep) const makeGepsAvailable() argument 960 updateAlignment(Instruction * I,Instruction * Repl) updateAlignment() argument 977 rauw(const SmallVecInsn & Candidates,Instruction * Repl,MemoryUseOrDef * NewMemAcc) rauw() argument 1018 removeAndReplace(const SmallVecInsn & Candidates,Instruction * Repl,BasicBlock * DestBB,bool MoveAccess) removeAndReplace() argument 1037 makeGepOperandsAvailable(Instruction * Repl,BasicBlock * HoistPt,const SmallVecInsn & InstructionsToHoist) const makeGepOperandsAvailable() argument 1077 Instruction *Repl = nullptr; hoist() local [all...] |
H A D | GVN.cpp | 2126 patchAndReplaceAllUsesWith(Instruction * I,Value * Repl) patchAndReplaceAllUsesWith() argument 2665 Value *Repl = findLeader(I->getParent(), Num); processInstruction() local
|
H A D | NewGVN.cpp | 3693 patchAndReplaceAllUsesWith(Instruction * I,Value * Repl) patchAndReplaceAllUsesWith() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | Regex.cpp | 137 std::string Regex::sub(StringRef Repl, StringRef String, in sub()
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | TextDiagnostics.cpp | 80 Replacement Repl(SM, Hint.RemoveRange, Hint.CodeToInsert); in FlushDiagnosticsImpl() local
|
/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVRegularizer.cpp | 119 Value *Repl = nullptr; in runLowerConstExpr() local
|
/freebsd-src/contrib/llvm-project/clang/tools/driver/ |
H A D | driver.cpp | 134 std::string Repl = llvm::Regex(MatchPattern).sub(ReplPattern, Args[i]); ApplyOneQAOverride() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 170 if (const char *Repl = TLI->LowerXConstraint(OpInfo.ConstraintVT)) { in computeConstraintToUse() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 3518 const char *Repl = StringSwitch<const char *>(Name) ParseInstruction() local 3954 const char *Repl = StringSwitch<const char *>(Op.getToken()) MatchFPUWaitAlias() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 3365 patchReplacementInstruction(Instruction * I,Value * Repl) patchReplacementInstruction() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 5874 llvm::Metadata *Repl; finalize() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 5352 Value *Repl = Addr; optimizeMemoryInst() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 6011 if (const char *Repl = LowerXConstraint(OpInfo.ConstraintVT)) { ComputeConstraintToUse() local
|