Lines Matching refs:getTargetInfo
265 if (Context.getTargetInfo().hasInt128Type() || in Initialize()
324 Context.getTargetInfo().getSupportedOpenCLOpts(), getLangOpts()); in Initialize()
400 if (Context.getTargetInfo().hasAArch64SVETypes()) { in Initialize()
406 if (Context.getTargetInfo().getTriple().isPPC64() && in Initialize()
407 Context.getTargetInfo().hasFeature("paired-vector-memops")) { in Initialize()
408 if (Context.getTargetInfo().hasFeature("mma")) { in Initialize()
418 if (Context.getTargetInfo().hasRISCVVTypes()) { in Initialize()
424 if (Context.getTargetInfo().hasBuiltinMSVaList()) { in Initialize()
1882 if (!Context.getTargetInfo().hasExtIntType()) { in checkDeviceDecl()
1885 << Ty << Context.getTargetInfo().getTriple().str(); in checkDeviceDecl()
1890 if ((Ty->isFloat16Type() && !Context.getTargetInfo().hasFloat16Type()) || in checkDeviceDecl()
1893 !Context.getTargetInfo().hasFloat128Type()) || in checkDeviceDecl()
1895 !Context.getTargetInfo().hasInt128Type())) { in checkDeviceDecl()
1899 << Context.getTargetInfo().getTriple().str()) in checkDeviceDecl()