Home
last modified time | relevance | path

Searched refs:sortByName (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp88 LVSortValue llvm::logicalview::sortByName(const LVObject *LHS, in sortByName() function in llvm::logicalview
103 {LVSortMode::Line, sortByLine}, {LVSortMode::Name, sortByName}, in getSortFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp238 template <typename T> std::vector<T> sortByName(std::vector<T> &&V) { in sortByName() function
567 OrderedKernels = sortByName(std::move(OrderedKernels)); in assignLDSKernelIDToEachKernel()
977 OrderedGVs = sortByName(std::move(OrderedGVs)); in lowerSpecialLDSVariables()
997 OrderedKernels = sortByName(std::move(OrderedKernels)); in lowerSpecialLDSVariables()
1012 OrderedGVs = sortByName(std::move(OrderedGVs)); in lowerSpecialLDSVariables()
1127 sortByName(std::vector<GlobalVariable *>(TableLookupVariables.begin(), in runOnModule()
1304 auto Sorted = sortByName(std::vector<GlobalVariable *>( in createLDSVariableReplacement()
1394 auto LDSVarsToTransform = sortByName(std::vector<GlobalVariable *>( in replaceLDSVariablesWithStruct()
H A DAMDGPUSwLowerLDS.cpp223 template <typename T> SetVector<T> sortByName(std::vector<T> &&V) { in sortByName() function
235 return sortByName( in getOrderedNonKernelAllLDSGlobals()
248 sortByName(std::vector<Function *>(Kernels.begin(), Kernels.end())); in getOrderedIndirectLDSAccessingKernels()
1108 LDSParams.DirectAccess.StaticLDSGlobals = sortByName( in reorderStaticDynamicIndirectLDSSet()
1111 LDSParams.DirectAccess.DynamicLDSGlobals = sortByName( in reorderStaticDynamicIndirectLDSSet()
1114 LDSParams.IndirectAccess.StaticLDSGlobals = sortByName( in reorderStaticDynamicIndirectLDSSet()
1117 LDSParams.IndirectAccess.DynamicLDSGlobals = sortByName( in reorderStaticDynamicIndirectLDSSet()
1252 SetVector<GlobalVariable *> OrderedLDSGlobals = sortByName( in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSort.h48 LLVM_ABI LVSortValue sortByName(const LVObject *LHS, const LVObject *RHS);
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h371 void sortByName() { in sortByName() function