/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | GVNHoist.cpp | 849 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
|
H A D | GVN.cpp | 1555 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith() 2090 Value *Repl = findLeader(I->getParent(), Num); in processInstruction() local
|
H A D | NewGVN.cpp | 3675 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | GVNHoist.cpp | 950 void GVNHoist::makeGepsAvailable(Instruction *Repl, BasicBlock *HoistPt, in makeGepsAvailable() 991 void GVNHoist::updateAlignment(Instruction *I, Instruction *Repl) { in updateAlignment() 1008 unsigned GVNHoist::rauw(const SmallVecInsn &Candidates, Instruction *Repl, in rauw() 1049 Instruction *Repl, BasicBlock *DestBB, in removeAndReplace() 1068 Instruction *Repl, BasicBlock *HoistPt, in makeGepOperandsAvailable() 1108 Instruction *Repl = nullptr; in hoist() local
|
H A D | GVN.cpp | 2003 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith() 2541 Value *Repl = findLeader(I->getParent(), Num); in processInstruction() local
|
H A D | NewGVN.cpp | 3687 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64SIMDInstrOpt.cpp | 297 for (auto &Repl : I.ReplOpc) in shouldExitEarly() local 524 for (auto &Repl : I.ReplOpc) { in optimizeLdStInterleave() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64SIMDInstrOpt.cpp | 300 for (auto &Repl : I.ReplOpc) in shouldExitEarly() local 527 for (auto &Repl : I.ReplOpc) { in optimizeLdStInterleave() local
|
/aosp_15_r20/external/pigweed/pw_web/log-viewer/src/components/repl/ |
H A D | repl.ts | 25 export class Repl extends LitElement { class
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | Regex.cpp | 98 std::string Regex::sub(StringRef Repl, StringRef String, in sub()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | Regex.cpp | 110 std::string Regex::sub(StringRef Repl, StringRef String, in sub()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Regex.cpp | 132 std::string Regex::sub(StringRef Repl, StringRef String, in sub()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | Regex.cpp | 136 std::string Regex::sub(StringRef Repl, StringRef String, in sub()
|
/aosp_15_r20/external/opencensus-java/examples/src/main/java/io/opencensus/examples/quickstart/ |
H A D | Repl.java | 46 public final class Repl { class
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | GVN.cpp | 1739 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
H A D | SPIRVRegularizer.cpp | 119 Value *Repl = nullptr; in runLowerConstExpr() local
|
/aosp_15_r20/external/clang/tools/driver/ |
H A D | driver.cpp | 125 std::string Repl = llvm::Regex(MatchPattern).sub(ReplPattern, Args[i]); in ApplyOneQAOverride() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | InlineAsmLowering.cpp | 224 if (const char *Repl = TLI->LowerXConstraint(OpInfo.ConstraintVT)) { in computeConstraintToUse() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 2362 const char *Repl = StringSwitch<const char *>(Name) in ParseInstruction() local 2563 const char *Repl = StringSwitch<const char *>(Op.getToken()) in MatchFPUWaitAlias() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 2742 const char *Repl = StringSwitch<const char *>(Name) in ParseInstruction() local 3121 const char *Repl = StringSwitch<const char *>(Op.getToken()) in MatchFPUWaitAlias() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 3477 const char *Repl = StringSwitch<const char *>(Name) in ParseInstruction() local 4066 const char *Repl = StringSwitch<const char *>(Op.getToken()) in MatchFPUWaitAlias() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 2778 if (const char *Repl = LowerXConstraint(OpInfo.ConstraintVT)) { in ComputeConstraintToUse() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2444 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 2779 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3743 llvm::Metadata *Repl; in finalize() local
|