Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h330 if (AddrSpace2PointerActions[OpcodeIdx].find(AddressSpace) == in setPointerAction()
331 AddrSpace2PointerActions[OpcodeIdx].end()) in setPointerAction()
332 AddrSpace2PointerActions[OpcodeIdx][AddressSpace] = {{}}; in setPointerAction()
334 AddrSpace2PointerActions[OpcodeIdx].find(AddressSpace)->second; in setPointerAction()
474 AddrSpace2PointerActions[LastOp - FirstOp + 1]; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp306 AddrSpace2PointerActions[OpcodeIdx].find(Aspect.Type.getAddressSpace()) == in findScalarLegalAction()
307 AddrSpace2PointerActions[OpcodeIdx].end()) { in findScalarLegalAction()
312 ? AddrSpace2PointerActions[OpcodeIdx] in findScalarLegalAction()