Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp89 LVSortValue llvm::logicalview::sortByName(const LVObject *LHS, in sortByName() function in llvm::logicalview
104 {LVSortMode::Line, sortByLine}, {LVSortMode::Name, sortByName}, in getSortFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSort.h46 LVSortValue sortByName(const LVObject *LHS, const LVObject *RHS);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp248 template <typename T> std::vector<T> sortByName(std::vector<T> &&V) { in sortByName() function
735 OrderedKernels = sortByName(std::move(OrderedKernels)); in assignLDSKernelIDToEachKernel()
1216 sortByName(std::vector<GlobalVariable *>(TableLookupVariables.begin(), in runOnModule()
1387 auto Sorted = sortByName(std::vector<GlobalVariable *>( in createLDSVariableReplacement()
1477 auto LDSVarsToTransform = sortByName(std::vector<GlobalVariable *>( in replaceLDSVariablesWithStruct()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h354 void sortByName() { in sortByName() function