Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugLocStream.h157 DebugLocStream &Locs; variable
165 ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm, in ListBuilder() argument
167 : Locs(Locs), Asm(Asm), V(V), MI(MI), ListIndex(Locs.startList(&CU)), in ListBuilder()
180 DebugLocStream &getLocs() { return Locs; } in getLocs()
185 DebugLocStream &Locs; variable
189 : Locs(List.getLocs()) { in EntryBuilder()
190 Locs.startEntry(Begin, End); in EntryBuilder()
194 ~EntryBuilder() { Locs.finalizeEntry(); } in ~EntryBuilder()
196 BufferByteStreamer getStreamer() { return Locs.getStreamer(); } in getStreamer()
DDIEHash.cpp226 const DebugLocStream &Locs = DD.getDebugLocs(); in hashLocList() local
227 for (const auto &Entry : Locs.getEntries(Locs.getList(LocList.getValue()))) in hashLocList()
DDebugLocStream.cpp41 if (!Locs.finalizeList(Asm)) in ~ListBuilder()
DCodeViewDebug.cpp488 static void addLocIfNotPresent(SmallVectorImpl<const DILocation *> &Locs, in addLocIfNotPresent() argument
490 auto B = Locs.begin(), E = Locs.end(); in addLocIfNotPresent()
492 Locs.push_back(Loc); in addLocIfNotPresent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCallingConvLower.cpp32 TRI(*MF.getSubtarget().getRegisterInfo()), Locs(locs), Context(C) { in CCState()
71 for (auto const &ValAssign : Locs) { in IsShadowAllocatedReg()
203 unsigned NumLocs = Locs.size(); in getRemainingRegParmsForType()
221 HaveRegParm = Locs.back().isRegLoc(); in getRemainingRegParmsForType()
225 assert(NumLocs < Locs.size() && "CC assignment failed to add location"); in getRemainingRegParmsForType()
226 for (unsigned I = NumLocs, E = Locs.size(); I != E; ++I) in getRemainingRegParmsForType()
227 if (Locs[I].isRegLoc()) in getRemainingRegParmsForType()
228 Regs.push_back(MCPhysReg(Locs[I].getLocReg())); in getRemainingRegParmsForType()
235 Locs.resize(NumLocs); in getRemainingRegParmsForType()
DStackMaps.cpp103 MachineInstr::const_mop_iterator MOE, LocationVec &Locs, in parseOperand() argument
118 Locs.emplace_back(StackMaps::Location::Direct, Size, in parseOperand()
127 Locs.emplace_back(StackMaps::Location::Indirect, Size, in parseOperand()
135 Locs.emplace_back(Location::Constant, sizeof(int64_t), 0, Imm); in parseOperand()
163 Locs.emplace_back(Location::Register, TRI->getSpillSize(*RC), in parseOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCCodeView.cpp341 std::vector<MCCVLoc> Locs = getFunctionLineEntries(FuncId); in emitLineTableForFunction() local
342 bool HaveColumns = any_of(Locs, [](const MCCVLoc &LineEntry) { in emitLineTableForFunction()
348 for (auto I = Locs.begin(), E = Locs.end(); I != E;) { in emitLineTableForFunction()
478 ArrayRef<MCCVLoc> Locs = getLinesForExtent(LocBegin, LocEnd); in encodeInlineLineTable() local
479 if (Locs.empty()) in encodeInlineLineTable()
484 const MCSection *FirstSec = &Locs.front().getLabel()->getSection(); in encodeInlineLineTable()
485 for (const MCCVLoc &Loc : Locs) { in encodeInlineLineTable()
498 MCCVLoc StartLoc = Locs.front(); in encodeInlineLineTable()
511 for (const MCCVLoc &Loc : Locs) { in encodeInlineLineTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCallingConvLower.h198 SmallVectorImpl<CCValAssign> &Locs; variable
262 Locs.push_back(V); in addLoc()
545 unsigned NumFirstPassLocs = Locs.size(); in AnalyzeArgumentsSecondPass()
561 TmpArgLocs.swap(Locs); in AnalyzeArgumentsSecondPass()
564 std::back_inserter(Locs), in AnalyzeArgumentsSecondPass()
DStackMaps.h301 MachineInstr::const_mop_iterator MOE, LocationVec &Locs,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1597 AAQueryInfo::LocPair Locs(MemoryLocation(PN, PNSize, PNAAInfo), in aliasPHI() local
1600 std::swap(Locs.first, Locs.second); in aliasPHI()
1612 auto CacheIt = AAQI.AliasCache.find(Locs); in aliasPHI()
1632 AAQI.AliasCache.insert(std::make_pair(Locs, OrigAliasResult)); in aliasPHI()
1827 AAQueryInfo::LocPair Locs(MemoryLocation(V1, V1Size, V1AAInfo), in aliasCheck() local
1830 std::swap(Locs.first, Locs.second); in aliasCheck()
1832 AAQI.AliasCache.try_emplace(Locs, MayAlias); in aliasCheck()
1848 auto ItInsPair = AAQI.AliasCache.insert(std::make_pair(Locs, Result)); in aliasCheck()
1865 Pair = AAQI.AliasCache.try_emplace(Locs, Result); in aliasCheck()
1881 Pair = AAQI.AliasCache.try_emplace(Locs, Result); in aliasCheck()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h1433 SmallVector<SMLoc, 4> Locs; variable
1458 : Name(N), Locs(locs.begin(), locs.end()), TrackedRecords(records), in Name()
1471 : Name(O.Name), Locs(O.Locs), TemplateArgs(O.TemplateArgs), in Record()
1492 ArrayRef<SMLoc> getLoc() const { return Locs; } in getLoc()
1493 void appendLoc(SMLoc Loc) { Locs.push_back(Loc); } in appendLoc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp109 using Locs = SmallVector<SMLoc, 4>; typedef in __anon1bbdddaa0111::UnwindContext
112 Locs FnStartLocs;
113 Locs CantUnwindLocs;
114 Locs PersonalityLocs;
115 Locs PersonalityIndexLocs;
116 Locs HandlerDataLocs;
140 for (Locs::const_iterator FI = FnStartLocs.begin(), FE = FnStartLocs.end(); in emitFnStartLocNotes()
146 for (Locs::const_iterator UI = CantUnwindLocs.begin(), in emitCantUnwindLocNotes()
152 for (Locs::const_iterator HI = HandlerDataLocs.begin(), in emitHandlerDataLocNotes()
158 for (Locs::const_iterator PI = PersonalityLocs.begin(), in emitPersonalityLocNotes()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4655 auto &Locs = ExternallyUsedValues[Scalar]; in vectorizeTree() local
4656 ExternallyUsedValues.insert({Ex, Locs}); in vectorizeTree()