| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CloneDetection.cpp | 423 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 D | SymbolManager.h | 307 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 D | SymExpr.h | 64 mutable unsigned Complexity = 0; variable
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenTarget.h | 241 unsigned Complexity; variable 253 unsigned getComplexity() const { return Complexity; } in getComplexity()
|
| H A D | CodeGenTarget.cpp | 355 Complexity = NumOperands * 3; in ComplexPattern() 357 Complexity = RawComplexity; in ComplexPattern()
|
| H A D | CodeGenDAGPatterns.cpp | 4368 int Complexity = TheDef->getValueAsInt("AddedComplexity"); in ParseOnePattern() local 4385 InstImpResults, Complexity, in ParseOnePattern()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | FastISelEmitter.cpp | 576 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 D | X86ISelDAGToDAG.cpp | 3138 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 D | X86InstrArithmetic.td | 1383 // Complexity is reduced to give and with immediate a chance to match first.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPatterns.td | 1959 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 D | funstack.ok | 973 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 D | funstack.in | 6860 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 D | Checkers.td | 1630 "Complexity is here defined as the total amount of children "
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 773 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 D | TargetSelectionDAG.td | 2233 int Complexity = complexity;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrInfo.td | 2357 // 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 D | RISCVInstrInfoVVLPatterns.td | 726 // Give explicit Complexity to prefer simm5/uimm5.
|