Lines Matching refs:getTargetInfo
283 if (Context.getTargetInfo().hasInt128Type() || in Initialize()
342 Context.getTargetInfo().getSupportedOpenCLOpts(), getLangOpts()); in Initialize()
425 if (Context.getTargetInfo().hasAArch64SVETypes()) { in Initialize()
431 if (Context.getTargetInfo().getTriple().isPPC64()) { in Initialize()
440 if (Context.getTargetInfo().hasRISCVVTypes()) { in Initialize()
446 if (Context.getTargetInfo().hasBuiltinMSVaList()) { in Initialize()
1920 if (!Context.getTargetInfo().hasBitIntType()) { in checkTypeSupport()
1928 << Ty << Context.getTargetInfo().getTriple().str(); in checkTypeSupport()
1939 !Context.getTargetInfo().hasFloat128Type()) || in checkTypeSupport()
1941 !Context.getTargetInfo().hasIbm128Type())) in checkTypeSupport()
1945 if ((Ty->isFloat16Type() && !Context.getTargetInfo().hasFloat16Type()) || in checkTypeSupport()
1946 (Ty->isFloat128Type() && !Context.getTargetInfo().hasFloat128Type()) || in checkTypeSupport()
1947 (Ty->isIbm128Type() && !Context.getTargetInfo().hasIbm128Type()) || in checkTypeSupport()
1949 !Context.getTargetInfo().hasInt128Type()) || in checkTypeSupport()
1960 << false /*return*/ << Context.getTargetInfo().getTriple().str()) { in checkTypeSupport()
1975 const TargetInfo &TI = Context.getTargetInfo(); in checkTypeSupport()
1985 << Context.getTargetInfo().getTriple().str()) { in checkTypeSupport()
2004 << Context.getTargetInfo().getTriple().str()) { in checkTypeSupport()