Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceInstructions.cpp53 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 DInstCount.cpp37 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 DCMakeLists.txt70 InstCount.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPerfHintAnalysis.cpp217 ++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 DAMDGPUPerfHintAnalysis.h41 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 DAArch64LowerHomogeneousPrologEpilog.cpp362 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 DMakefile55 InstCount.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Analysis/
H A DBUILD.gn64 "InstCount.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h635 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 DBitcodeReader.cpp6249 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 DLegalizerHelper.cpp3375 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 DLLParser.cpp8657 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()