Home
last modified time | relevance | path

Searched defs:TypeAlign (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp192 unsigned TypeAlign = DL.getABITypeAlignment(AI->getAllocatedType()); in InlineCallIfPossible() local
/aosp_15_r20/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp292 static const char *getLockFreeValue(unsigned TypeWidth, unsigned TypeAlign, in getLockFreeValue()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DInliner.cpp235 unsigned TypeAlign = DL.getABITypeAlignment(AI->getAllocatedType()); in mergeInlinedArrayAllocas() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1514 Align TypeAlign = TLI->getFunctionParamOptimizedAlign(F, Ty, DL); in emitFunctionParamList() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DTargetInfo.cpp1373 unsigned TypeAlign = getContext().getTypeAlign(Ty) / 8; in getIndirectResult() local
6806 unsigned TypeAlign = getContext().getTypeAlign(Ty) / 8; in getIndirectResult() local
7392 CharUnits TypeAlign = getContext().getTypeAlignInChars(Ty); in EmitVAArg() local
/aosp_15_r20/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1396 CharUnits TypeAlign = Context.getTypeAlignInChars(Type); in LayoutWideBitField() local