Lines Matching refs:getTargetInfo
284 if (Context.getTargetInfo().hasInt128Type() || in Initialize()
343 Context.getTargetInfo().getSupportedOpenCLOpts(), getLangOpts()); in Initialize()
426 if (Context.getTargetInfo().hasAArch64SVETypes()) { in Initialize()
432 if (Context.getTargetInfo().getTriple().isPPC64()) { in Initialize()
441 if (Context.getTargetInfo().hasRISCVVTypes()) { in Initialize()
447 if (Context.getTargetInfo().hasBuiltinMSVaList()) { in Initialize()
1948 if (!Context.getTargetInfo().hasBitIntType()) { in checkTypeSupport()
1956 << Ty << Context.getTargetInfo().getTriple().str(); in checkTypeSupport()
1967 !Context.getTargetInfo().hasFloat128Type()) || in checkTypeSupport()
1969 !Context.getTargetInfo().hasIbm128Type())) in checkTypeSupport()
1973 if ((Ty->isFloat16Type() && !Context.getTargetInfo().hasFloat16Type()) || in checkTypeSupport()
1974 (Ty->isFloat128Type() && !Context.getTargetInfo().hasFloat128Type()) || in checkTypeSupport()
1975 (Ty->isIbm128Type() && !Context.getTargetInfo().hasIbm128Type()) || in checkTypeSupport()
1977 !Context.getTargetInfo().hasInt128Type()) || in checkTypeSupport()
1988 << false /*return*/ << Context.getTargetInfo().getTriple().str()) { in checkTypeSupport()
2003 const TargetInfo &TI = Context.getTargetInfo(); in checkTypeSupport()
2013 << Context.getTargetInfo().getTriple().str()) { in checkTypeSupport()
2032 << Context.getTargetInfo().getTriple().str()) { in checkTypeSupport()