Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp477 inferRegClassFromPattern(const TreePatternNode &N) const;
1802 inferRegClassFromPattern(Dst.getChild(0)); in constrainOperands()
1833 inferRegClassFromPattern(Dst.getChild(1)); in constrainOperands()
1854 inferRegClassFromPattern(Dst.getChild(1)); in constrainOperands()
1870 inferRegClassFromPattern(Dst.getChild(0)); in constrainOperands()
1906 GlobalISelEmitter::inferRegClassFromPattern(const TreePatternNode &N) const { in inferRegClassFromPattern() function in __anon868ebc530111::GlobalISelEmitter
1972 inferRegClassFromPattern(N.getChild(0)); in inferRegClassFromInstructionPattern()
2035 inferRegClassFromPattern(SuperRegNode)) in inferSuperRegisterClassForNode()