Searched refs:ConstPool (Results 1 – 4 of 4) sorted by relevance
244 // ConstPool is intentionally a MapVector of 'uint64_t's (as in parseOperand() 253 auto Result = ConstPool.insert(std::make_pair(Imm, Imm)); in parseOperand() 255 Result.first - ConstPool.begin()); in parseOperand() 598 LLVM_DEBUG(dbgs() << WSMP << "#constants = " << ConstPool.size() << '\n'); in emitStackmapHeader() 599 OS.emitInt32(ConstPool.size()); in emitStackmapHeader() 631 for (const auto &ConstEntry : ConstPool) {725 assert((!CSInfos.empty() || ConstPool.empty()) && in emitCallsiteEntries() 753 ConstPool.clear(); in serializeToStackMapSection()
303 ConstPool.clear(); in reset() 365 ConstantPool ConstPool;366 ConstantPool ConstPool; global() variable
638 auto ConstPool = MF.getConstantPool(); in selectGlobal() local643 ? ConstPool->getConstantPoolIndex( in selectGlobal()645 : ConstPool->getConstantPoolIndex(GV, Alignment); in selectGlobal()1007 auto ConstPool = MF.getConstantPool(); in select() local1009 ConstPool->getConstantPoolIndex(I.getOperand(1).getFPImm(), Alignment); in select()
3203 SDValue ConstPool = DAG.getTargetConstantPool( in LowerConstantPool() local3205 return DAG.getNode(PPCISD::MAT_PCREL_ADDR, DL, Ty, ConstPool); in LowerConstantPool()