Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp756 static unsigned numNodesThatMayLoadOrStore(const TreePatternNode &N, in numNodesThatMayLoadOrStore() function
770 Count += numNodesThatMayLoadOrStore(Child, CGP); in numNodesThatMayLoadOrStore()
940 numNodesThatMayLoadOrStore(Pattern.getDstPattern(), CGP); in EmitResultInstructionAsOperand()