Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerInfo.cpp189 for (auto PointerSpecifiedActions : AddressSpace2SpecifiedActions) { in computeTables() local
190 llvm::sort(PointerSpecifiedActions.second.begin(), in computeTables()
191 PointerSpecifiedActions.second.end()); in computeTables()
192 checkPartialSizeAndActionsVector(PointerSpecifiedActions.second); in computeTables()
196 Opcode, TypeIdx, PointerSpecifiedActions.first, in computeTables()
197 unsupportedForDifferentSizes(PointerSpecifiedActions.second)); in computeTables()