HomeSort by relevance Sort by last modified time
    Searched defs:DemandedBits (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
DemandedBits.h 1 //===-- llvm/Analysis/DemandedBits.h - Determine demanded bits --*- C++ -*-===//
39 class DemandedBits {
41 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) :
73 mutable Optional<DemandedBits> DB;
84 DemandedBits &getDemandedBits() { return *DB; }
89 /// An analysis that produces \c DemandedBits for a function.
96 typedef DemandedBits Result;
100 DemandedBits run(Function &F, AnalysisManager<Function> &AM);
103 /// \brief Printer pass for DemandedBits
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DemandedBits.h 1 //===- llvm/Analysis/DemandedBits.h - Determine demanded bits ---*- C++ -*-===//
41 class DemandedBits {
43 DemandedBits(Function &F, AssumptionCache &AC, DominatorTree &DT) :
74 mutable Optional<DemandedBits> DB;
87 DemandedBits &getDemandedBits() { return *DB; }
92 /// An analysis that produces \c DemandedBits for a function.
100 using Result = DemandedBits;
104 DemandedBits run(Function &F, FunctionAnalysisManager &AM);
107 /// Printer pass for DemandedBits
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 136 milliseconds