Home
last modified time | relevance | path

Searched defs:Replacer (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h109 function_ref<void(Instruction *, Value *)> Replacer; variable
/third_party/rust/crates/regex/src/
Dre_bytes.rs1111 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
Dre_unicode.rs1162 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp1792 bool MemorySSA::dominatesUse(const MemoryAccess *Replacer, in dominatesUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp3189 function_ref<void(Instruction *, Value *)> Replacer, in LibCallSimplifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2677 UsesReplacer *Replacer = nullptr; member in __anon12055e220511::TypePromotionTransaction::InstructionRemover