Home
last modified time | relevance | path

Searched refs:Locs (Results 1 – 25 of 41) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDebugLocStream.h155 DebugLocStream &Locs; variable
162 ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm, in ListBuilder() argument
164 : Locs(Locs), Asm(Asm), V(V), MI(MI), ListIndex(Locs.startList(&CU)) {} in ListBuilder()
172 DebugLocStream &getLocs() { return Locs; } in getLocs()
177 DebugLocStream &Locs; variable
181 : Locs(List.getLocs()) { in EntryBuilder()
182 Locs.startEntry(Begin, End); in EntryBuilder()
186 ~EntryBuilder() { Locs.finalizeEntry(); } in ~EntryBuilder()
188 BufferByteStreamer getStreamer() { return Locs.getStreamer(); } in getStreamer()
DDIEHash.cpp227 const DebugLocStream &Locs = DD.getDebugLocs(); in hashLocList() local
228 for (const auto &Entry : Locs.getEntries(Locs.getList(LocList.getValue()))) in hashLocList()
DDebugLocStream.cpp42 if (!Locs.finalizeList(Asm)) in ~ListBuilder()
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocStream.h155 DebugLocStream &Locs; variable
162 ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm, in ListBuilder() argument
164 : Locs(Locs), Asm(Asm), V(V), MI(MI), ListIndex(Locs.startList(&CU)) {} in ListBuilder()
172 DebugLocStream &getLocs() { return Locs; } in getLocs()
177 DebugLocStream &Locs; variable
181 : Locs(List.getLocs()) { in EntryBuilder()
182 Locs.startEntry(Begin, End); in EntryBuilder()
186 ~EntryBuilder() { Locs.finalizeEntry(); } in ~EntryBuilder()
188 BufferByteStreamer getStreamer() { return Locs.getStreamer(); } in getStreamer()
DDebugLocStream.cpp42 if (!Locs.finalizeList(Asm)) in ~ListBuilder()
DDIEHash.cpp275 const DebugLocStream &Locs = DD.getDebugLocs(); in hashLocList() local
276 for (const auto &Entry : Locs.getEntries(Locs.getList(LocList.getValue()))) in hashLocList()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVFunction.cpp61 auto Locs = Decorates.equal_range(DecorationFuncParamAttr); in foreachAttr() local
62 for (auto I = Locs.first, E = Locs.second; I != E; ++I){ in foreachAttr()
161 auto Locs = Decorates.equal_range(DecorationFuncParamAttr); in foreachReturnValueAttr() local
162 for (auto I = Locs.first, E = Locs.second; I != E; ++I){ in foreachReturnValueAttr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCallingConvLower.cpp33 TRI(*MF.getSubtarget().getRegisterInfo()), Locs(locs), Context(C) { in CCState()
72 for (auto const &ValAssign : Locs) { in IsShadowAllocatedReg()
214 unsigned NumLocs = Locs.size(); in getRemainingRegParmsForType()
232 HaveRegParm = Locs.back().isRegLoc(); in getRemainingRegParmsForType()
236 assert(NumLocs < Locs.size() && "CC assignment failed to add location"); in getRemainingRegParmsForType()
237 for (unsigned I = NumLocs, E = Locs.size(); I != E; ++I) in getRemainingRegParmsForType()
238 if (Locs[I].isRegLoc()) in getRemainingRegParmsForType()
239 Regs.push_back(MCPhysReg(Locs[I].getLocReg())); in getRemainingRegParmsForType()
246 Locs.resize(NumLocs); in getRemainingRegParmsForType()
DStackMaps.cpp104 MachineInstr::const_mop_iterator MOE, LocationVec &Locs, in parseOperand() argument
119 Locs.emplace_back(StackMaps::Location::Direct, Size, in parseOperand()
128 Locs.emplace_back(StackMaps::Location::Indirect, Size, in parseOperand()
136 Locs.emplace_back(Location::Constant, sizeof(int64_t), 0, Imm); in parseOperand()
164 Locs.emplace_back(Location::Register, TRI->getSpillSize(*RC), in parseOperand()
/external/llvm/lib/CodeGen/
DCallingConvLower.cpp31 TRI(*MF.getSubtarget().getRegisterInfo()), Locs(locs), Context(C), in CCState()
197 unsigned NumLocs = Locs.size(); in getRemainingRegParmsForType()
215 HaveRegParm = Locs.back().isRegLoc(); in getRemainingRegParmsForType()
219 assert(NumLocs < Locs.size() && "CC assignment failed to add location"); in getRemainingRegParmsForType()
220 for (unsigned I = NumLocs, E = Locs.size(); I != E; ++I) in getRemainingRegParmsForType()
221 if (Locs[I].isRegLoc()) in getRemainingRegParmsForType()
222 Regs.push_back(MCPhysReg(Locs[I].getLocReg())); in getRemainingRegParmsForType()
229 Locs.resize(NumLocs); in getRemainingRegParmsForType()
DStackMaps.cpp89 MachineInstr::const_mop_iterator MOE, LocationVec &Locs, in parseOperand() argument
104 Locs.emplace_back(StackMaps::Location::Direct, Size, in parseOperand()
113 Locs.emplace_back(StackMaps::Location::Indirect, Size, in parseOperand()
121 Locs.emplace_back(Location::Constant, sizeof(int64_t), 0, Imm); in parseOperand()
149 Locs.emplace_back(Location::Register, RC->getSize(), DwarfRegNum, Offset); in parseOperand()
/external/llvm/lib/MC/
DMCCodeView.cpp163 std::vector<MCCVLineEntry> Locs = getFunctionLineEntries(FuncId); in emitLineTableForFunction() local
164 bool HaveColumns = any_of(Locs, [](const MCCVLineEntry &LineEntry) { in emitLineTableForFunction()
170 for (auto I = Locs.begin(), E = Locs.end(); I != E;) { in emitLineTableForFunction()
290 ArrayRef<MCCVLineEntry> Locs = getLinesForExtent(LocBegin, LocEnd); in encodeInlineLineTable() local
291 if (Locs.empty()) in encodeInlineLineTable()
301 MCCVLineEntry StartLoc(Frag.getFnStartSym(), MCCVLoc(Locs.front())); in encodeInlineLineTable()
309 for (const MCCVLineEntry &Loc : Locs) { in encodeInlineLineTable()
/external/llvm/utils/TableGen/
DCTagsEmitter.cpp61 ArrayRef<SMLoc> Locs = R->getLoc(); in locate() local
62 return !Locs.empty() ? Locs.front() : SMLoc(); in locate()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCTagsEmitter.cpp61 ArrayRef<SMLoc> Locs = R->getLoc(); in locate() local
62 return !Locs.empty() ? Locs.front() : SMLoc(); in locate()
DDAGISelMatcherEmitter.cpp194 auto Locs = R->getLoc(); in getIncludePath() local
196 if (Locs.size() > 1) { in getIncludePath()
198 L = Locs[1]; in getIncludePath()
199 } else if (Locs.size() == 1) { in getIncludePath()
200 L = Locs[0]; in getIncludePath()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp334 std::vector<MCCVLineEntry> Locs = getFunctionLineEntries(FuncId); in emitLineTableForFunction() local
335 bool HaveColumns = any_of(Locs, [](const MCCVLineEntry &LineEntry) { in emitLineTableForFunction()
341 for (auto I = Locs.begin(), E = Locs.end(); I != E;) { in emitLineTableForFunction()
471 ArrayRef<MCCVLineEntry> Locs = getLinesForExtent(LocBegin, LocEnd); in encodeInlineLineTable() local
472 if (Locs.empty()) in encodeInlineLineTable()
477 const MCSection *FirstSec = &Locs.front().getLabel()->getSection(); in encodeInlineLineTable()
478 for (const MCCVLineEntry &Loc : Locs) { in encodeInlineLineTable()
491 MCCVLineEntry StartLoc(Frag.getFnStartSym(), MCCVLoc(Locs.front())); in encodeInlineLineTable()
503 for (const MCCVLineEntry &Loc : Locs) { in encodeInlineLineTable()
/external/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1296 LocPair Locs(MemoryLocation(PN, PNSize, PNAAInfo), in aliasPHI() local
1299 std::swap(Locs.first, Locs.second); in aliasPHI()
1308 assert(AliasCache.count(Locs) && in aliasPHI()
1310 AliasResult OrigAliasResult = AliasCache[Locs]; in aliasPHI()
1311 AliasCache[Locs] = NoAlias; in aliasPHI()
1325 AliasCache[Locs] = OrigAliasResult; in aliasPHI()
1477 LocPair Locs(MemoryLocation(V1, V1Size, V1AAInfo), in aliasCheck() local
1480 std::swap(Locs.first, Locs.second); in aliasCheck()
1482 AliasCache.insert(std::make_pair(Locs, MayAlias)); in aliasCheck()
1498 return AliasCache[Locs] = Result; in aliasCheck()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1499 LocPair Locs(MemoryLocation(PN, PNSize, PNAAInfo), in aliasPHI() local
1502 std::swap(Locs.first, Locs.second); in aliasPHI()
1511 assert(AliasCache.count(Locs) && in aliasPHI()
1513 AliasResult OrigAliasResult = AliasCache[Locs]; in aliasPHI()
1514 AliasCache[Locs] = NoAlias; in aliasPHI()
1528 AliasCache[Locs] = OrigAliasResult; in aliasPHI()
1717 LocPair Locs(MemoryLocation(V1, V1Size, V1AAInfo), in aliasCheck() local
1720 std::swap(Locs.first, Locs.second); in aliasCheck()
1722 AliasCache.insert(std::make_pair(Locs, MayAlias)); in aliasCheck()
1738 return AliasCache[Locs] = Result; in aliasCheck()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h197 SmallVectorImpl<CCValAssign> &Locs; variable
261 Locs.push_back(V); in addLoc()
544 unsigned NumFirstPassLocs = Locs.size(); in AnalyzeArgumentsSecondPass()
560 std::swap(TmpArgLocs, Locs); in AnalyzeArgumentsSecondPass()
563 std::back_inserter(Locs), in AnalyzeArgumentsSecondPass()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/
Dsancov.cpp150 SmallVector<DILineInfo, 1> Locs; member
383 for (const DILineInfo &Loc : Point.Locs) { in operator <<()
396 for (const DILineInfo &Loc : PointPtr->Locs) { in operator <<()
410 for (const auto &Loc : Point->Locs) { in operator <<()
530 CoveragePoint->Locs.push_back(LineInfo); in read()
652 Point.Locs.push_back(*LineInfo); in getCoveragePoints()
666 Point.Locs.push_back(FrameInfo); in getCoveragePoints()
979 for (const auto &Loc : Point.Locs) { in computeFunctions()
994 for (const auto &Loc : Point.Locs) { in computeNotCoveredFunctions()
1011 for (const auto &Loc : Point.Locs) { in computeCoveredFunctions()
[all …]
/external/swiftshader/third_party/LLVM/lib/Analysis/
DBasicAliasAnalysis.cpp1182 LocPair Locs(Location(V1, V1Size, V1TBAAInfo), in aliasCheck() local
1185 std::swap(Locs.first, Locs.second); in aliasCheck()
1187 AliasCache.insert(std::make_pair(Locs, MayAlias)); in aliasCheck()
1200 if (Result != MayAlias) return AliasCache[Locs] = Result; in aliasCheck()
1210 if (Result != MayAlias) return AliasCache[Locs] = Result; in aliasCheck()
1220 if (Result != MayAlias) return AliasCache[Locs] = Result; in aliasCheck()
1229 return AliasCache[Locs] = PartialAlias; in aliasCheck()
1234 return AliasCache[Locs] = Result; in aliasCheck()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DCallingConvLower.h160 SmallVector<CCValAssign, 16> &Locs; variable
177 Locs.push_back(V); in addLoc()
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h201 SmallVectorImpl<CCValAssign> &Locs; variable
267 Locs.push_back(V); in addLoc()
/external/clang/include/clang/AST/
DDeclObjC.h89 const SourceLocation *Locs, ASTContext &Ctx);
1398 const SourceLocation *Locs, ASTContext &C) { in setProtocolList() argument
1399 data().ReferencedProtocols.set(List, Num, Locs, C); in setProtocolList()
2068 const SourceLocation *Locs, ASTContext &C) { in setProtocolList() argument
2070 data().ReferencedProtocols.set(List, Num, Locs, C); in setProtocolList()
2234 const SourceLocation *Locs, ASTContext &C) { in setProtocolList() argument
2235 ReferencedProtocols.set(List, Num, Locs, C); in setProtocolList()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h1343 SmallVector<SMLoc, 4> Locs; variable
1368 : Name(N), Locs(locs.begin(), locs.end()), TrackedRecords(records), in Name()
1381 : Name(O.Name), Locs(O.Locs), TemplateArgs(O.TemplateArgs), in Record()
1402 ArrayRef<SMLoc> getLoc() const { return Locs; } in getLoc()
1403 void appendLoc(SMLoc Loc) { Locs.push_back(Loc); } in appendLoc()

12