| /external/llvm-project/llvm/tools/llvm-objcopy/MachO/ |
| D | Object.cpp | 28 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols() 60 function_ref<bool(const LoadCommand &)> ToRemove) { in removeLoadCommands() 71 function_ref<bool(const std::unique_ptr<Section> &)> ToRemove) { in removeSections()
|
| /external/llvm-project/llvm/tools/llvm-objcopy/COFF/ |
| D | Object.cpp | 41 function_ref<Expected<bool>(const Symbol &)> ToRemove) { in removeSymbols() 98 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections()
|
| D | COFFObjcopy.cpp | 182 auto ToRemove = [&](const Symbol &Sym) -> Expected<bool> { in handleArgs() local
|
| /external/llvm-project/llvm/tools/llvm-objcopy/wasm/ |
| D | Object.cpp | 27 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections()
|
| /external/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | SIPreEmitPeephole.cpp | 167 SmallVector<MachineInstr *, 4> ToRemove; in optimizeVccBranch() local 217 SmallVector<MachineInstr *, 4> ToRemove; in optimizeSetGPR() local
|
| D | AMDGPUExportClustering.cpp | 83 SmallVector<SDep, 2> ToAdd, ToRemove; in removeExportDependencies() local
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64AddressTypePromotion.cpp | 255 SetOfInstructions ToRemove; in propagateSignExtension() local 377 SetOfInstructions &ToRemove) { in mergeSExts()
|
| /external/llvm/lib/Target/ARM/ |
| D | ARMOptimizeBarriersPass.cpp | 58 std::vector<MachineInstr *> ToRemove; in runOnMachineFunction() local
|
| /external/llvm-project/llvm/tools/llvm-reduce/deltas/ |
| D | ReduceGlobalVars.cpp | 32 std::vector<GlobalVariable *> ToRemove; in extractGVsFromModule() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMOptimizeBarriersPass.cpp | 55 std::vector<MachineInstr *> ToRemove; in runOnMachineFunction() local
|
| /external/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMOptimizeBarriersPass.cpp | 55 std::vector<MachineInstr *> ToRemove; in runOnMachineFunction() local
|
| D | ARMLowOverheadLoops.cpp | 369 SmallPtrSet<MachineInstr*, 4> ToRemove; member 1060 InstSet &ToRemove) { in Validate()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| D | NVVMReflect.cpp | 87 SmallVector<Instruction *, 4> ToRemove; in runOnFunction() local
|
| /external/llvm-project/llvm/lib/Target/NVPTX/ |
| D | NVVMReflect.cpp | 87 SmallVector<Instruction *, 4> ToRemove; in runOnFunction() local
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVVMReflect.cpp | 127 SmallVector<Instruction *, 4> ToRemove; in runOnFunction() local
|
| /external/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
| D | Object.cpp | 753 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences() 779 function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols() 897 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences() 999 function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols() 1036 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences() 1057 function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences() 1075 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences() 1090 Error GroupSection::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols() 2101 bool AllowBrokenLinks, std::function<bool(const SectionBase &)> ToRemove) { in removeSections() 2152 Error Object::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCBoolRetToInt.cpp | 121 SmallVector<const PHINode *, 8> ToRemove; in getPromotablePHINodes() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCBoolRetToInt.cpp | 137 SmallVector<const PHINode *, 8> ToRemove; in getPromotablePHINodes() local
|
| /external/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCBoolRetToInt.cpp | 140 SmallVector<const PHINode *, 8> ToRemove; in getPromotablePHINodes() local
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | ReachingDefAnalysis.cpp | 610 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &ToRemove, in isSafeToRemove() 618 InstSet &ToRemove, InstSet &Ignore) const { in isSafeToRemove()
|
| /external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | DbgEntityHistoryCalculator.cpp | 150 SmallVector<EntryIndex, 4> ToRemove; in trimLocationRanges() local
|
| /external/llvm-project/llvm/tools/llvm-objcopy/ |
| D | CopyConfig.h | 192 NameMatcher ToRemove; member
|
| /external/llvm/tools/bugpoint/ |
| D | CrashDebugger.cpp | 265 std::vector<GlobalValue*> ToRemove; in TestFuncs() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | JumpThreading.cpp | 1117 unsigned ToRemove = Ret == LazyValueInfo::True ? 1 : 0; in ProcessBlock() local 2742 SmallVector<Instruction *, 4> ToRemove; in ThreadGuard() local
|
| /external/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | JumpThreading.cpp | 1146 unsigned ToRemove = Ret == LazyValueInfo::True ? 1 : 0; in processBlock() local 3019 SmallVector<Instruction *, 4> ToRemove; in threadGuard() local
|