Home
last modified time | relevance | path

Searched refs:ToRemove (Results 1 – 22 of 22) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp140 SetOfInstructions &ToRemove);
255 SetOfInstructions ToRemove; in propagateSignExtension() local
264 if (SExt->use_empty() && ToRemove.count(SExt)) { in propagateSignExtension()
292 ToRemove.insert(Inst); in propagateSignExtension()
349 ToRemove.insert(SExt); in propagateSignExtension()
357 if (!ToRemove.count(SExt) && in propagateSignExtension()
362 ToRemove.insert(SExt); in propagateSignExtension()
368 mergeSExts(ValToSExtendedUses, ToRemove); in propagateSignExtension()
371 for (Instruction *I: ToRemove) in propagateSignExtension()
377 SetOfInstructions &ToRemove) { in mergeSExts() argument
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVVMReflect.cpp83 SmallVector<Instruction *, 4> ToRemove; in runOnFunction() local
168 ToRemove.push_back(Call); in runOnFunction()
171 for (Instruction *I : ToRemove) in runOnFunction()
174 return ToRemove.size() > 0; in runOnFunction()
/external/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp121 SmallVector<const PHINode *, 8> ToRemove; in getPromotablePHINodes() local
136 ToRemove.push_back(P); in getPromotablePHINodes()
144 while (!ToRemove.empty()) { in getPromotablePHINodes()
145 for (auto &User : ToRemove) in getPromotablePHINodes()
147 ToRemove.clear(); in getPromotablePHINodes()
155 ToRemove.push_back(P); in getPromotablePHINodes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp138 SmallVector<const PHINode *, 8> ToRemove; in getPromotablePHINodes() local
153 ToRemove.push_back(P); in getPromotablePHINodes()
161 while (!ToRemove.empty()) { in getPromotablePHINodes()
162 for (auto &User : ToRemove) in getPromotablePHINodes()
164 ToRemove.clear(); in getPromotablePHINodes()
172 ToRemove.push_back(P); in getPromotablePHINodes()
/external/llvm/lib/Target/ARM/
DARMOptimizeBarriersPass.cpp58 std::vector<MachineInstr *> ToRemove; in runOnMachineFunction() local
75 ToRemove.push_back(&MI); in runOnMachineFunction()
94 for (auto MI : ToRemove) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMOptimizeBarriersPass.cpp56 std::vector<MachineInstr *> ToRemove; in runOnMachineFunction() local
73 ToRemove.push_back(&MI); in runOnMachineFunction()
93 for (auto MI : ToRemove) { in runOnMachineFunction()
/external/llvm/lib/Target/NVPTX/
DNVVMReflect.cpp127 SmallVector<Instruction *, 4> ToRemove; in runOnFunction() local
213 ToRemove.push_back(Call); in runOnFunction()
216 for (Instruction *I : ToRemove) in runOnFunction()
219 return ToRemove.size() > 0; in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.cpp82 void SectionBase::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) {} in removeSymbols() argument
281 function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols() argument
284 [ToRemove](const SymPtr &Sym) { return ToRemove(*Sym); }), in removeSymbols()
433 function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols() argument
435 if (ToRemove(*Reloc.RelocSymbol)) in removeSymbols()
468 void GroupSection::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols() argument
469 if (ToRemove(*Sym)) { in removeSymbols()
1046 void Object::removeSections(std::function<bool(const SectionBase &)> ToRemove) { in removeSections() argument
1050 if (ToRemove(*Sec)) in removeSections()
1054 return !ToRemove(*ToRelSec); in removeSections()
[all …]
Dllvm-objcopy.cpp127 std::vector<StringRef> ToRemove; member
322 if (!Config.ToRemove.empty()) { in HandleArgs()
324 return find(Config.ToRemove, Sec.Name) != Config.ToRemove.end(); in HandleArgs()
611 Config.ToRemove.push_back(Arg->getValue()); in ParseObjcopyOptions()
691 Config.ToRemove.push_back(Arg->getValue()); in ParseStripOptions()
DObject.h259 virtual void removeSymbols(function_ref<bool(const Symbol &)> ToRemove);
459 void removeSymbols(function_ref<bool(const Symbol &)> ToRemove) override;
520 void removeSymbols(function_ref<bool(const Symbol &)> ToRemove) override;
555 void removeSymbols(function_ref<bool(const Symbol &)> ToRemove) override;
705 void removeSections(std::function<bool(const SectionBase &)> ToRemove);
706 void removeSymbols(function_ref<bool(const Symbol &)> ToRemove);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DScheduler.cpp308 auto ToRemove = I; in promoteToReadyQueue() local
310 WaitQueue.erase(ToRemove); in promoteToReadyQueue()
362 auto ToRemove = I; in updateIssuedQueue() local
364 IssuedQueue.erase(ToRemove); in updateIssuedQueue()
/external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/
Dstore-promote.ll17 %ToRemove = load i32* @A ; <i32> [#uses=1]
22 %X = sub i32 %ToRemove, %Atmp ; <i32> [#uses=1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/BasicAA/
Dstore-promote.ll17 %ToRemove = load i32, i32* @A ; <i32> [#uses=1]
22 %X = sub i32 %ToRemove, %Atmp ; <i32> [#uses=1]
/external/llvm/test/Analysis/BasicAA/
Dstore-promote.ll17 %ToRemove = load i32, i32* @A ; <i32> [#uses=1]
22 %X = sub i32 %ToRemove, %Atmp ; <i32> [#uses=1]
/external/llvm/tools/bugpoint/
DCrashDebugger.cpp265 std::vector<GlobalValue*> ToRemove; in TestFuncs() local
285 ToRemove.push_back(&Alias); in TestFuncs()
293 ToRemove.push_back(&I); in TestFuncs()
297 for (auto *F : ToRemove) { in TestFuncs()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DCrashDebugger.cpp265 std::vector<GlobalValue *> ToRemove; in TestFuncs() local
285 ToRemove.push_back(&Alias); in TestFuncs()
293 ToRemove.push_back(&I); in TestFuncs()
297 for (auto *F : ToRemove) { in TestFuncs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp1138 unsigned ToRemove = Ret == LazyValueInfo::True ? 1 : 0; in ProcessBlock() local
1140 BasicBlock *ToRemoveSucc = CondBr->getSuccessor(ToRemove); in ProcessBlock()
2679 SmallVector<Instruction *, 4> ToRemove; in ThreadGuard() local
2682 ToRemove.push_back(&*BI); in ThreadGuard()
2687 for (auto *Inst : reverse(ToRemove)) { in ThreadGuard()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp754 unsigned ToRemove = Baseline == LazyValueInfo::True ? 1 : 0; in ProcessBlock() local
756 CondBr->getSuccessor(ToRemove)->removePredecessor(BB, true); in ProcessBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp1011 SmallVector<MachineBasicBlock*,2> ToRemove; in rewrite() local
1014 ToRemove.push_back(const_cast<MachineBasicBlock*>(SB)); in rewrite()
1017 for (unsigned i = 0, n = ToRemove.size(); i < n; ++i) in rewrite()
1018 removeCFGEdge(B, ToRemove[i]); in rewrite()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp819 unsigned ToRemove = Ret == LazyValueInfo::True ? 1 : 0; in ProcessBlock() local
821 CondBr->getSuccessor(ToRemove)->removePredecessor(BB, true); in ProcessBlock()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5630 for (Instruction *ToRemove : List) in calculateRegisterUsage()
5631 OpenIntervals.erase(ToRemove); in calculateRegisterUsage()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5388 for (Instruction *ToRemove : List) in calculateRegisterUsage()
5389 OpenIntervals.erase(ToRemove); in calculateRegisterUsage()