Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h2304 std::vector<const InstructionMatcher *> CopiedFlags; variable
2325 CopiedFlags.push_back(&IM); in addCopiedMIFlags()
H A DGlobalISelMatchTable.cpp2164 for (const InstructionMatcher *IM : CopiedFlags) { in emitActionOpcodes()