Home
last modified time | relevance | path

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

12345678910>>...25

/external/swiftshader/third_party/LLVM/lib/Analysis/
DInstCount.cpp25 STATISTIC(TotalInsts , "Number of instructions (of all types)");
26 STATISTIC(TotalBlocks, "Number of basic blocks");
27 STATISTIC(TotalFuncs , "Number of non-external functions");
28 STATISTIC(TotalMemInst, "Number of memory instructions");
31 STATISTIC(Num ## OPCODE ## Inst, "Number of " #OPCODE " insts");
DLoopDependenceAnalysis.cpp41 STATISTIC(NumAnswered, "Number of dependence queries answered");
42 STATISTIC(NumAnalysed, "Number of distinct dependence pairs analysed");
43 STATISTIC(NumDependent, "Number of pairs with dependent accesses");
44 STATISTIC(NumIndependent, "Number of pairs with independent accesses");
45 STATISTIC(NumUnknown, "Number of pairs with unknown accesses");
/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/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/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/swiftshader/third_party/llvm-7.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");
/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-7.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/swiftshader/third_party/llvm-7.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 …]
DAArch64CollectLOH.cpp121 STATISTIC(NumADRPSimpleCandidate,
123 STATISTIC(NumADDToSTR, "Number of simplifiable STR reachable by ADD");
124 STATISTIC(NumLDRToSTR, "Number of simplifiable STR reachable by LDR");
125 STATISTIC(NumADDToLDR, "Number of simplifiable LDR reachable by ADD");
126 STATISTIC(NumLDRToLDR, "Number of simplifiable LDR reachable by LDR");
127 STATISTIC(NumADRPToLDR, "Number of simplifiable LDR reachable by ADRP");
128 STATISTIC(NumADRSimpleCandidate, "Number of simplifiable ADRP + ADD");
/external/swiftshader/third_party/llvm-7.0/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(NumSDivs, "Number of sdiv converted to udiv");
62 STATISTIC(NumUDivs, "Number of udivs whose width was decreased");
63 STATISTIC(NumAShrs, "Number of ashr converted to lshr");
[all …]
DDivRemPairs.cpp29 STATISTIC(NumPairs, "Number of div/rem pairs");
30 STATISTIC(NumHoisted, "Number of instructions hoisted");
31 STATISTIC(NumDecomposed, "Number of instructions decomposed");
/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");
/external/llvm/lib/MC/
DMCAssembler.cpp40 STATISTIC(EmittedFragments, "Number of emitted assembler fragments - total");
41 STATISTIC(EmittedRelaxableFragments,
43 STATISTIC(EmittedDataFragments,
45 STATISTIC(EmittedCompactEncodedInstFragments,
47 STATISTIC(EmittedAlignFragments,
49 STATISTIC(EmittedFillFragments,
51 STATISTIC(EmittedOrgFragments,
53 STATISTIC(evaluateFixup, "Number of evaluated fixups");
54 STATISTIC(FragmentLayouts, "Number of fragment layouts");
55 STATISTIC(ObjectBytes, "Number of emitted object file bytes");
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCReduceCRLogicals.cpp34 STATISTIC(NumContainedSingleUseBinOps,
36 STATISTIC(NumToSplitBlocks,
38 STATISTIC(TotalCRLogicals, "Number of CR logical ops.");
39 STATISTIC(TotalNullaryCRLogicals,
41 STATISTIC(TotalUnaryCRLogicals, "Number of unary CR logical ops.");
42 STATISTIC(TotalBinaryCRLogicals, "Number of CR logical ops.");
43 STATISTIC(NumBlocksSplitOnBinaryCROp,
45 STATISTIC(NumNotSplitIdenticalOperands,
47 STATISTIC(NumNotSplitChainCopies,
49 STATISTIC(NumNotSplitWrongOpcode,
DPPCPreEmitPeephole.cpp32 STATISTIC(NumRRConvertedInPreEmit,
34 STATISTIC(NumRemovedInPreEmit,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCAssembler.cpp53 STATISTIC(EmittedFragments, "Number of emitted assembler fragments - total");
54 STATISTIC(EmittedRelaxableFragments,
56 STATISTIC(EmittedDataFragments,
58 STATISTIC(EmittedCompactEncodedInstFragments,
60 STATISTIC(EmittedAlignFragments,
62 STATISTIC(EmittedFillFragments,
64 STATISTIC(EmittedOrgFragments,
66 STATISTIC(evaluateFixup, "Number of evaluated fixups");
67 STATISTIC(FragmentLayouts, "Number of fragment layouts");
68 STATISTIC(ObjectBytes, "Number of emitted object file bytes");
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp27 STATISTIC(NumPhis, "Number of phis propagated");
28 STATISTIC(NumSelects, "Number of selects propagated");
29 STATISTIC(NumMemAccess, "Number of memory access targets propagated");
30 STATISTIC(NumCmps, "Number of comparisons propagated");
/external/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp33 STATISTIC(NumAliases , "Number of global aliases removed");
34 STATISTIC(NumFunctions, "Number of functions removed");
35 STATISTIC(NumIFuncs, "Number of indirect functions removed");
36 STATISTIC(NumVariables, "Number of global variables removed");
DElimAvailExtern.cpp27 STATISTIC(NumFunctions, "Number of functions removed");
28 STATISTIC(NumVariables, "Number of global variables removed");
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp32 STATISTIC(NumAliases , "Number of global aliases removed");
33 STATISTIC(NumFunctions, "Number of functions removed");
34 STATISTIC(NumIFuncs, "Number of indirect functions removed");
35 STATISTIC(NumVariables, "Number of global variables removed");
DElimAvailExtern.cpp30 STATISTIC(NumFunctions, "Number of functions removed");
31 STATISTIC(NumVariables, "Number of global variables removed");
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp36 STATISTIC(NumPartialMappingsCreated,
38 STATISTIC(NumPartialMappingsAccessed,
40 STATISTIC(NumValueMappingsCreated,
42 STATISTIC(NumValueMappingsAccessed,
44 STATISTIC(NumOperandsMappingsCreated,
46 STATISTIC(NumOperandsMappingsAccessed,
48 STATISTIC(NumInstructionMappingsCreated,
50 STATISTIC(NumInstructionMappingsAccessed,
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInternalize.cpp29 STATISTIC(NumAliases , "Number of aliases internalized");
30 STATISTIC(NumFunctions, "Number of functions internalized");
31 STATISTIC(NumGlobals , "Number of global vars internalized");

12345678910>>...25