Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp931 std::vector<GlobalVariable *> TableLookupVariablesOrdered( in runOnModule() local
933 llvm::sort(TableLookupVariablesOrdered.begin(), in runOnModule()
934 TableLookupVariablesOrdered.end(), in runOnModule()
940 M, TableLookupVariablesOrdered, OrderedKernels, KernelToReplacement); in runOnModule()
941 replaceUsesInInstructionsWithTableLookup(M, TableLookupVariablesOrdered, in runOnModule()