Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1008 if (AddrSpace2PointerActions[OpcodeIdx].find(AddressSpace) == in setPointerAction()
1009 AddrSpace2PointerActions[OpcodeIdx].end()) in setPointerAction()
1010 AddrSpace2PointerActions[OpcodeIdx][AddressSpace] = {{}}; in setPointerAction()
1012 AddrSpace2PointerActions[OpcodeIdx].find(AddressSpace)->second; in setPointerAction()
1152 AddrSpace2PointerActions[LastOp - FirstOp + 1]; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp487 AddrSpace2PointerActions[OpcodeIdx].find(Aspect.Type.getAddressSpace()) == in findScalarLegalAction()
488 AddrSpace2PointerActions[OpcodeIdx].end()) { in findScalarLegalAction()
493 ? AddrSpace2PointerActions[OpcodeIdx] in findScalarLegalAction()