Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h321 if (AddrSpace2PointerActions[OpcodeIdx].find(AddressSpace) == in setPointerAction()
322 AddrSpace2PointerActions[OpcodeIdx].end()) in setPointerAction()
323 AddrSpace2PointerActions[OpcodeIdx][AddressSpace] = {{}}; in setPointerAction()
325 AddrSpace2PointerActions[OpcodeIdx].find(AddressSpace)->second; in setPointerAction()
465 AddrSpace2PointerActions[LastOp - FirstOp + 1]; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp309 AddrSpace2PointerActions[OpcodeIdx].find(Aspect.Type.getAddressSpace()) == in findScalarLegalAction()
310 AddrSpace2PointerActions[OpcodeIdx].end()) { in findScalarLegalAction()
315 ? AddrSpace2PointerActions[OpcodeIdx] in findScalarLegalAction()