Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp330 for (auto PointerSpecifiedActions : AddressSpace2SpecifiedActions) { in computeTables() local
331 llvm::sort(PointerSpecifiedActions.second); in computeTables()
332 checkPartialSizeAndActionsVector(PointerSpecifiedActions.second); in computeTables()
336 Opcode, TypeIdx, PointerSpecifiedActions.first, in computeTables()
337 unsupportedForDifferentSizes(PointerSpecifiedActions.second)); in computeTables()