Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp51 unsigned IntPtrSize = M.getDataLayout().getPointerSize(); in finishAssembly() local
79 AP.EmitAlignment(IntPtrSize == 4 ? 2 : 3); in finishAssembly()
100 AP.EmitInt16(MD.getFrameSize() / IntPtrSize); in finishAssembly()
103 unsigned RegisteredArgs = IntPtrSize == 4 ? 5 : 6; in finishAssembly()
120 AP.EmitInt16(LI->StackOffset / IntPtrSize); in finishAssembly()
DOcamlGCPrinter.cpp96 unsigned IntPtrSize = M.getDataLayout().getPointerSize(); in finishAssembly() local
105 AP.OutStreamer->EmitIntValue(0, IntPtrSize); in finishAssembly()
128 AP.EmitAlignment(IntPtrSize == 4 ? 2 : 3); in finishAssembly()
163 AP.OutStreamer->EmitSymbolValue(J->Label, IntPtrSize); in finishAssembly()
179 AP.EmitAlignment(IntPtrSize == 4 ? 2 : 3); in finishAssembly()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp94 unsigned IntPtrSize = AP.TM.getTargetData()->getPointerSize(); in finishAssembly() local
103 AP.OutStreamer.EmitIntValue(0, IntPtrSize, 0); in finishAssembly()
121 AP.EmitAlignment(IntPtrSize == 4 ? 2 : 3); in finishAssembly()
148 AP.OutStreamer.EmitSymbolValue(J->Label, IntPtrSize, 0); in finishAssembly()
163 AP.EmitAlignment(IntPtrSize == 4 ? 2 : 3); in finishAssembly()
/external/llvm/docs/
DGarbageCollection.rst1010 unsigned IntPtrSize = AP.TM.getSubtargetImpl()->getDataLayout()->getPointerSize();
1031 AP.EmitAlignment(IntPtrSize == 4 ? 2 : 3);
1052 AP.EmitInt32(MD.getFrameSize() / IntPtrSize);
1055 unsigned RegisteredArgs = IntPtrSize == 4 ? 5 : 6;