Searched refs:IntPtrSize (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | ErlangGCPrinter.cpp | 45 unsigned IntPtrSize = M.getDataLayout().getPointerSize(); in finishAssembly() local 72 AP.emitAlignment(IntPtrSize == 4 ? Align(4) : Align(8)); in finishAssembly() 92 AP.emitInt16(MD.getFrameSize() / IntPtrSize); in finishAssembly() 95 unsigned RegisteredArgs = IntPtrSize == 4 ? 5 : 6; in finishAssembly() 112 AP.emitInt16(LI->StackOffset / IntPtrSize); in finishAssembly()
|
| H A D | OcamlGCPrinter.cpp | 100 unsigned IntPtrSize = M.getDataLayout().getPointerSize(); in finishAssembly() local 109 AP.OutStreamer->emitIntValue(0, IntPtrSize); in finishAssembly() 128 AP.emitAlignment(IntPtrSize == 4 ? Align(4) : Align(8)); in finishAssembly() 163 AP.OutStreamer->emitSymbolValue(J->Label, IntPtrSize); in finishAssembly() 179 AP.emitAlignment(IntPtrSize == 4 ? Align(4) : Align(8)); in finishAssembly()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1772 unsigned IntPtrSize = DL.getPointerSizeInBits(AddressSpace); in makeStatepointExplicitImpl() local 1774 Base, Type::getIntNTy(Context, IntPtrSize)); in makeStatepointExplicitImpl() 1776 Derived, Type::getIntNTy(Context, IntPtrSize)); in makeStatepointExplicitImpl() 2661 unsigned IntPtrSize = DL.getPointerSizeInBits(AddressSpace); in inlineGetBaseAndOffset() local 2664 Builder.CreatePtrToInt(Base, Type::getIntNTy(Context, IntPtrSize), in inlineGetBaseAndOffset() 2667 Builder.CreatePtrToInt(Derived, Type::getIntNTy(Context, IntPtrSize), in inlineGetBaseAndOffset()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | GarbageCollection.rst | 940 unsigned IntPtrSize = AP.getPointerSize(); 961 AP.emitAlignment(IntPtrSize == 4 ? 2 : 3); 982 AP.emitInt32(MD.getFrameSize() / IntPtrSize); 985 unsigned RegisteredArgs = IntPtrSize == 4 ? 5 : 6;
|