Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1642 unsigned IntPtrSize = DL.getPointerSizeInBits(AddressSpace); in makeStatepointExplicitImpl() local
1645 Base, Type::getIntNTy(Context, IntPtrSize)); in makeStatepointExplicitImpl()
1647 Derived, Type::getIntNTy(Context, IntPtrSize)); in makeStatepointExplicitImpl()
2431 unsigned IntPtrSize = DL.getPointerSizeInBits(AddressSpace); in inlineGetBaseAndOffset() local
2434 Builder.CreatePtrToInt(Base, Type::getIntNTy(Context, IntPtrSize), in inlineGetBaseAndOffset()
2437 Builder.CreatePtrToInt(Derived, Type::getIntNTy(Context, IntPtrSize), in inlineGetBaseAndOffset()