Home
last modified time | relevance | path

Searched refs:ToReplace (Results 1 – 3 of 3) sorted by relevance

/external/clang/utils/TableGen/
DNeonEmitter.cpp1729 std::string ToReplace = cast<StringInit>(DI->getArg(0))->getAsUnquotedString(); in emitDagNameReplace() local
1732 size_t Idx = S.find(ToReplace); in emitDagNameReplace()
1734 assert_with_loc(Idx != std::string::npos, "name should contain '" + ToReplace + "'!"); in emitDagNameReplace()
1735 S.replace(Idx, ToReplace.size(), ReplaceWith); in emitDagNameReplace()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp580 for (auto &ToReplace : Targets) { in simplifyRelocatesOffABase() local
582 GCRelocateOperands ThisRelocate(ToReplace); in simplifyRelocatesOffABase()
601 IRBuilder<> Builder(ToReplace); in simplifyRelocatesOffABase()
602 Builder.SetCurrentDebugLocation(ToReplace->getDebugLoc()); in simplifyRelocatesOffABase()
608 Replacement->takeName(ToReplace); in simplifyRelocatesOffABase()
609 ToReplace->replaceAllUsesWith(Replacement); in simplifyRelocatesOffABase()
610 ToReplace->eraseFromParent(); in simplifyRelocatesOffABase()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp3348 SmallVector<SDNode *, 4> ToReplace; in SwapAllSelectUsers() local
3355 ToReplace.push_back(User); in SwapAllSelectUsers()
3358 for (SmallVector<SDNode *, 4>::iterator UI = ToReplace.begin(), in SwapAllSelectUsers()
3359 UE = ToReplace.end(); UI != UE; ++UI) { in SwapAllSelectUsers()