Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp47 unsigned IntPtrSize = M.getDataLayout().getPointerSize(); in finishAssembly() local
75 AP.EmitAlignment(IntPtrSize == 4 ? Align(4) : Align(8)); in finishAssembly()
96 AP.emitInt16(MD.getFrameSize() / IntPtrSize); in finishAssembly()
99 unsigned RegisteredArgs = IntPtrSize == 4 ? 5 : 6; in finishAssembly()
116 AP.emitInt16(LI->StackOffset / IntPtrSize); in finishAssembly()
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()
167 AP.OutStreamer->EmitSymbolValue(J->Label, IntPtrSize); in finishAssembly()
183 AP.EmitAlignment(IntPtrSize == 4 ? Align(4) : Align(8)); in finishAssembly()