| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AddressPool.cpp | 27 static const uint8_t AddrSize = Asm.getDataLayout().getPointerSize(); in emitHeader() 68 Asm.OutStreamer->emitValue(Entry, Asm.getDataLayout().getPointerSize()); in emit()
|
| H A D | AIXException.cpp | 62 const unsigned PointerSize = DL.getPointerSize(); in emitExceptionInfoTable()
|
| H A D | ErlangGCPrinter.cpp | 45 unsigned IntPtrSize = M.getDataLayout().getPointerSize(); in finishAssembly()
|
| H A D | OcamlGCPrinter.cpp | 100 unsigned IntPtrSize = M.getDataLayout().getPointerSize(); in finishAssembly()
|
| /llvm-project-15.0.7/llvm/include/llvm/Target/ |
| H A D | TargetMachine.h | 183 unsigned getPointerSize(unsigned AS) const { in getPointerSize() function 184 return DL.getPointerSize(AS); in getPointerSize() 192 return DL.getPointerSize(DL.getProgramAddressSpace()); in getProgramPointerSize() 196 return DL.getPointerSize(DL.getAllocaAddrSpace()); in getAllocaPointerSize()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCIndirectionUtils.cpp | 87 (EPC.getPageSize() - ABI.getPointerSize()) / TrampolineSize; in EPCTrampolinePool() 160 switch (EPCIU.getABISupport().getPointerSize()) { in createStubs() 216 switch (EPCIU.getABISupport().getPointerSize()) { in updatePointer() 361 alignTo(NumStubsToAllocate * ABI->getPointerSize(), PageSize); in getIndirectStubs() 393 PtrExecutorAddr += ABI->getPointerSize(); in getIndirectStubs()
|
| H A D | DebuggerSupportPlugin.cpp | 423 assert(LG.getPointerSize() == 8 && "Graph has incorrect pointer size"); in modifyPassConfigForMachO() 433 << ", pointer size = " << LG.getPointerSize() << ", endianness = " in modifyPassConfigForMachO()
|
| H A D | MachOPlatform.cpp | 843 if (B->getSize() != 3 * G.getPointerSize()) in fixTLVSectionsAndEdges() 851 memcpy(NewBlockContent.data() + G.getPointerSize(), &PlatformKeyBits, in fixTLVSectionsAndEdges() 852 G.getPointerSize()); in fixTLVSectionsAndEdges()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | x86_64.cpp | 95 assert(GOTEntryBlock.getSize() == G.getPointerSize() && in optimizeGOTAndStubAccesses() 164 assert(GOTBlock.getSize() == G.getPointerSize() && in optimizeGOTAndStubAccesses()
|
| H A D | ELF_riscv.cpp | 43 bool isRV64() const { return G.getPointerSize() == 8; } in isRV64() 50 orc::ExecutorAddr(), G.getPointerSize(), 0); in createGOTEntry() 52 return G.addAnonymousSymbol(GOTBlock, 0, G.getPointerSize(), false, false); in createGOTEntry() 98 G.getPointerSize()}; in getGOTEntryBlockContent()
|
| H A D | EHFrameSupport.cpp | 42 if (G.getPointerSize() != 4 && G.getPointerSize() != 8) in operator ()() 209 if (auto Err = RecordReader.skip(PC.G.getPointerSize())) in processCIE()
|
| H A D | COFFLinkGraphBuilder.cpp | 32 getPointerSize(Obj), getEndianness(Obj), in COFFLinkGraphBuilder() 43 COFFLinkGraphBuilder::getPointerSize(const object::COFFObjectFile &Obj) { in getPointerSize() function in llvm::jitlink::COFFLinkGraphBuilder
|
| H A D | COFFLinkGraphBuilder.h | 153 static unsigned getPointerSize(const object::COFFObjectFile &Obj);
|
| H A D | MachOLinkGraphBuilder.h | 181 static unsigned getPointerSize(const object::MachOObjectFile &Obj);
|
| /llvm-project-15.0.7/llvm/lib/Target/ |
| H A D | Target.cpp | 78 return unwrap(TD)->getPointerSize(0); in LLVMPointerSize() 82 return unwrap(TD)->getPointerSize(AS); in LLVMPointerSizeForAS()
|
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVLegalizerInfo.cpp | 99 const unsigned PSize = ST.getPointerSize(); in SPIRVLegalizerInfo() 290 LLT ConvT = LLT::scalar(ST->getPointerSize()); in legalizeCustom() 292 ST->getPointerSize()); in legalizeCustom()
|
| H A D | SPIRVSubtarget.h | 63 unsigned getPointerSize() const { return PointerSize; } in getPointerSize() function
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CodeGenTypeCache.h | 114 CharUnits getPointerSize() const { in getPointerSize() function
|
| H A D | CGBlocks.cpp | 540 assert(CGM.getIntSize() <= CGM.getPointerSize()); in initializeForBlockHeader() 544 info.BlockSize = 3 * CGM.getPointerSize() + 2 * CGM.getIntSize(); in initializeForBlockHeader() 633 addBlockLayout(align, CGM.getPointerSize(), &CI, CGM.VoidPtrTy, in computeBlockInfo() 878 addHeaderField(isa, getPointerSize(), "block.isa"); in EmitBlockLiteral() 2628 size += getPointerSize(); in getBlockByrefInfo() 2632 size += getPointerSize(); in getBlockByrefInfo() 2647 size += getPointerSize(); in getBlockByrefInfo() 2651 size += getPointerSize(); in getBlockByrefInfo() 2736 storeHeaderField(V, getPointerSize(), "byref.isa"); in emitByrefStructureInit() 2793 storeHeaderField(helpers->CopyHelper, getPointerSize(), in emitByrefStructureInit() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMAsmBackend.h | 71 unsigned getPointerSize() const { return 4; } in getPointerSize() function
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBFile.h | 120 uint32_t getPointerSize();
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86TargetMachine.cpp | 341 if (getPointerSize(SrcAS) != getPointerSize(DestAS)) in isNoopAddrSpaceCast()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | EPCIndirectionUtils.h | 48 unsigned getPointerSize() const { return PointerSize; } in getPointerSize() function
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/target/ |
| H A D | llvm_target.mli | 75 See the method [llvm::DataLayout::getPointerSize]. *) 83 See the method [llvm::DataLayout::getPointerSize]. *)
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Mangler.cpp | 99 const unsigned PtrSize = DL.getPointerSize(); in addByteCountSuffix()
|