Home
last modified time | relevance | path

Searched refs:STATISTIC (Results 1 – 25 of 828) sorted by relevance

12345678910>>...34

/external/llvm-project/polly/lib/Analysis/
DPruneUnprofitable.cpp29 STATISTIC(ScopsProcessed,
31 STATISTIC(ScopsPruned, "Number of pruned SCoPs because it they cannot be "
33 STATISTIC(ScopsSurvived, "Number of SCoPs after pruning");
35 STATISTIC(NumPrunedLoops, "Number of pruned loops");
36 STATISTIC(NumPrunedBoxedLoops, "Number of pruned boxed loops");
37 STATISTIC(NumPrunedAffineLoops, "Number of pruned affine loops");
39 STATISTIC(NumLoopsInScop, "Number of loops in scops after pruning");
40 STATISTIC(NumBoxedLoops, "Number of boxed loops in SCoPs after pruning");
41 STATISTIC(NumAffineLoops, "Number of affine loops in SCoPs after pruning");
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp55 STATISTIC(NumPhis, "Number of phis propagated");
56 STATISTIC(NumPhiCommon, "Number of phis deleted via common incoming value");
57 STATISTIC(NumSelects, "Number of selects propagated");
58 STATISTIC(NumMemAccess, "Number of memory access targets propagated");
59 STATISTIC(NumCmps, "Number of comparisons propagated");
60 STATISTIC(NumReturns, "Number of return values propagated");
61 STATISTIC(NumDeadCases, "Number of switch cases removed");
62 STATISTIC(NumSDivs, "Number of sdiv converted to udiv");
63 STATISTIC(NumUDivs, "Number of udivs whose width was decreased");
64 STATISTIC(NumAShrs, "Number of ashr converted to lshr");
[all …]
DLoopFuse.cpp72 STATISTIC(FuseCounter, "Loops fused");
73 STATISTIC(NumFusionCandidates, "Number of candidates for loop fusion");
74 STATISTIC(InvalidPreheader, "Loop has invalid preheader");
75 STATISTIC(InvalidHeader, "Loop has invalid header");
76 STATISTIC(InvalidExitingBlock, "Loop has invalid exiting blocks");
77 STATISTIC(InvalidExitBlock, "Loop has invalid exit block");
78 STATISTIC(InvalidLatch, "Loop has invalid latch");
79 STATISTIC(InvalidLoop, "Loop is invalid");
80 STATISTIC(AddressTakenBB, "Basic block has address taken");
81 STATISTIC(MayThrowException, "Loop may throw an exception");
[all …]
/external/llvm/lib/Analysis/
DInstCount.cpp26 STATISTIC(TotalInsts , "Number of instructions (of all types)");
27 STATISTIC(TotalBlocks, "Number of basic blocks");
28 STATISTIC(TotalFuncs , "Number of non-external functions");
29 STATISTIC(TotalMemInst, "Number of memory instructions");
32 STATISTIC(Num ## OPCODE ## Inst, "Number of " #OPCODE " insts");
/external/llvm-project/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp54 STATISTIC(NumPhis, "Number of phis propagated");
55 STATISTIC(NumPhiCommon, "Number of phis deleted via common incoming value");
56 STATISTIC(NumSelects, "Number of selects propagated");
57 STATISTIC(NumMemAccess, "Number of memory access targets propagated");
58 STATISTIC(NumCmps, "Number of comparisons propagated");
59 STATISTIC(NumReturns, "Number of return values propagated");
60 STATISTIC(NumDeadCases, "Number of switch cases removed");
61 STATISTIC(NumSDivSRemsNarrowed,
63 STATISTIC(NumSDivs, "Number of sdiv converted to udiv");
64 STATISTIC(NumUDivURemsNarrowed,
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstCount.cpp26 STATISTIC(TotalInsts , "Number of instructions (of all types)");
27 STATISTIC(TotalBlocks, "Number of basic blocks");
28 STATISTIC(TotalFuncs , "Number of non-external functions");
31 STATISTIC(Num ## OPCODE ## Inst, "Number of " #OPCODE " insts");
DDependenceGraphBuilder.cpp22 STATISTIC(TotalGraphs, "Number of dependence graphs created.");
23 STATISTIC(TotalDefUseEdges, "Number of def-use edges created.");
24 STATISTIC(TotalMemoryEdges, "Number of memory dependence edges created.");
25 STATISTIC(TotalFineGrainedNodes, "Number of fine-grained nodes created.");
26 STATISTIC(TotalPiBlockNodes, "Number of pi-block nodes created.");
27 STATISTIC(TotalConfusedEdges,
29 STATISTIC(TotalEdgeReversals,
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp67 STATISTIC(NumFastIselFailures, "Number of instructions fast isel failed on");
68 STATISTIC(NumFastIselSuccess, "Number of instructions fast isel selected");
69 STATISTIC(NumFastIselBlocks, "Number of blocks selected entirely by fast isel");
70 STATISTIC(NumDAGBlocks, "Number of blocks selected using DAG");
71 STATISTIC(NumDAGIselRetries,"Number of times dag isel has to try another path");
72 STATISTIC(NumEntryBlocks, "Number of entry blocks encountered");
73 STATISTIC(NumFastIselFailLowerArguments,
83 STATISTIC(NumFastIselFailRet,"Fast isel fails on Ret");
84 STATISTIC(NumFastIselFailBr,"Fast isel fails on Br");
85 STATISTIC(NumFastIselFailSwitch,"Fast isel fails on Switch");
[all …]
/external/llvm/lib/CodeGen/
DStackMapLivenessAnalysis.cpp36 STATISTIC(NumStackMapFuncVisited, "Number of functions visited");
37 STATISTIC(NumStackMapFuncSkipped, "Number of functions skipped");
38 STATISTIC(NumBBsVisited, "Number of basic blocks visited");
39 STATISTIC(NumBBsHaveNoStackmap, "Number of basic blocks with no stackmap");
40 STATISTIC(NumStackMaps, "Number of StackMaps visited");
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackMapLivenessAnalysis.cpp35 STATISTIC(NumStackMapFuncVisited, "Number of functions visited");
36 STATISTIC(NumStackMapFuncSkipped, "Number of functions skipped");
37 STATISTIC(NumBBsVisited, "Number of basic blocks visited");
38 STATISTIC(NumBBsHaveNoStackmap, "Number of basic blocks with no stackmap");
39 STATISTIC(NumStackMaps, "Number of StackMaps visited");
/external/llvm-project/llvm/lib/CodeGen/
DStackMapLivenessAnalysis.cpp35 STATISTIC(NumStackMapFuncVisited, "Number of functions visited");
36 STATISTIC(NumStackMapFuncSkipped, "Number of functions skipped");
37 STATISTIC(NumBBsVisited, "Number of basic blocks visited");
38 STATISTIC(NumBBsHaveNoStackmap, "Number of basic blocks with no stackmap");
39 STATISTIC(NumStackMaps, "Number of StackMaps visited");
DMachineStableHash.cpp43 STATISTIC(StableHashBailingMachineBasicBlock,
46 STATISTIC(StableHashBailingConstantPoolIndex,
49 STATISTIC(StableHashBailingTargetIndexNoName,
52 STATISTIC(StableHashBailingGlobalAddress,
55 STATISTIC(StableHashBailingBlockAddress,
58 STATISTIC(StableHashBailingMetadataUnsupported,
/external/llvm-project/llvm/lib/Analysis/
DInstCount.cpp27 STATISTIC(TotalInsts, "Number of instructions (of all types)");
28 STATISTIC(TotalBlocks, "Number of basic blocks");
29 STATISTIC(TotalFuncs, "Number of non-external functions");
32 STATISTIC(Num##OPCODE##Inst, "Number of " #OPCODE " insts");
DDependenceGraphBuilder.cpp23 STATISTIC(TotalGraphs, "Number of dependence graphs created.");
24 STATISTIC(TotalDefUseEdges, "Number of def-use edges created.");
25 STATISTIC(TotalMemoryEdges, "Number of memory dependence edges created.");
26 STATISTIC(TotalFineGrainedNodes, "Number of fine-grained nodes created.");
27 STATISTIC(TotalPiBlockNodes, "Number of pi-block nodes created.");
28 STATISTIC(TotalConfusedEdges,
30 STATISTIC(TotalEdgeReversals,
/external/llvm/lib/Target/AArch64/
DAArch64CollectLOH.cpp139 STATISTIC(NumADRPSimpleCandidate,
141 STATISTIC(NumADRPComplexCandidate2,
143 STATISTIC(NumADRPComplexCandidate3,
145 STATISTIC(NumADRPComplexCandidateOther,
147 STATISTIC(NumADDToSTRWithImm,
149 STATISTIC(NumLDRToSTRWithImm,
151 STATISTIC(NumADDToSTR, "Number of simplifiable STR reachable by ADD");
152 STATISTIC(NumLDRToSTR, "Number of simplifiable STR reachable by LDR");
153 STATISTIC(NumADDToLDRWithImm,
155 STATISTIC(NumLDRToLDRWithImm,
[all …]
DAArch64ConditionalCompares.cpp54 STATISTIC(NumConsidered, "Number of ccmps considered");
55 STATISTIC(NumPhiRejs, "Number of ccmps rejected (PHI)");
56 STATISTIC(NumPhysRejs, "Number of ccmps rejected (Physregs)");
57 STATISTIC(NumPhi2Rejs, "Number of ccmps rejected (PHI2)");
58 STATISTIC(NumHeadBranchRejs, "Number of ccmps rejected (Head branch)");
59 STATISTIC(NumCmpBranchRejs, "Number of ccmps rejected (CmpBB branch)");
60 STATISTIC(NumCmpTermRejs, "Number of ccmps rejected (CmpBB is cbz...)");
61 STATISTIC(NumImmRangeRejs, "Number of ccmps rejected (Imm out of range)");
62 STATISTIC(NumLiveDstRejs, "Number of ccmps rejected (Cmp dest live)");
63 STATISTIC(NumMultNZCVUses, "Number of ccmps rejected (NZCV used)");
[all …]
/external/llvm-project/llvm/lib/IR/
DAbstractCallSite.cpp25 STATISTIC(NumCallbackCallSites, "Number of callback call sites created");
26 STATISTIC(NumDirectAbstractCallSites,
28 STATISTIC(NumInvalidAbstractCallSitesUnknownUse,
30 STATISTIC(NumInvalidAbstractCallSitesUnknownCallee,
32 STATISTIC(NumInvalidAbstractCallSitesNoCallback,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAbstractCallSite.cpp26 STATISTIC(NumCallbackCallSites, "Number of callback call sites created");
27 STATISTIC(NumDirectAbstractCallSites,
29 STATISTIC(NumInvalidAbstractCallSitesUnknownUse,
31 STATISTIC(NumInvalidAbstractCallSitesUnknownCallee,
33 STATISTIC(NumInvalidAbstractCallSitesNoCallback,
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp55 STATISTIC(NumConsidered, "Number of ccmps considered");
56 STATISTIC(NumPhiRejs, "Number of ccmps rejected (PHI)");
57 STATISTIC(NumPhysRejs, "Number of ccmps rejected (Physregs)");
58 STATISTIC(NumPhi2Rejs, "Number of ccmps rejected (PHI2)");
59 STATISTIC(NumHeadBranchRejs, "Number of ccmps rejected (Head branch)");
60 STATISTIC(NumCmpBranchRejs, "Number of ccmps rejected (CmpBB branch)");
61 STATISTIC(NumCmpTermRejs, "Number of ccmps rejected (CmpBB is cbz...)");
62 STATISTIC(NumImmRangeRejs, "Number of ccmps rejected (Imm out of range)");
63 STATISTIC(NumLiveDstRejs, "Number of ccmps rejected (Cmp dest live)");
64 STATISTIC(NumMultNZCVUses, "Number of ccmps rejected (NZCV used)");
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ConditionalCompares.cpp55 STATISTIC(NumConsidered, "Number of ccmps considered");
56 STATISTIC(NumPhiRejs, "Number of ccmps rejected (PHI)");
57 STATISTIC(NumPhysRejs, "Number of ccmps rejected (Physregs)");
58 STATISTIC(NumPhi2Rejs, "Number of ccmps rejected (PHI2)");
59 STATISTIC(NumHeadBranchRejs, "Number of ccmps rejected (Head branch)");
60 STATISTIC(NumCmpBranchRejs, "Number of ccmps rejected (CmpBB branch)");
61 STATISTIC(NumCmpTermRejs, "Number of ccmps rejected (CmpBB is cbz...)");
62 STATISTIC(NumImmRangeRejs, "Number of ccmps rejected (Imm out of range)");
63 STATISTIC(NumLiveDstRejs, "Number of ccmps rejected (Cmp dest live)");
64 STATISTIC(NumMultNZCVUses, "Number of ccmps rejected (NZCV used)");
[all …]
/external/llvm-project/polly/lib/Transform/
DForwardOpTree.cpp64 STATISTIC(KnownAnalyzed, "Number of successfully analyzed SCoPs");
65 STATISTIC(KnownOutOfQuota,
68 STATISTIC(TotalInstructionsCopied, "Number of copied instructions");
69 STATISTIC(TotalKnownLoadsForwarded,
71 STATISTIC(TotalReloads, "Number of reloaded values");
72 STATISTIC(TotalReadOnlyCopied, "Number of copied read-only accesses");
73 STATISTIC(TotalForwardedTrees, "Number of forwarded operand trees");
74 STATISTIC(TotalModifiedStmts,
77 STATISTIC(ScopsModified, "Number of SCoPs with at least one forwarded tree");
79 STATISTIC(NumValueWrites, "Number of scalar value writes after OpTree");
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp25 STATISTIC(HasDependences,
27 STATISTIC(MayThrowException, "Cannot move across instructions that may throw");
28 STATISTIC(NotControlFlowEquivalent,
30 STATISTIC(NotMovedPHINode, "Movement of PHINodes are not supported");
31 STATISTIC(NotMovedTerminator, "Movement of Terminator are not supported");
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp64 STATISTIC(NegatorTotalNegationsAttempted,
66 STATISTIC(NegatorNumTreesNegated,
68 STATISTIC(NegatorMaxDepthVisited, "Negator: Maximal traversal depth ever "
70 STATISTIC(NegatorTimesDepthLimitReached,
73 STATISTIC(
76 STATISTIC(NegatorNumNegationsFoundInCache,
78 STATISTIC(NegatorMaxTotalValuesVisited,
81 STATISTIC(NegatorNumInstructionsCreatedTotal,
83 STATISTIC(NegatorMaxInstructionsCreated,
86 STATISTIC(NegatorNumInstructionsNegatedSuccess,
/external/llvm-project/llvm/lib/Target/X86/
DX86LoadValueInjectionRetHardening.cpp37 STATISTIC(NumFences, "Number of LFENCEs inserted for LVI mitigation");
38 STATISTIC(NumFunctionsConsidered, "Number of functions analyzed");
39 STATISTIC(NumFunctionsMitigated, "Number of functions for which mitigations "
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp33 STATISTIC(NumPhis, "Number of phis propagated");
34 STATISTIC(NumSelects, "Number of selects propagated");
35 STATISTIC(NumMemAccess, "Number of memory access targets propagated");
36 STATISTIC(NumCmps, "Number of comparisons propagated");
37 STATISTIC(NumReturns, "Number of return values propagated");
38 STATISTIC(NumDeadCases, "Number of switch cases removed");
39 STATISTIC(NumSDivs, "Number of sdiv converted to udiv");
40 STATISTIC(NumSRems, "Number of srem converted to urem");

12345678910>>...34