Home
last modified time | relevance | path

Searched refs:IntPtrSize (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp46 unsigned IntPtrSize = M.getDataLayout().getPointerSize(); in finishAssembly() local
74 AP.emitAlignment(IntPtrSize == 4 ? Align(4) : Align(8)); in finishAssembly()
94 AP.emitInt16(MD.getFrameSize() / IntPtrSize); in finishAssembly()
97 unsigned RegisteredArgs = IntPtrSize == 4 ? 5 : 6; in finishAssembly()
114 AP.emitInt16(LI->StackOffset / IntPtrSize); in finishAssembly()
H A DOcamlGCPrinter.cpp100 unsigned IntPtrSize = M.getDataLayout().getPointerSize(); in finishAssembly() local
109 AP.OutStreamer->emitIntValue(0, IntPtrSize); in finishAssembly()
132 AP.emitAlignment(IntPtrSize == 4 ? Align(4) : Align(8)); in finishAssembly()
168 AP.OutStreamer->emitSymbolValue(J->Label, IntPtrSize); in finishAssembly()
184 AP.emitAlignment(IntPtrSize == 4 ? Align(4) : Align(8)); in finishAssembly()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGarbageCollection.rst940 unsigned IntPtrSize = AP.getPointerSize();
961 AP.emitAlignment(IntPtrSize == 4 ? 2 : 3);
982 AP.emitInt32(MD.getFrameSize() / IntPtrSize);
985 unsigned RegisteredArgs = IntPtrSize == 4 ? 5 : 6;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1627 unsigned IntPtrSize = DL.getPointerSizeInBits(AddressSpace); in makeStatepointExplicitImpl() local
1630 Base, Type::getIntNTy(Context, IntPtrSize)); in makeStatepointExplicitImpl()
1632 Derived, Type::getIntNTy(Context, IntPtrSize)); in makeStatepointExplicitImpl()