Searched refs:InstCount (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceInstructions.cpp | 53 int InstCount = 0; in countInstructions() local 57 InstCount += BB.getInstList().size() - 1; in countInstructions() 58 outs() << "Number of instructions: " << InstCount << "\n"; in countInstructions() 60 return InstCount; in countInstructions() 65 unsigned InstCount = countInstructions(Test.getProgram()); in reduceInstructionsDeltaPass() local 66 runDeltaPass(Test, InstCount, extractInstrFromModule); in reduceInstructionsDeltaPass()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | InstCount.cpp | 37 class InstCount : public InstVisitor<InstCount> { class 38 friend class InstVisitor<InstCount>; 62 InstCount().visit(F); in run() 78 InstCount().visit(F); in runOnFunction()
|
| H A D | CMakeLists.txt | 70 InstCount.cpp
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPerfHintAnalysis.cpp | 217 ++FI.InstCount; in visit() 223 ++FI.InstCount; in visit() 234 FI.InstCount += Loc->second.InstCount; in visit() 246 ++FI.InstCount; in visit() 248 ++FI.InstCount; in visit() 270 << " TotalInst: " << Info->InstCount << '\n'); in runOnFunction() 288 return FI.MemInstCount * 100 / FI.InstCount > MemBoundThresh; in isMemBound() 294 100 / FI.InstCount) > LimitWaveThresh; in needLimitWave()
|
| H A D | AMDGPUPerfHintAnalysis.h | 41 unsigned InstCount; member 44 FuncInfo() : MemInstCount(0), InstCount(0), IAMInstCount(0), in FuncInfo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 362 int InstCount = RegCount / 2; in shouldUseFrameHelper() local 371 InstCount--; in shouldUseFrameHelper() 397 InstCount++; in shouldUseFrameHelper() 402 return InstCount >= FrameHelperSizeThreshold; in shouldUseFrameHelper()
|
| /netbsd-src/external/apache2/llvm/lib/libLLVMAnalysis/ |
| H A D | Makefile | 55 InstCount.cpp \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Analysis/ |
| H A D | BUILD.gn | 64 "InstCount.cpp",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 635 unsigned InstCount; 665 InstCount(NumInsts), FunFlags(FunFlags), EntryCount(EntryCount), 690 unsigned instCount() const { return InstCount; }
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 6249 unsigned InstCount = Record[2]; in parseEntireSummary() local 6286 Flags, InstCount, getDecodedFFlags(RawFunFlags), /*EntryCount=*/0, in parseEntireSummary() 6387 unsigned InstCount = Record[3]; in parseEntireSummary() local 6429 Flags, InstCount, getDecodedFFlags(RawFunFlags), EntryCount, in parseEntireSummary()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 3375 unsigned InstCount = 0; in fewerElementsVectorMultiEltType() local 3377 NewInsts[InstCount++].addUse(PartRegs[J]); in fewerElementsVectorMultiEltType() 3379 NewInsts[InstCount++].addUse(LeftoverRegs[J]); in fewerElementsVectorMultiEltType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 8657 unsigned InstCount; in parseFunctionSummary() local 8670 parseToken(lltok::colon, "expected ':' here") || parseUInt32(InstCount)) in parseFunctionSummary() 8705 GVFlags, InstCount, FFlags, /*EntryCount=*/0, std::move(Refs), in parseFunctionSummary()
|