Home
last modified time | relevance | path

Searched refs:ConstPool (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackMaps.cpp334 auto Result = ConstPool.insert(std::make_pair(Loc.Offset, Loc.Offset)); in recordStackMapOpers()
335 Loc.Offset = Result.first - ConstPool.begin(); in recordStackMapOpers()
424 LLVM_DEBUG(dbgs() << WSMP << "#constants = " << ConstPool.size() << '\n'); in emitStackmapHeader()
425 OS.EmitIntValue(ConstPool.size(), 4); in emitStackmapHeader()
457 for (const auto &ConstEntry : ConstPool) { in emitConstantPoolEntries()
551 assert((!CSInfos.empty() || ConstPool.empty()) && in serializeToStackMapSection()
579 ConstPool.clear(); in serializeToStackMapSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackMaps.h234 ConstPool.clear(); in reset()
296 ConstantPool ConstPool; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp638 auto ConstPool = MF.getConstantPool(); in selectGlobal() local
643 ? ConstPool->getConstantPoolIndex( in selectGlobal()
645 : ConstPool->getConstantPoolIndex(GV, Alignment); in selectGlobal()
998 auto ConstPool = MF.getConstantPool(); in select() local
1000 ConstPool->getConstantPoolIndex(I.getOperand(1).getFPImm(), Alignment); in select()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.h451 std::unique_ptr<ConstantPool> ConstPool; variable
525 return LockedPtr<ConstantPool>(ConstPool.get(), &ConstPoolLock); in getConstPool()
DIceGlobalContext.cpp302 : Strings(new StringPool()), ConstPool(new ConstantPool()), ErrorStatus(), in GlobalContext()