HomeSort by relevance Sort by last modified time
    Searched defs:Uses (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/skia/tests/
GpuLayerCacheTest.cpp 40 static int Uses(GrCachedLayer* layer) {
41 return layer->uses();
107 REPORTER_ASSERT(reporter, 1 == TestingAccess::Uses(layer));
  /external/skqp/tests/
GpuLayerCacheTest.cpp 40 static int Uses(GrCachedLayer* layer) {
41 return layer->uses();
107 REPORTER_ASSERT(reporter, 1 == TestingAccess::Uses(layer));
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FrameLowering.cpp 116 SmallSet<unsigned, 8> Uses;
125 Uses.insert(*AsI);
130 if (!Uses.count(*CS))
802 // more than 4K bytes on the stack. Windows uses __chkstk and cygwin/mingw
803 // uses __alloca. __alloca and the 32-bit version of __chkstk will probe the
    [all...]
  /external/clang/lib/Sema/
ScopeInfo.cpp 158 WeakUseVector &Uses =
160 Uses.push_back(WeakUseTy(Msg, Msg->getNumArgs() == 0));
185 FunctionScopeInfo::WeakObjectUseMap::iterator Uses;
190 Uses = WeakObjectUses.find(WeakObjectProfileTy(RefExpr));
197 Uses = WeakObjectUses.find(WeakObjectProfileTy(IvarE));
199 Uses = WeakObjectUses.find(WeakObjectProfileTy(DRE));
201 Uses = WeakObjectUses.end();
204 Uses =
213 if (Uses == WeakObjectUses.end())
218 llvm::find(llvm::reverse(Uses->second), WeakUseTy(E, true))
    [all...]
  /external/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 66 /// with no registered uses (in Uses) will never be marked alive and will
81 /// arguments it uses. This allows the MaybeLive values to be marked live
84 /// - Uses[ret F] = ret G
86 /// - Uses[arg F] = ret G
89 /// - Uses[ret F] = arg F
91 /// - Uses[arg F] = arg G
94 UseMap Uses;
  /external/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 60 /// \brief Keeps track of a constant candidate and its uses.
62 ConstantUseListType Uses;
72 Uses.push_back(ConstantUser(Inst, Idx));
79 ConstantUseListType Uses;
82 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
83 : Uses(std::move(Uses)), Offset(Offset) { }
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 176 SmallSet<uint16_t, 8> Uses;
185 Uses.insert(*AI);
189 if (!Uses.count(CS) && CS != X86::RIP)
334 // of the terminators uses the eflags. Otherwise we will insert
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 66 /// with no registered uses (in Uses) will never be marked alive and will
81 /// arguments it uses. This allows the MaybeLive values to be marked live
84 /// - Uses[ret F] = ret G
86 /// - Uses[arg F] = ret G
89 /// - Uses[ret F] = arg F
91 /// - Uses[arg F] = arg G
94 UseMap Uses;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 60 /// \brief Keeps track of a constant candidate and its uses.
62 ConstantUseListType Uses;
72 Uses.push_back(ConstantUser(Inst, Idx));
79 ConstantUseListType Uses;
82 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
83 : Uses(std::move(Uses)), Offset(Offset) { }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 66 /// with no registered uses (in Uses) will never be marked alive and will
81 /// arguments it uses. This allows the MaybeLive values to be marked live
84 /// - Uses[ret F] = ret G
86 /// - Uses[arg F] = ret G
89 /// - Uses[ret F] = arg F
91 /// - Uses[arg F] = arg G
94 UseMap Uses;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 66 /// with no registered uses (in Uses) will never be marked alive and will
81 /// arguments it uses. This allows the MaybeLive values to be marked live
84 /// - Uses[ret F] = ret G
86 /// - Uses[arg F] = ret G
89 /// - Uses[ret F] = arg F
91 /// - Uses[arg F] = arg G
94 UseMap Uses;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Scalar/
ConstantHoisting.h 74 /// \brief Keeps track of a constant candidate and its uses.
76 ConstantUseListType Uses;
85 Uses.push_back(ConstantUser(Inst, Idx));
92 ConstantUseListType Uses;
95 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
96 : Uses(std::move(Uses)), Offset(Offset) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Scalar/
ConstantHoisting.h 74 /// \brief Keeps track of a constant candidate and its uses.
76 ConstantUseListType Uses;
85 Uses.push_back(ConstantUser(Inst, Idx));
92 ConstantUseListType Uses;
95 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
96 : Uses(std::move(Uses)), Offset(Offset) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Scalar/
ConstantHoisting.h 74 /// \brief Keeps track of a constant candidate and its uses.
76 ConstantUseListType Uses;
85 Uses.push_back(ConstantUser(Inst, Idx));
92 ConstantUseListType Uses;
95 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
96 : Uses(std::move(Uses)), Offset(Offset) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Scalar/
ConstantHoisting.h 74 /// \brief Keeps track of a constant candidate and its uses.
76 ConstantUseListType Uses;
85 Uses.push_back(ConstantUser(Inst, Idx));
92 ConstantUseListType Uses;
95 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
96 : Uses(std::move(Uses)), Offset(Offset) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 66 /// with no registered uses (in Uses) will never be marked alive and will
81 /// arguments it uses. This allows the MaybeLive values to be marked live
84 /// - Uses[ret F] = ret G
86 /// - Uses[arg F] = ret G
89 /// - Uses[ret F] = arg F
91 /// - Uses[arg F] = arg G
94 UseMap Uses;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 60 /// \brief Keeps track of a constant candidate and its uses.
62 ConstantUseListType Uses;
72 Uses.push_back(ConstantUser(Inst, Idx));
79 ConstantUseListType Uses;
82 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
83 : Uses(std::move(Uses)), Offset(Offset) { }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 66 /// with no registered uses (in Uses) will never be marked alive and will
81 /// arguments it uses. This allows the MaybeLive values to be marked live
84 /// - Uses[ret F] = ret G
86 /// - Uses[arg F] = ret G
89 /// - Uses[ret F] = arg F
91 /// - Uses[arg F] = arg G
94 UseMap Uses;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 66 /// with no registered uses (in Uses) will never be marked alive and will
81 /// arguments it uses. This allows the MaybeLive values to be marked live
84 /// - Uses[ret F] = ret G
86 /// - Uses[arg F] = ret G
89 /// - Uses[ret F] = arg F
91 /// - Uses[arg F] = arg G
94 UseMap Uses;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Scalar/
ConstantHoisting.h 74 /// \brief Keeps track of a constant candidate and its uses.
76 ConstantUseListType Uses;
85 Uses.push_back(ConstantUser(Inst, Idx));
92 ConstantUseListType Uses;
95 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
96 : Uses(std::move(Uses)), Offset(Offset) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Scalar/
ConstantHoisting.h 74 /// \brief Keeps track of a constant candidate and its uses.
76 ConstantUseListType Uses;
85 Uses.push_back(ConstantUser(Inst, Idx));
92 ConstantUseListType Uses;
95 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
96 : Uses(std::move(Uses)), Offset(Offset) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Scalar/
ConstantHoisting.h 74 /// \brief Keeps track of a constant candidate and its uses.
76 ConstantUseListType Uses;
85 Uses.push_back(ConstantUser(Inst, Idx));
92 ConstantUseListType Uses;
95 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
96 : Uses(std::move(Uses)), Offset(Offset) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/
ConstantHoisting.h 74 /// \brief Keeps track of a constant candidate and its uses.
76 ConstantUseListType Uses;
85 Uses.push_back(ConstantUser(Inst, Idx));
92 ConstantUseListType Uses;
95 RebasedConstantInfo(ConstantUseListType &&Uses, Constant *Offset)
96 : Uses(std::move(Uses)), Offset(Offset) {}
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGInstrs.h 107 /// Defs, Uses - Remember where defs and uses of each physical register
112 std::vector<std::vector<SUnit *> > Uses;
115 /// unknown store, as we iterate. As with Defs and Uses, this is here
  /external/swiftshader/third_party/LLVM/utils/TableGen/
InstrInfoEmitter.cpp 22 static void PrintDefList(const std::vector<Record*> &Uses,
25 for (unsigned i = 0, e = Uses.size(); i != e; ++i)
26 OS << getQualifiedName(Uses[i]) << ", ";
183 // Emit all of the instruction's implicit uses and defs.
187 std::vector<Record*> Uses = Inst->getValueAsListOfDefs("Uses");
188 if (!Uses.empty()) {
189 unsigned &IL = EmittedLists[Uses];
190 if (!IL) PrintDefList(Uses, IL = ++ListNumber, OS);
313 // Emit the implicit uses and defs lists..
    [all...]

Completed in 556 milliseconds

1 2 3 4