Searched defs:Replacer (Results 1 – 12 of 12) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | SimplifyLibCalls.h | 77 function_ref<void(Instruction *, Value *)> Replacer; variable
|
/external/bazelbuild-rules_android/src/tools/ak/compile/ |
D | compile.go | 113 func sanitizeDirs(dir string, r *strings.Replacer) error {
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | SimplifyLibCalls.h | 109 function_ref<void(Instruction *, Value *)> Replacer; variable
|
/external/rust/crates/regex/src/ |
D | re_bytes.rs | 1111 pub trait Replacer { trait 1173 impl<'a> Replacer for &'a [u8] { impl 1183 impl<'a> Replacer for &'a Vec<u8> { impl 1213 impl<'a> Replacer for &'a Cow<'a, [u8]> { impl
|
D | re_unicode.rs | 1162 pub trait Replacer { trait 1224 impl<'a> Replacer for &'a str { impl 1234 impl<'a> Replacer for &'a String { impl 1264 impl<'a> Replacer for &'a Cow<'a, str> { impl
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | Pick.java | 665 static class Replacer extends Visitor { class in Pick 669 Replacer(String toReplace, Pick replacement) { in Replacer() method in Pick.Replacer
|
/external/llvm/lib/Transforms/Utils/ |
D | MemorySSA.cpp | 577 bool MemorySSA::dominatesUse(const MemoryAccess *Replacer, in dominatesUse()
|
D | SimplifyLibCalls.cpp | 2130 function_ref<void(Instruction *, Value *)> Replacer) in LibCallSimplifier()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | MemorySSA.cpp | 1792 bool MemorySSA::dominatesUse(const MemoryAccess *Replacer, in dominatesUse()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 3189 function_ref<void(Instruction *, Value *)> Replacer, in LibCallSimplifier()
|
/external/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2440 UsesReplacer *Replacer; member in __anon6e3ad5bf0211::TypePromotionTransaction::InstructionRemover
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2677 UsesReplacer *Replacer = nullptr; member in __anonf13feda10511::TypePromotionTransaction::InstructionRemover
|