Home
last modified time | relevance | path

Searched refs:Complexity (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp423 size_t Complexity = 1; in calculateStmtComplexity() local
440 Complexity = 0; in calculateStmtComplexity()
447 Complexity += calculateStmtComplexity( in calculateStmtComplexity()
449 if (Complexity >= Limit) in calculateStmtComplexity()
454 Complexity += calculateStmtComplexity( in calculateStmtComplexity()
456 if (Complexity >= Limit) in calculateStmtComplexity()
460 return Complexity; in calculateStmtComplexity()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h307 if (Complexity == 0) in computeComplexity()
308 Complexity = 1 + Operand->computeComplexity(); in computeComplexity()
309 return Complexity; in computeComplexity()
359 if (Complexity == 0) in computeComplexity()
360 Complexity = 1 + Operand->computeComplexity(); in computeComplexity()
361 return Complexity; in computeComplexity()
457 if (Complexity == 0) in computeComplexity()
458 Complexity = in computeComplexity()
460 return Complexity; in computeComplexity()
H A DSymExpr.h64 mutable unsigned Complexity = 0; variable
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h241 unsigned Complexity; variable
253 unsigned getComplexity() const { return Complexity; } in getComplexity()
H A DCodeGenTarget.cpp355 Complexity = NumOperands * 3; in ComplexPattern()
357 Complexity = RawComplexity; in ComplexPattern()
H A DCodeGenDAGPatterns.cpp4368 int Complexity = TheDef->getValueAsInt("AddedComplexity"); in ParseOnePattern() local
4385 InstImpResults, Complexity, in ParseOnePattern()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp576 int Complexity = Pattern.getPatternComplexity(CGP); in collectPatterns() local
587 SimplePatterns[Operands][OpcodeName][VT][RetVT].emplace(Complexity, in collectPatterns()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp3138 unsigned Complexity = 0; in selectLEAAddr() local
3140 Complexity = 1; in selectLEAAddr()
3142 Complexity = 4; in selectLEAAddr()
3145 Complexity++; in selectLEAAddr()
3150 Complexity++; in selectLEAAddr()
3160 Complexity = 4; in selectLEAAddr()
3162 Complexity += 2; in selectLEAAddr()
3192 Complexity++; in selectLEAAddr()
3196 Complexity++; in selectLEAAddr()
3199 if (Complexity <= 2) in selectLEAAddr()
H A DX86InstrArithmetic.td1383 // Complexity is reduced to give and with immediate a chance to match first.
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td1959 let AddedComplexity = 20 in { // Complexity greater than and/or/xor
1976 let AddedComplexity = 20 in { // Complexity greater than and/or/xor
2000 let AddedComplexity = 20 in { // Complexity greater than cmp reg-imm.
2025 let AddedComplexity = 20 in { // Complexity greater than compare reg-imm.
2032 let AddedComplexity = 10 in // Complexity greater than compare reg-reg.
2048 let AddedComplexity = 20 in { // Complexity greater than cmp reg-imm.
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok973 I. Pohl A Sorting Problem and Its Complexity . . 462--464
2302 William C. Rounds The Intrinsically Exponential Complexity
2307 Jeffrey D. Ullman On the Complexity of LR(k) Testing . . . 707--716
2786 Michael O. Rabin Complexity of Computations . . . . . . . 625--633
2953 Michael O. Rabin Corrigendum: ``Complexity of
H A Dfunstack.in6860 title = "A Sorting Problem and Its Complexity",
17438 …title = "The Intrinsically Exponential Complexity of the Circularity Problem for Attribute …
17465 title = "On the Complexity of {LR(k)} Testing",
21188 title = "Complexity of Computations",
22477 title = "Corrigendum: {``Complexity of computations''}",
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1630 "Complexity is here defined as the total amount of children "
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp773 auto Complexity = CompareSCEVComplexity(LI, LHS, RHS, DT); in GroupByComplexity() local
774 return Complexity && *Complexity < 0; in GroupByComplexity()
796 unsigned Complexity = S->getSCEVType(); in GroupByComplexity() local
800 for (unsigned j = i+1; j != e && Ops[j]->getSCEVType() == Complexity; ++j) { in GroupByComplexity()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td2233 int Complexity = complexity;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td2357 // Complexity is added so that we match this before we match NILF on the AND
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVVLPatterns.td726 // Give explicit Complexity to prefer simm5/uimm5.