Home
last modified time | relevance | path

Searched refs:Repl (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DRegex.cpp110 std::string Regex::sub(StringRef Repl, StringRef String, in sub() argument
126 while (!Repl.empty()) { in sub()
128 std::pair<StringRef, StringRef> Split = Repl.split('\\'); in sub()
135 if (Repl.size() != Split.first.size() && in sub()
142 Repl = Split.second; in sub()
145 switch (Repl[0]) { in sub()
148 Res += Repl[0]; in sub()
149 Repl = Repl.substr(1); in sub()
155 Repl = Repl.substr(1); in sub()
159 Repl = Repl.substr(1); in sub()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRegex.cpp132 std::string Regex::sub(StringRef Repl, StringRef String, in sub() argument
145 while (!Repl.empty()) { in sub()
147 std::pair<StringRef, StringRef> Split = Repl.split('\\'); in sub()
154 if (Repl.size() != Split.first.size() && in sub()
161 Repl = Split.second; in sub()
164 switch (Repl[0]) { in sub()
167 Res += Repl[0]; in sub()
168 Repl = Repl.substr(1); in sub()
174 Repl = Repl.substr(1); in sub()
178 Repl = Repl.substr(1); in sub()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp849 void makeGepsAvailable(Instruction *Repl, BasicBlock *HoistPt, in makeGepsAvailable() argument
888 Repl->replaceUsesOfWith(Gep, ClonedGep); in makeGepsAvailable()
891 void updateAlignment(Instruction *I, Instruction *Repl) { in updateAlignment() argument
892 if (auto *ReplacementLoad = dyn_cast<LoadInst>(Repl)) { in updateAlignment()
896 } else if (auto *ReplacementStore = dyn_cast<StoreInst>(Repl)) { in updateAlignment()
901 } else if (auto *ReplacementAlloca = dyn_cast<AllocaInst>(Repl)) { in updateAlignment()
905 } else if (isa<CallInst>(Repl)) { in updateAlignment()
912 unsigned rauw(const SmallVecInsn &Candidates, Instruction *Repl, in rauw() argument
916 if (I != Repl) { in rauw()
918 updateAlignment(I, Repl); in rauw()
[all …]
DGVN.cpp1555 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith() argument
1556 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
1557 I->replaceAllUsesWith(Repl); in patchAndReplaceAllUsesWith()
2090 Value *Repl = findLeader(I->getParent(), Num); in processInstruction() local
2091 if (!Repl) { in processInstruction()
2095 } else if (Repl == I) { in processInstruction()
2102 patchAndReplaceAllUsesWith(I, Repl); in processInstruction()
2103 if (MD && Repl->getType()->isPtrOrPtrVectorTy()) in processInstruction()
2104 MD->invalidateCachedPointerInfo(Repl); in processInstruction()
DNewGVN.cpp3675 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith() argument
3676 patchReplacementInstruction(I, Repl); in patchAndReplaceAllUsesWith()
3677 I->replaceAllUsesWith(Repl); in patchAndReplaceAllUsesWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SIMDInstrOpt.cpp297 for (auto &Repl : I.ReplOpc) in shouldExitEarly() local
298 ReplInstrMCID.push_back(&TII->get(Repl)); in shouldExitEarly()
524 for (auto &Repl : I.ReplOpc) { in optimizeLdStInterleave() local
525 ReplInstrMCID.push_back(&TII->get(Repl)); in optimizeLdStInterleave()
527 if (Repl != AArch64::STPQi && Repl != AArch64::STPDi) in optimizeLdStInterleave()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DRegex.h86 std::string sub(StringRef Repl, StringRef String,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRegex.h93 std::string sub(StringRef Repl, StringRef String,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLocal.h446 void patchReplacementInstruction(Instruction *I, Value *Repl);
/third_party/node/lib/internal/debugger/
Dinspect_repl.js53 const Repl = require('repl'); constant
1211 repl = Repl.start(replOptions);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2742 const char *Repl = StringSwitch<const char *>(Name) in ParseInstruction() local
2747 static_cast<X86Operand &>(*Operands[0]).setTokenValue(Repl); in ParseInstruction()
3121 const char *Repl = StringSwitch<const char *>(Op.getToken()) in MatchFPUWaitAlias() local
3131 if (Repl) { in MatchFPUWaitAlias()
3137 Operands[0] = X86Operand::CreateToken(Repl, IDLoc); in MatchFPUWaitAlias()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2444 void llvm::patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction() argument
2445 auto *ReplInst = dyn_cast<Instruction>(Repl); in patchReplacementInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4775 Value *Repl = Addr; in optimizeMemoryInst() local
5118 MemoryInst->replaceUsesOfWith(Repl, SunkAddr); in optimizeMemoryInst()
5125 if (Repl->use_empty()) { in optimizeMemoryInst()
5132 RecursivelyDeleteTriviallyDeadInstructions(Repl, TLInfo); in optimizeMemoryInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4626 if (const char *Repl = LowerXConstraint(OpInfo.ConstraintVT)) { in ComputeConstraintToUse() local
4627 OpInfo.ConstraintCode = Repl; in ComputeConstraintToUse()