Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp146 for (auto PointerSpecifiedActions : AddressSpace2SpecifiedActions) { in computeTables() local
147 llvm::sort(PointerSpecifiedActions.second); in computeTables()
148 checkPartialSizeAndActionsVector(PointerSpecifiedActions.second); in computeTables()
152 Opcode, TypeIdx, PointerSpecifiedActions.first, in computeTables()
153 unsupportedForDifferentSizes(PointerSpecifiedActions.second)); in computeTables()