| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | ConstantPools.cpp | 26 void ConstantPool::emitEntries(MCStreamer &Streamer) { in emitEntries() 39 const MCExpr *ConstantPool::addEntry(const MCExpr *Value, MCContext &Context, in addEntry() 69 bool ConstantPool::empty() { return Entries.empty(); } in empty() 71 void ConstantPool::clearCache() { in clearCache() 79 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool() 87 ConstantPool & 93 ConstantPool &CP) { in emitConstantPool() 104 ConstantPool &CP = CPI.second; in emitAll() 112 if (ConstantPool *CP = getConstantPool(Section)) in emitForCurrentSection() 118 if (ConstantPool *CP = getConstantPool(Section)) in clearCacheForCurrentSection()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | ConstantPools.h | 43 class ConstantPool { 51 ConstantPool() = default; 85 using ConstantPoolMapTy = MapVector<MCSection *, ConstantPool>; 96 ConstantPool *getConstantPool(MCSection *Section); 97 ConstantPool &getOrCreateConstantPool(MCSection *Section);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYTargetStreamer.cpp | 83 : MCTargetStreamer(S), ConstantPool(new CSKYConstantPool()) {} in CSKYTargetStreamer() 105 ConstantPool->addEntry(getStreamer(), OrigExpr, 4, Loc, AdjustExpr); in addConstantPoolEntry() 110 return ConstantPool->addEntry(getStreamer(), Expr, 4, Loc, AdjustExpr); in addConstantPoolEntry() 114 ConstantPool->emitAll(Streamer); in emitCurrentConstantPool() 115 ConstantPool->clearCache(); in emitCurrentConstantPool() 121 ConstantPool->emitAll(Streamer); in finish()
|
| H A D | CSKYTargetStreamer.h | 53 std::unique_ptr<CSKYConstantPool> ConstantPool;
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | PseudoSourceValue.h | 41 ConstantPool, enumerator 70 bool isConstantPool() const { return Kind == ConstantPool; } in isConstantPool()
|
| H A D | StackMaps.h | 310 using ConstantPool = MapVector<uint64_t, uint64_t>; variable 366 ConstantPool ConstPool;
|
| H A D | MachineFunction.h | 276 MachineConstantPool *ConstantPool; 704 MachineConstantPool *getConstantPool() { return ConstantPool; } 705 const MachineConstantPool *getConstantPool() const { return ConstantPool; }
|
| H A D | ISDOpcodes.h | 82 ConstantPool, enumerator
|
| H A D | SelectionDAGNodes.h | 1900 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0, 1909 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0, 1944 return N->getOpcode() == ISD::ConstantPool ||
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ThumbRegisterInfo.cpp | 70 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb1LoadConstPool() local 73 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in emitThumb1LoadConstPool() 89 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitThumb2LoadConstPool() local 92 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in emitThumb2LoadConstPool()
|
| H A D | ARMBaseRegisterInfo.cpp | 502 MachineConstantPool *ConstantPool = MF.getConstantPool(); in emitLoadConstPool() local 505 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in emitLoadConstPool()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 139 MachineConstantPool &ConstantPool, 492 auto *ConstantPool = MF.getConstantPool(); in initializeMachineFunction() local 493 assert(ConstantPool && "Constant pool must be created"); in initializeMachineFunction() 494 if (initializeConstantPool(PFS, *ConstantPool, YamlMF)) in initializeMachineFunction() 924 MachineConstantPool &ConstantPool, const yaml::MachineFunction &YamlMF) { in initializeConstantPool() argument 941 unsigned Index = ConstantPool.getConstantPoolIndex(Value, Alignment); in initializeConstantPool()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | PseudoSourceValue.cpp | 106 ConstantPoolPSV(PseudoSourceValue::ConstantPool, TM) {} in PseudoSourceValueManager()
|
| H A D | MIRPrinter.cpp | 117 const MachineConstantPool &ConstantPool); 232 if (const auto *ConstantPool = MF.getConstantPool()) in print() local 233 convert(YamlMF, *ConstantPool); in print() 557 const MachineConstantPool &ConstantPool) { in convert() argument 559 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in convert()
|
| H A D | MachineFunction.cpp | 205 ConstantPool = new (Allocator) MachineConstantPool(getDataLayout()); in init() 273 ConstantPool->~MachineConstantPool(); in clear() 274 Allocator.Deallocate(ConstantPool); in clear() 599 ConstantPool->print(OS); in print()
|
| H A D | MachineOperand.cpp | 1197 case PseudoSourceValue::ConstantPool: in print()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.cpp | 440 MachineConstantPool *ConstantPool = MBB.getParent()->getConstantPool(); in loadImmediate() local 443 unsigned Idx = ConstantPool->getConstantPoolIndex(C, Align(4)); in loadImmediate()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | Relocation.txt | 6 GlobalAddress, GlobalTLSAddress, JumpTable, ConstantPool,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/ |
| H A D | M68kInstrCompiler.td | 16 // ConstantPool, GlobalAddress, ExternalSymbol, and JumpTable
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 5631 const SmallDenseMap<Value *, Constant *> &ConstantPool) { in LookupConstant() argument 5634 return ConstantPool.lookup(V); in LookupConstant() 5643 const SmallDenseMap<Value *, Constant *> &ConstantPool) { in ConstantFold() argument 5645 Constant *A = LookupConstant(Select->getCondition(), ConstantPool); in ConstantFold() 5649 return LookupConstant(Select->getTrueValue(), ConstantPool); in ConstantFold() 5651 return LookupConstant(Select->getFalseValue(), ConstantPool); in ConstantFold() 5657 if (Constant *A = LookupConstant(I->getOperand(N), ConstantPool)) in ConstantFold() 5680 SmallDenseMap<Value *, Constant *> ConstantPool; in getCaseResults() local 5681 ConstantPool.insert(std::make_pair(SI->getCondition(), CaseVal)); in getCaseResults() 5689 } else if (Constant *C = ConstantFold(&I, DL, ConstantPool)) { in getCaseResults() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 91 setOperationAction(ISD::ConstantPool, MVT::i32, Custom); in CSKYTargetLowering() 176 case ISD::ConstantPool: in LowerOperation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 95 setOperationAction(ISD::ConstantPool, MVT::i32, Custom); in LanaiTargetLowering() 178 case ISD::ConstantPool: in LowerOperation()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/ |
| H A D | ReducerWorkItem.cpp | 179 case PseudoSourceValue::ConstantPool: in cloneMemOperands()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 142 case ISD::ConstantPool: return "ConstantPool"; in getOperationName()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUTargetMachine.cpp | 793 case PseudoSourceValue::ConstantPool: in getAddressSpaceForPseudoSourceKind()
|