HomeSort by relevance Sort by last modified time
    Searched refs:Locations (Results 1 - 24 of 24) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.h 27 /// For each statepoint it tracks locations of it's gc valuess (incoming and
49 auto I = Locations.find(Val);
50 if (I == Locations.end())
56 assert(!Locations.count(Val) &&
58 Locations[Val] = Location;
102 DenseMap<SDValue, SDValue> Locations;
StatepointLowering.cpp 54 Locations.clear();
63 Locations.clear();
502 // Record computed locations for all lowered values.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.h 32 /// For each statepoint it tracks locations of it's gc valuess (incoming and
54 auto I = Locations.find(Val);
55 if (I == Locations.end())
61 assert(!Locations.count(Val) &&
63 Locations[Val] = Location;
107 DenseMap<SDValue, SDValue> Locations;
StatepointLowering.cpp 77 Locations.clear();
87 Locations.clear();
561 // Record computed locations for all lowered values.
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LibCallSemantics.h 22 /// LibCallLocationInfo - This struct describes a set of memory locations that
33 /// Locations can also be defined in a constant-sensitive way. For example,
58 /// potentially against a set of abstract locations defined by the optimizer.
109 /// locations. For example, if this libcall is known to only modify
130 mutable const LibCallLocationInfo *Locations;
133 LibCallInfo() : Impl(0), Locations(0), NumLocations(0) {}
153 /// getLocationInfo - Return descriptors for the locations referenced by
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 32 /// A list of locations that contain one variable.
37 /// All the locations in which the variable is stored.
44 /// the locations in which the variable is stored.
45 LocationLists Locations;
73 LocationLists Locations;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLoc.cpp 18 for (const LocationList &L : Locations) {
40 Locations.resize(Locations.size() + 1);
41 LocationList &Loc = Locations.back();
80 Locations.resize(Locations.size() + 1);
81 LocationList &Loc = Locations.back();
111 for (const LocationList &L : Locations) {
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LibCallSemantics.cpp 34 NumLocations = getLocationInfo(Locations);
37 return Locations[LocID];
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFDebugLoc.cpp 61 Locations.begin(), Locations.end(), Offset,
63 if (It != Locations.end() && It->Offset == Offset)
82 for (const LocationList &L : Locations) {
139 Locations.push_back(std::move(*LL));
184 Locations.push_back(std::move(*LL));
193 Locations.begin(), Locations.end(), Offset,
195 if (It != Locations.end() && It->Offset == Offset)
226 for (const LocationList &L : Locations) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLoc.h 36 /// A list of locations that contain one variable.
41 /// All the locations in which the variable is stored.
53 /// the locations in which the variable is stored.
54 LocationLists Locations;
94 LocationLists Locations;
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 73 /// Get the index at which stack map locations will be recorded.
199 LocationVec Locations;
203 LocationVec &&Locations, LiveOutVec &&LiveOuts)
204 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)),
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
StackMaps.h 132 /// Get the index at which stack map locations will be recorded.
273 LocationVec Locations;
278 LocationVec &&Locations, LiveOutVec &&LiveOuts)
279 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)),
  /external/clang/include/clang/Sema/
Initialization.h 476 /// \brief The source locations involved in the initialization.
477 SourceLocation Locations[3];
483 Locations[0] = Loc1;
484 Locations[1] = Loc2;
485 Locations[2] = Loc3;
582 SourceLocation getLocation() const { return Locations[0]; }
586 return SourceRange(Locations[0], Locations[2]);
593 return Locations[1];
610 /// \brief Retrieve the source range containing the locations of the ope
    [all...]
  /external/llvm/lib/CodeGen/
StackMaps.cpp 110 assert(Size > 0 && "Need a valid size for indirect memory locations.");
164 const LocationVec &CSLocs = CSI.Locations;
168 OS << WSMP << " has " << CSLocs.size() << " locations\n";
291 LocationVec Locations;
296 parseOperand(MI.operands_begin(), std::next(MI.operands_begin()), Locations,
302 MOI = parseOperand(MOI, MOE, Locations, LiveOuts);
306 for (auto &Loc : Locations) {
332 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations),
364 auto &Locations = CSInfos.back().Locations;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
StackMaps.cpp 125 assert(Size > 0 && "Need a valid size for indirect memory locations.");
180 const LocationVec &CSLocs = CSI.Locations;
184 OS << WSMP << " has " << CSLocs.size() << " locations\n";
307 LocationVec Locations;
312 parseOperand(MI.operands_begin(), std::next(MI.operands_begin()), Locations,
318 MOI = parseOperand(MOI, MOE, Locations, LiveOuts);
322 for (auto &Loc : Locations) {
348 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations),
385 auto &Locations = CSInfos.back().Locations;
    [all...]
  /external/tensorflow/tensorflow/python/profiler/
pprof_profiler.py 148 class Locations(object):
151 `Locations` store information about function call locations.
272 self._locations = Locations(self._functions)
323 # We add locations from stack trace in bottom-up order.
  /external/clang/tools/c-index-test/
c-index-test.c     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 173 : BB(B), Pred(P), Values(std::move(V)), Locations(std::move(L)) {}
178 LocationVector Locations;
470 // Walk the use-def list of the alloca, getting the locations of all stores.
579 // Calculate the set of read and write-locations for each alloca. This is
664 // locations until proven otherwise.
665 RenamePassData::LocationVector Locations(Allocas.size());
671 std::move(Locations));
676 RenamePass(RPD.BB, RPD.Pred, RPD.Values, RPD.Locations, RenamePassWorkList);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 235 SmallVector<SourceLocation, 4> Locations;
251 Locations.push_back(Unexpanded[I].second);
259 for (unsigned I = 0, N = Locations.size(); I != N; ++I)
260 DB << SourceRange(Locations[I]);
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 75 /// locations at which they were referenced.
77 SourceLocation *Locations;
82 ObjCProtocolList() : ObjCList<ObjCProtocolDecl>(), Locations(nullptr) { }
85 loc_iterator loc_begin() const { return Locations; }
86 loc_iterator loc_end() const { return Locations + size(); }
149 /// \brief Whether the locations of the selector identifiers are in a
172 /// and optionally followed by selector locations.
196 /// \brief Get a pointer to the stored selector identifiers locations array.
197 /// No locations will be stored if HasStandardSelLocs is true.
205 /// \brief Get a pointer to the stored selector identifiers locations array
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 42 Locations = new (Ctx) SourceLocation[Elts];
43 memcpy(Locations, Locs, sizeof(SourceLocation) * Elts);
    [all...]
ASTImporter.cpp     [all...]
  /external/swiftshader/third_party/SPIRV-Tools/
Android.mk 165 # Locations of grammar files.
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 

Completed in 2394 milliseconds