/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVNHoist.cpp | 907 void GVNHoist::makeGepsAvailable(Instruction *Repl, BasicBlock *HoistPt, in makeGepsAvailable() 956 void GVNHoist::updateAlignment(Instruction *I, Instruction *Repl) { in updateAlignment() 973 unsigned GVNHoist::rauw(const SmallVecInsn &Candidates, Instruction *Repl, in rauw() 1014 Instruction *Repl, BasicBlock *DestBB, in removeAndReplace() 1033 Instruction *Repl, BasicBlock *HoistPt, in makeGepOperandsAvailable() 1073 Instruction *Repl = nullptr; in hoist() local
|
H A D | GVN.cpp | 2192 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith() 2736 Value *Repl = findLeader(I->getParent(), Num); in processInstruction() local
|
H A D | NewGVN.cpp | 3698 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Regex.cpp | 133 sub(StringRef Repl,StringRef String,std::string * Error) const sub() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SIMDInstrOpt.cpp | 300 for (auto &Repl : I.ReplOpc) shouldExitEarly() local 527 for (auto &Repl : I.ReplOpc) { optimizeLdStInterleave() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | TextDiagnostics.cpp | 80 Replacement Repl(SM, Hint.RemoveRange, Hint.CodeToInsert); in FlushDiagnosticsImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVRegularizer.cpp | 119 Value *Repl = nullptr; in runLowerConstExpr() local
|
/freebsd/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/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 3595 const char *Repl = StringSwitch<const char *>(Name) in ParseInstruction() local 4103 const char *Repl = StringSwitch<const char *>(Op.getToken()) in MatchFPUWaitAlias() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 3425 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 2199 SDValue Repl = DAG.getNode( in LowerCall() local
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 6848 std::string Repl = llvm::Regex(MatchPattern).sub(ReplPattern, Args[i]); applyOneOverrideOption() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 6057 llvm::Metadata *Repl; in finalize() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 5456 Value *Repl = Addr; in optimizeMemoryInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 6086 if (const char *Repl = LowerXConstraint(OpInfo.ConstraintVT)) { in ComputeConstraintToUse() local
|