Home
last modified time | relevance | path

Searched defs:Repl (Results 1 – 22 of 22) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DRegex.cpp94 std::string Regex::sub(StringRef Repl, StringRef String, in sub()
/external/llvm/lib/Support/
DRegex.cpp98 std::string Regex::sub(StringRef Repl, StringRef String, in sub()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DRegex.cpp115 std::string Regex::sub(StringRef Repl, StringRef String, in sub()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DRegex.cpp110 std::string Regex::sub(StringRef Repl, StringRef String, in sub()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DGVNHoist.cpp850 void makeGepsAvailable(Instruction *Repl, BasicBlock *HoistPt, in makeGepsAvailable()
892 void updateAlignment(Instruction *I, Instruction *Repl) { in updateAlignment()
914 unsigned rauw(const SmallVecInsn &Candidates, Instruction *Repl, in rauw()
956 unsigned removeAndReplace(const SmallVecInsn &Candidates, Instruction *Repl, in removeAndReplace()
977 bool makeGepOperandsAvailable(Instruction *Repl, BasicBlock *HoistPt, in makeGepOperandsAvailable()
1017 Instruction *Repl = nullptr; in hoist() local
DGVN.cpp1454 static void patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction()
1485 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith()
1993 Value *Repl = findLeader(I->getParent(), Num); in processInstruction() local
DNewGVN.cpp3700 static void patchReplacementInstruction(Instruction *I, Value *Repl) { in patchReplacementInstruction()
3731 static void patchAndReplaceAllUsesWith(Instruction *I, Value *Repl) { in patchAndReplaceAllUsesWith()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SIMDInstrOpt.cpp298 for (auto &Repl : I.ReplOpc) in shouldExitEarly() local
525 for (auto &Repl : I.ReplOpc) { in optimizeLdStInterleave() local
/external/python/apitools/apitools/base/py/
Dapp2.py349 class Repl(NewCmd): class
/external/clang/tools/driver/
Ddriver.cpp125 std::string Repl = llvm::Regex(MatchPattern).sub(ReplPattern, Args[i]); in ApplyOneQAOverride() local
/external/llvm/lib/Transforms/Scalar/
DGVN.cpp1739 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
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCodeGenPrepare.cpp717 Value *Repl = Addr; in OptimizeMemoryInst() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
DX86AsmParser.cpp962 const char *Repl = in MatchAndEmitInstruction() local
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2362 const char *Repl = StringSwitch<const char *>(Name) in ParseInstruction() local
2563 const char *Repl = StringSwitch<const char *>(Op.getToken()) in MatchFPUWaitAlias() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2551 const char *Repl = StringSwitch<const char *>(Name) in ParseInstruction() local
2870 const char *Repl = StringSwitch<const char *>(Op.getToken()) in MatchFPUWaitAlias() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3170 if (const char *Repl = LowerXConstraint(OpInfo.ConstraintVT)) { in ComputeConstraintToUse() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2778 if (const char *Repl = LowerXConstraint(OpInfo.ConstraintVT)) { in ComputeConstraintToUse() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3413 if (const char *Repl = LowerXConstraint(OpInfo.ConstraintVT)) { in ComputeConstraintToUse() local
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp3743 llvm::Metadata *Repl; in finalize() local
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3709 Value *Repl = Addr; in optimizeMemoryInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp4357 Value *Repl = Addr; in optimizeMemoryInst() local
/external/clang/lib/Sema/
DSemaTemplate.cpp98 NamedDecl *Repl = isAcceptableTemplateName(Context, Orig, in FilterAcceptableTemplateNames() local