Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h1770 ArrayRef<std::pair<Record *, unsigned>> getPhysRegInputs() const { in getPhysRegInputs() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1355 for (auto PhysInput : InsnMatcher.getPhysRegInputs()) { in createAndImportInstructionRenderer()