Home
last modified time | relevance | path

Searched refs:CSInfos (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DStackMaps.cpp163 for (const auto &CSI : CSInfos) { in print()
332 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers()
364 auto &Locations = CSInfos.back().Locations; in recordPatchPoint()
407 DEBUG(dbgs() << WSMP << "#callsites = " << CSInfos.size() << '\n'); in emitStackmapHeader()
408 OS.EmitIntValue(CSInfos.size(), 4); in emitStackmapHeader()
472 for (const auto &CSI : CSInfos) { in emitCallsiteEntries()
523 assert((!CSInfos.empty() || ConstPool.empty()) && in serializeToStackMapSection()
525 assert((!CSInfos.empty() || FnStackSize.empty()) && in serializeToStackMapSection()
527 if (CSInfos.empty()) in serializeToStackMapSection()
550 CSInfos.clear(); in serializeToStackMapSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackMaps.cpp179 for (const auto &CSI : CSInfos) { in print()
348 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers()
385 auto &Locations = CSInfos.back().Locations; in recordPatchPoint()
429 LLVM_DEBUG(dbgs() << WSMP << "#callsites = " << CSInfos.size() << '\n'); in emitStackmapHeader()
430 OS.EmitIntValue(CSInfos.size(), 4); in emitStackmapHeader()
497 for (const auto &CSI : CSInfos) { in emitCallsiteEntries()
553 assert((!CSInfos.empty() || ConstPool.empty()) && in serializeToStackMapSection()
555 assert((!CSInfos.empty() || FnInfos.empty()) && in serializeToStackMapSection()
557 if (CSInfos.empty()) in serializeToStackMapSection()
580 CSInfos.clear(); in serializeToStackMapSection()
/external/llvm/include/llvm/CodeGen/
DStackMaps.h168 CSInfos.clear(); in reset()
211 CallsiteInfoList CSInfos; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DStackMaps.h234 CSInfos.clear(); in reset()
287 CallsiteInfoList CSInfos; variable