Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1345 if (AddrSpace2PointerActions[OpcodeIdx].find(AddressSpace) == in setPointerAction()
1346 AddrSpace2PointerActions[OpcodeIdx].end()) in setPointerAction()
1347 AddrSpace2PointerActions[OpcodeIdx][AddressSpace] = {{}}; in setPointerAction()
1349 AddrSpace2PointerActions[OpcodeIdx].find(AddressSpace)->second; in setPointerAction()
1489 AddrSpace2PointerActions[LastOp - FirstOp + 1]; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp629 AddrSpace2PointerActions[OpcodeIdx].find(Aspect.Type.getAddressSpace()) == in findScalarLegalAction()
630 AddrSpace2PointerActions[OpcodeIdx].end()) { in findScalarLegalAction()
635 ? AddrSpace2PointerActions[OpcodeIdx] in findScalarLegalAction()