Searched refs:ConstPool (Results 1 – 6 of 6) sorted by relevance
| /llvm-project/llvm/test/CodeGen/PowerPC/ |
| H A D | pcrel.ll | 10 ; CHECK-S-LABEL: ConstPool 15 ; CHECK-O-LABEL: ConstPool 19 define dso_local double @ConstPool() local_unnamed_addr {
|
| /llvm-project/llvm/lib/CodeGen/ |
| H A D | StackMaps.cpp | 243 // ConstPool is intentionally a MapVector of 'uint64_t's (as in parseOperand() 252 auto Result = ConstPool.insert(std::make_pair(Imm, Imm)); in parseOperand() 254 Result.first - ConstPool.begin()); in parseOperand() 591 LLVM_DEBUG(dbgs() << WSMP << "#constants = " << ConstPool.size() << '\n'); in emitStackmapHeader() 592 OS.emitInt32(ConstPool.size()); in emitStackmapHeader() 624 for (const auto &ConstEntry : ConstPool) { 718 assert((!CSInfos.empty() || ConstPool.empty()) && in emitCallsiteEntries() 746 ConstPool.clear(); in serializeToStackMapSection()
|
| /llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | StackMaps.h | 303 ConstPool.clear(); in reset() 365 ConstantPool ConstPool; variable
|
| /llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstructionSelector.cpp | 638 auto ConstPool = MF.getConstantPool(); in selectGlobal() local 643 ? ConstPool->getConstantPoolIndex( in selectGlobal() 645 : ConstPool->getConstantPoolIndex(GV, Alignment); in selectGlobal() 1007 auto ConstPool = MF.getConstantPool(); in select() local 1009 ConstPool->getConstantPoolIndex(I.getOperand(1).getFPImm(), Alignment); in select()
|
| /llvm-project/polly/test/CodeGen/ |
| H A D | invariant_load_not_executed_but_in_parameters.ll | 15 …pe { ptr, ptr, i32, i32, i32, %struct.ClassVersion.207.251.361, %struct.ConstPool.210.254.364, %st… 19 %struct.ConstPool.210.254.364 = type { i16, ptr }
|
| /llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 3218 SDValue ConstPool = DAG.getTargetConstantPool( in LowerConstantPool() 3220 return DAG.getNode(PPCISD::MAT_PCREL_ADDR, DL, Ty, ConstPool); in LowerConstantPool() 3212 SDValue ConstPool = DAG.getTargetConstantPool( LowerConstantPool() local
|