Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1525 unsigned numInstructions = Opcodes.size(); in filterProcessor() local
1527 assert(numInstructions && "Filter created with no instructions"); in filterProcessor()
1530 if (numInstructions == 1) in filterProcessor()
1536 assert(numInstructions == 3); in filterProcessor()
1585 for (unsigned InsnIndex = 0; InsnIndex < numInstructions; ++InsnIndex) { in filterProcessor()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1748 unsigned numInstructions() { return NumInstructions; } in numInstructions() function