Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp755 static unsigned numNodesThatMayLoadOrStore(const TreePatternNode &N, in numNodesThatMayLoadOrStore() function
769 Count += numNodesThatMayLoadOrStore(N.getChild(i), CGP); in numNodesThatMayLoadOrStore()
941 numNodesThatMayLoadOrStore(Pattern.getDstPattern(), CGP); in EmitResultInstructionAsOperand()