Home | History | Annotate | Download | only in Sema

Lines Matching refs:getTargetInfo

242   if (Context.getTargetInfo().hasInt128Type() ||
301 Context.getTargetInfo().getSupportedOpenCLOpts(), getLangOpts());
376 if (Context.getTargetInfo().hasAArch64SVETypes()) {
382 if (Context.getTargetInfo().getTriple().isPPC64() &&
383 Context.getTargetInfo().hasFeature("paired-vector-memops")) {
384 if (Context.getTargetInfo().hasFeature("mma")) {
394 if (Context.getTargetInfo().hasRISCVVTypes()) {
400 if (Context.getTargetInfo().hasBuiltinMSVaList()) {
1824 if (!Context.getTargetInfo().hasExtIntType()) {
1827 << Ty << Context.getTargetInfo().getTriple().str();
1832 if ((Ty->isFloat16Type() && !Context.getTargetInfo().hasFloat16Type()) ||
1835 !Context.getTargetInfo().hasFloat128Type()) ||
1837 !Context.getTargetInfo().hasInt128Type())) {
1841 << Context.getTargetInfo().getTriple().str())