Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp149 for (auto PointerSpecifiedActions : AddressSpace2SpecifiedActions) { in computeTables() local
150 llvm::sort(PointerSpecifiedActions.second); in computeTables()
151 checkPartialSizeAndActionsVector(PointerSpecifiedActions.second); in computeTables()
155 Opcode, TypeIdx, PointerSpecifiedActions.first, in computeTables()
156 unsupportedForDifferentSizes(PointerSpecifiedActions.second)); in computeTables()