Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp338 for (auto PointerSpecifiedActions : AddressSpace2SpecifiedActions) { in computeTables() local
339 llvm::sort(PointerSpecifiedActions.second); in computeTables()
340 checkPartialSizeAndActionsVector(PointerSpecifiedActions.second); in computeTables()
344 Opcode, TypeIdx, PointerSpecifiedActions.first, in computeTables()
345 unsupportedForDifferentSizes(PointerSpecifiedActions.second)); in computeTables()