reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
114576 case 16: return (Subtarget->hasSVE());
gen/lib/Target/AArch64/AArch64GenFastISel.inc619 if ((Subtarget->hasSVE())) { 626 if ((Subtarget->hasSVE())) { 633 if ((Subtarget->hasSVE())) { 662 if ((Subtarget->hasSVE())) { 1481 if ((Subtarget->hasSVE())) { 1490 if ((Subtarget->hasSVE())) { 1499 if ((Subtarget->hasSVE())) { 1519 if ((Subtarget->hasSVE())) { 1528 if ((Subtarget->hasSVE())) { 1537 if ((Subtarget->hasSVE())) { 1595 if ((Subtarget->hasSVE())) { 1604 if ((Subtarget->hasSVE())) { 1613 if ((Subtarget->hasSVE())) { 1633 if ((Subtarget->hasSVE())) { 1642 if ((Subtarget->hasSVE())) { 1651 if ((Subtarget->hasSVE())) { 6233 if ((Subtarget->hasSVE())) { 6242 if ((Subtarget->hasSVE())) { 6251 if ((Subtarget->hasSVE())) {gen/lib/Target/AArch64/AArch64GenGlobalISel.inc
92 if (Subtarget->hasSVE())
lib/Target/AArch64/AArch64ISelLowering.cpp165 if (Subtarget->hasSVE()) { 804 if (Subtarget->hasSVE()) {lib/Target/AArch64/AArch64InstrInfo.cpp
2525 assert(Subtarget.hasSVE() && "Unexpected SVE register."); 2536 assert(Subtarget.hasSVE() && "Unexpected SVE register.");lib/Target/AArch64/AArch64TargetTransformInfo.h
151 if (!isa<VectorType>(DataType) || !ST->hasSVE())