Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1535 unsigned numInstructions = Opcodes.size(); in filterProcessor() local
1537 assert(numInstructions && "Filter created with no instructions"); in filterProcessor()
1540 if (numInstructions == 1) in filterProcessor()
1546 assert(numInstructions == 3); in filterProcessor()
1595 for (unsigned InsnIndex = 0; InsnIndex < numInstructions; ++InsnIndex) { in filterProcessor()
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1741 unsigned numInstructions() { return NumInstructions; } in numInstructions() function