Home
last modified time | relevance | path

Searched refs:Locations (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp18 for (const LocationList &L : Locations) { in dump()
40 Locations.resize(Locations.size() + 1); in parse()
41 LocationList &Loc = Locations.back(); in parse()
80 Locations.resize(Locations.size() + 1); in parse()
81 LocationList &Loc = Locations.back(); in parse()
111 for (const LocationList &L : Locations) { in dump()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp61 Locations.begin(), Locations.end(), Offset, in getLocationListAtOffset()
63 if (It != Locations.end() && It->Offset == Offset) in getLocationListAtOffset()
82 for (const LocationList &L : Locations) { in dump()
139 Locations.push_back(std::move(*LL)); in parse()
184 Locations.push_back(std::move(*LL)); in parse()
193 Locations.begin(), Locations.end(), Offset, in getLocationListAtOffset()
195 if (It != Locations.end() && It->Offset == Offset) in getLocationListAtOffset()
226 for (const LocationList &L : Locations) { in dump()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.h49 auto I = Locations.find(Val); in getLocation()
50 if (I == Locations.end()) in getLocation()
56 assert(!Locations.count(Val) && in setLocation()
58 Locations[Val] = Location; in setLocation()
102 DenseMap<SDValue, SDValue> Locations;
DStatepointLowering.cpp54 Locations.clear(); in startNewStatepoint()
63 Locations.clear(); in clear()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.h54 auto I = Locations.find(Val); in getLocation()
55 if (I == Locations.end()) in getLocation()
61 assert(!Locations.count(Val) && in setLocation()
63 Locations[Val] = Location; in setLocation()
107 DenseMap<SDValue, SDValue> Locations;
/external/llvm/lib/CodeGen/
DStackMaps.cpp164 const LocationVec &CSLocs = CSI.Locations; in print()
291 LocationVec Locations; in recordStackMapOpers() local
296 parseOperand(MI.operands_begin(), std::next(MI.operands_begin()), Locations, in recordStackMapOpers()
302 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in recordStackMapOpers()
306 for (auto &Loc : Locations) { in recordStackMapOpers()
332 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers()
364 auto &Locations = CSInfos.back().Locations; in recordPatchPoint() local
368 assert(Locations[i].Type == Location::Register && in recordPatchPoint()
473 const LocationVec &CSLocs = CSI.Locations; in emitCallsiteEntries()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackMaps.cpp180 const LocationVec &CSLocs = CSI.Locations; in print()
307 LocationVec Locations; in recordStackMapOpers() local
312 parseOperand(MI.operands_begin(), std::next(MI.operands_begin()), Locations, in recordStackMapOpers()
318 MOI = parseOperand(MOI, MOE, Locations, LiveOuts); in recordStackMapOpers()
322 for (auto &Loc : Locations) { in recordStackMapOpers()
348 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers()
385 auto &Locations = CSInfos.back().Locations; in recordPatchPoint() local
389 assert(Locations[i].Type == Location::Register && in recordPatchPoint()
498 const LocationVec &CSLocs = CSI.Locations; in emitCallsiteEntries()
/external/clang/include/clang/Sema/
DInitialization.h477 SourceLocation Locations[3]; variable
483 Locations[0] = Loc1; in InitializationKind()
484 Locations[1] = Loc2; in InitializationKind()
485 Locations[2] = Loc3; in InitializationKind()
582 SourceLocation getLocation() const { return Locations[0]; } in getLocation()
586 return SourceRange(Locations[0], Locations[2]); in getRange()
593 return Locations[1]; in getEqualLoc()
615 return SourceRange(Locations[1], Locations[2]); in getParenRange()
/external/llvm/include/llvm/CodeGen/
DStackMaps.h199 LocationVec Locations; member
203 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo()
204 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DStackMaps.h273 LocationVec Locations; member
278 LocationVec &&Locations, LiveOutVec &&LiveOuts) in CallsiteInfo()
279 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLoc.h45 LocationLists Locations; variable
73 LocationLists Locations; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLoc.h54 LocationLists Locations; variable
94 LocationLists Locations; variable
/external/libpng/projects/owatcom/
Dlibpng.wpj16 # Locations of zlib and (if required) awk (change as required:)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp173 : BB(B), Pred(P), Values(std::move(V)), Locations(std::move(L)) {} in RenamePassData()
178 LocationVector Locations; member
665 RenamePassData::LocationVector Locations(Allocas.size()); in run() local
671 std::move(Locations)); in run()
676 RenamePass(RPD.BB, RPD.Pred, RPD.Values, RPD.Locations, RenamePassWorkList); in run()
/external/clang/tools/c-index-test/
Dc-index-test.c2301 CursorSourceLocation *Locations = 0; in inspect_cursor_at() local
2312 Locations = (CursorSourceLocation *)malloc( in inspect_cursor_at()
2316 if ((errorCode = parse_file_line_column(input, &Locations[Loc].filename, in inspect_cursor_at()
2317 &Locations[Loc].line, in inspect_cursor_at()
2318 &Locations[Loc].column, 0, 0))) in inspect_cursor_at()
2362 CXFile file = clang_getFile(TU, Locations[Loc].filename); in inspect_cursor_at()
2367 clang_getLocation(TU, file, Locations[Loc].line, in inspect_cursor_at()
2368 Locations[Loc].column)); in inspect_cursor_at()
2375 free(Locations[Loc].filename); in inspect_cursor_at()
2383 free(Locations); in inspect_cursor_at()
[all …]
/external/tensorflow/tensorflow/python/profiler/
Dpprof_profiler.py148 class Locations(object): class
272 self._locations = Locations(self._functions)
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp235 SmallVector<SourceLocation, 4> Locations; in DiagnoseUnexpandedParameterPacks() local
251 Locations.push_back(Unexpanded[I].second); in DiagnoseUnexpandedParameterPacks()
259 for (unsigned I = 0, N = Locations.size(); I != N; ++I) in DiagnoseUnexpandedParameterPacks()
260 DB << SourceRange(Locations[I]); in DiagnoseUnexpandedParameterPacks()
/external/arm-trusted-firmware/docs/plat/
Dintel-agilex.rst16 Code Locations
Dintel-stratix10.rst16 Code Locations
Dsynquacer.rst14 Code Locations
/external/arm-trusted-firmware/docs/plat/arm/fvp-ve/
Dindex.rst18 Code Locations
/external/llvm/docs/
DStatepoints.rst556 Locations for each pointer value which may need read and/or updated by
560 Each statepoint generates the following Locations:
568 * Constant which describes number of following deopt *Locations* (not
570 * Variable number of Locations, one for each deopt parameter listed in
578 exactly two Locations. Relocation records are described in detail
583 Locations. The second element in the record represents the pointer (or
595 * The Locations within each record may either be of pointer size or a
600 Both Locations in a pair can be assumed to be of the same size.
602 Note that the Locations used in each section may describe the same
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DStatepoints.rst592 Locations for each pointer value which may need read and/or updated by
596 Each statepoint generates the following Locations:
604 * Constant which describes number of following deopt *Locations* (not
606 * Variable number of Locations, one for each deopt parameter listed in
614 exactly two Locations. Relocation records are described in detail
619 Locations. The second element in the record represents the pointer (or
631 * The Locations within each record may either be of pointer size or a
636 Both Locations in a pair can be assumed to be of the same size.
638 Note that the Locations used in each section may describe the same
/external/deqp/doc/testspecs/GLES31/
Dfunctional.uniform_location.txt43 qualifiers with a location specified. Locations of all uniforms in the shader
/external/angle/extensions/
DCHROMIUM_bind_uniform_location.txt139 3/9/2017 Locations set in the shader override ones set by the binding

12