Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2019 StringRef DstIName = DstI.TheDef->getName(); in runOnPattern() local
2050 if (DstIName == "COPY_TO_REGCLASS") { in runOnPattern()
2056 } else if (DstIName == "REG_SEQUENCE") { in runOnPattern()
2060 } else if (DstIName == "EXTRACT_SUBREG") { in runOnPattern()
2069 } else if (DstIName == "INSERT_SUBREG") { in runOnPattern()
2079 } else if (DstIName == "SUBREG_TO_REG") { in runOnPattern()
2119 if (DstIName == "COPY_TO_REGCLASS") { in runOnPattern()
2129 } else if (DstIName == "EXTRACT_SUBREG") { in runOnPattern()
2159 } else if (DstIName == "INSERT_SUBREG") { in runOnPattern()
2176 } else if (DstIName == "SUBREG_TO_REG") { in runOnPattern()
[all …]