Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp45 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 DOcamlGCPrinter.cpp100 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1752 unsigned IntPtrSize = DL.getPointerSizeInBits(AddressSpace); in makeStatepointExplicitImpl() local
1754 Base, Type::getIntNTy(Context, IntPtrSize)); in makeStatepointExplicitImpl()
1756 Derived, Type::getIntNTy(Context, IntPtrSize)); in makeStatepointExplicitImpl()
2626 unsigned IntPtrSize = DL.getPointerSizeInBits(AddressSpace); in inlineGetBaseAndOffset() local
2629 Builder.CreatePtrToInt(Base, Type::getIntNTy(Context, IntPtrSize), in inlineGetBaseAndOffset()
2632 Builder.CreatePtrToInt(Derived, Type::getIntNTy(Context, IntPtrSize), in inlineGetBaseAndOffset()