Home
last modified time | relevance | path

Searched defs:ToRemove (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
H A DMachOObject.cpp36 function_ref<bool(const std::unique_ptr<SymbolEntry> &)> ToRemove) { in removeSymbols()
92 function_ref<bool(const LoadCommand &)> ToRemove) { in removeLoadCommands()
103 function_ref<bool(const std::unique_ptr<Section> &)> ToRemove) { in removeSections()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp713 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
739 function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
868 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
972 function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
1009 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
1030 function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
1054 bool AllowBrokenLinks, function_ref<bool(const SectionBase *)> ToRemove) { in removeSectionReferences()
1069 Error GroupSection::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
2133 bool AllowBrokenLinks, std::function<bool(const SectionBase &)> ToRemove) { in removeSections()
2208 Error Object::removeSymbols(function_ref<bool(const Symbol &)> ToRemove) { in removeSymbols()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.cpp38 function_ref<Expected<bool>(const Symbol &)> ToRemove) { in removeSymbols()
89 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections()
H A DCOFFObjcopy.cpp182 auto ToRemove = [&](const Symbol &Sym) -> Expected<bool> { in handleArgs() local
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64AddressTypePromotion.cpp255 SetOfInstructions ToRemove; in propagateSignExtension() local
377 SetOfInstructions &ToRemove) { in mergeSExts()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp201 SmallVector<MachineInstr *, 4> ToRemove; in optimizeVccBranch() local
251 SmallVector<MachineInstr *, 4> ToRemove; in optimizeSetGPR() local
H A DAMDGPUExportClustering.cpp83 SmallVector<SDep, 2> ToAdd, ToRemove; in removeExportDependencies() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp865 SmallVectorImpl<Instruction *> &ToRemove) { in replaceSubOverflowUses()
898 SmallVectorImpl<Instruction *> &ToRemove) { in tryToSimplifyOverflowMath()
969 SmallVector<Instruction *> ToRemove; in eliminateConstraints() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/wasm/
H A DWasmObject.cpp27 void Object::removeSections(function_ref<bool(const Section &)> ToRemove) { in removeSections()
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMOptimizeBarriersPass.cpp58 std::vector<MachineInstr *> ToRemove; in runOnMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMOptimizeBarriersPass.cpp55 std::vector<MachineInstr *> ToRemove; in runOnMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMOptimizeBarriersPass.cpp55 std::vector<MachineInstr *> ToRemove; in runOnMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp613 ReachingDefAnalysis::isSafeToRemove(MachineInstr *MI, InstSet &ToRemove, in isSafeToRemove()
621 InstSet &ToRemove, InstSet &Ignore) const { in isSafeToRemove()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp87 SmallVector<Instruction *, 4> ToRemove; in runOnFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp90 SmallVector<Instruction *, 4> ToRemove; in runNVVMReflect() local
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp127 SmallVector<Instruction *, 4> ToRemove; in runOnFunction() local
/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp121 SmallVector<const PHINode *, 8> ToRemove; in getPromotablePHINodes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp137 SmallVector<const PHINode *, 8> ToRemove; in getPromotablePHINodes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp139 SmallVector<const PHINode *, 8> ToRemove; in getPromotablePHINodes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp425 SmallVector<VPRecipeBase *> ToRemove; in optimizeInductions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp133 SmallVector<EntryIndex, 4> ToRemove; in trimLocationRanges() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1117 unsigned ToRemove = Ret == LazyValueInfo::True ? 1 : 0; in ProcessBlock() local
2742 SmallVector<Instruction *, 4> ToRemove; in ThreadGuard() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ObjCopy/
DCommonConfig.h233 NameMatcher ToRemove; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjCopy/
H A DCommonConfig.h229 NameMatcher ToRemove; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ObjCopy/
DCommonConfig.h226 NameMatcher ToRemove; member

12