Home
last modified time | relevance | path

Searched refs:Replacer (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h77 function_ref<void(Instruction *, Value *)> Replacer; variable
90 function_ref<void(Instruction *, Value *)> Replacer =
/external/cldr/tools/java/org/unicode/cldr/util/
DPick.java76 Replacer visitor = new Replacer(toReplace, replacement); in replace()
573 static class Replacer extends Visitor { class in Pick
577 Replacer(String toReplace, Pick replacement) { in Replacer() method in Pick.Replacer
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h79 function_ref<void(Instruction *, Value *)> Replacer; variable
93 function_ref<void(Instruction *, Value *)> Replacer =
/external/llvm/lib/Transforms/Utils/
DMemorySSA.cpp577 bool MemorySSA::dominatesUse(const MemoryAccess *Replacer, in dominatesUse() argument
580 return DT->dominates(Replacer->getBlock(), Replacee->getBlock()); in dominatesUse()
587 !DT->dominates(Replacer->getBlock(), MP->getIncomingBlock(Arg))) in dominatesUse()
DSimplifyLibCalls.cpp2130 function_ref<void(Instruction *, Value *)> Replacer) in LibCallSimplifier() argument
2132 Replacer(Replacer) {} in LibCallSimplifier()
2136 Replacer(I, With); in replaceAllUsesWith()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemorySSA.cpp1569 bool MemorySSA::dominatesUse(const MemoryAccess *Replacer, in dominatesUse() argument
1572 return DT->dominates(Replacer->getBlock(), Replacee->getBlock()); in dominatesUse()
1579 !DT->dominates(Replacer->getBlock(), MP->getIncomingBlock(Arg))) in dominatesUse()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp2507 function_ref<void(Instruction *, Value *)> Replacer) in LibCallSimplifier() argument
2509 UnsafeFPShrink(false), Replacer(Replacer) {} in LibCallSimplifier()
2513 Replacer(I, With); in replaceAllUsesWith()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2440 UsesReplacer *Replacer; member in __anon65f3f0830211::TypePromotionTransaction::InstructionRemover
2448 Replacer(nullptr) { in InstructionRemover()
2450 Replacer = new UsesReplacer(Inst, New); in InstructionRemover()
2455 ~InstructionRemover() override { delete Replacer; } in ~InstructionRemover()
2465 if (Replacer) in undo()
2466 Replacer->undo(); in undo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2378 UsesReplacer *Replacer = nullptr; member in __anond0867ddb0411::TypePromotionTransaction::InstructionRemover
2393 Replacer = new UsesReplacer(Inst, New); in InstructionRemover()
2402 ~InstructionRemover() override { delete Replacer; } in ~InstructionRemover()
2409 if (Replacer) in undo()
2410 Replacer->undo(); in undo()