HomeSort by: relevance | last modified time | path
    Searched defs:Basic (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
ImportedFunctionsInliningStatistics.h 106 Basic = 1,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Target/
CGPassBuilderOption.h 25 enum class RegAllocType { Default, Basic, Fast, Greedy, PBQP };
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
XCOFF.h 308 Basic,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
llvm-pdbutil.h 37 enum class DumpLevel { None, Basic, Verbose };
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 18 #include "clang/Basic/LLVM.h"
19 #include "clang/Basic/SourceLocation.h"
123 enum class Kind { Basic, PathSensitive };
259 : BugReport(Kind::Basic, bt, desc), Location(l) {}
262 return R->getKind() == Kind::Basic;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericDomTree.h 245 enum class VerificationLevel { Fast, Basic, Full };
347 /// getNode - return the (Post)DominatorTree node for the specified basic
466 /// Find nearest common dominator basic block for basic block A and B. A and B
668 /// children list. Deletes dominator node associated with basic block BB.
794 /// - Basic -- checks if the tree is correct, but compares it to a freshly
798 /// - Fast -- checks basic tree structure and compares it with a freshly
  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangle.cpp 499 FunctionIdentifierCodeGroup::Basic);
537 static IFK Basic[36] = {
655 case FunctionIdentifierCodeGroup::Basic:
656 return Basic[Index];
673 case FunctionIdentifierCodeGroup::Basic:
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp 25 // * PHI nodes must be the first thing in a basic block, all grouped together
27 // * All basic blocks should only end with terminator insts, not contain them
29 // * All Instructions must be embedded into a basic block
285 /// When verifying a basic block, keep track of all of the
377 *OS << "Basic Block in function '" << F.getName()
892 Assert(I->getParent(), "function-local metadata not in basic block", L, I);
1040 auto *Basic = dyn_cast_or_null<DIBasicType>(T);
1043 (Basic && (Basic->getEncoding() == dwarf::DW_ATE_unsigned ||
1044 Basic->getEncoding() == dwarf::DW_ATE_signed |
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 1142 Basic, ///< A normal use, with no folding.
1143 Special, ///< A special case of basic, allowing -1 scales.
1595 case Basic: OS << "Basic"; break;
1672 case LSRUse::Basic:
1677 // Special case Basic to handle -1 scales.
1787 case LSRUse::Basic:
2575 // Basic uses can't accept any offset, for example.
3269 LSRUse::KindType Kind = LSRUse::Basic;
3476 S, LSRUse::Basic, MemAccessTy())
    [all...]

Completed in 34 milliseconds