Home | History | Annotate | Download | only in AST

Lines Matching refs:getTargetInfo

1413           Align = std::max(Align, getTargetInfo().getMinGlobalAlign());
1483 if (!Context.getTargetInfo().getCXXABI().isMicrosoft() ||
1484 Context.getTargetInfo().getPointerWidth(0) == 64)
1567 if (!getTargetInfo().getCXXABI().isMicrosoft() ||
1568 getTargetInfo().getPointerWidth(0) == 64)
1849 unsigned SimdAlign = getTargetInfo().getSimdDefaultAlign();
1851 if ((getTargetInfo().getTriple().getArch() == llvm::Triple::ppc64 ||
1852 getTargetInfo().getTriple().getArch() == llvm::Triple::ppc64le) &&
1853 getTargetInfo().getABI() == "elfv1-qpx" &&
1924 return getTargetInfo().getDefaultAlignForAttributeAligned();
1930 return std::max(getTypeAlign(T), getTargetInfo().getMinGlobalAlign());
5052 return getTargetInfo().getCXXABI().isMicrosoft() &&
5394 return C->getTargetInfo().getLongWidth() == 32 ? 'L' : 'Q';
5404 return C->getTargetInfo().getLongWidth() == 32 ? 'l' : 'q';
7983 switch (Context.getTargetInfo().getInt64Type()) {
8290 !Context.getTargetInfo().getCXXABI().isMicrosoft() &&
8366 return Context.getTargetInfo().getCXXABI().isMicrosoft() &&
8431 if (getTargetInfo().getCXXABI().canKeyFunctionBeInline()) {
8546 TargetInfo::IntType Ty = getTargetInfo().getIntTypeByWidth(DestWidth, Signed);
8557 TargetInfo::RealType Ty = getTargetInfo().getRealTypeByWidth(DestWidth);
8678 const llvm::Triple &T = getTargetInfo().getTriple();
8691 unsigned MaxInlineWidthInBits = getTargetInfo().getMaxAtomicInlineWidth();