Searched refs:ConstPool (Results 1 – 4 of 4) sorted by relevance
496 auto Result = ConstPool.insert(std::make_pair(Loc.Offset, Loc.Offset)); in recordStackMapOpers()497 Loc.Offset = Result.first - ConstPool.begin(); in recordStackMapOpers()584 LLVM_DEBUG(dbgs() << WSMP << "#constants = " << ConstPool.size() << '\n'); in emitStackmapHeader()585 OS.emitInt32(ConstPool.size()); in emitStackmapHeader()617 for (const auto &ConstEntry : ConstPool) { in emitConstantPoolEntries()711 assert((!CSInfos.empty() || ConstPool.empty()) && in serializeToStackMapSection()739 ConstPool.clear(); in serializeToStackMapSection()
296 ConstPool.clear(); in reset()358 ConstantPool ConstPool; variable
636 auto ConstPool = MF.getConstantPool(); in selectGlobal() local641 ? ConstPool->getConstantPoolIndex( in selectGlobal()643 : ConstPool->getConstantPoolIndex(GV, Alignment); in selectGlobal()996 auto ConstPool = MF.getConstantPool(); in select() local998 ConstPool->getConstantPoolIndex(I.getOperand(1).getFPImm(), Alignment); in select()
3076 SDValue ConstPool = DAG.getTargetConstantPool( in LowerConstantPool() local3078 return DAG.getNode(PPCISD::MAT_PCREL_ADDR, DL, Ty, ConstPool); in LowerConstantPool()