|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp 191 void SelectStore(SDNode *N, unsigned NumVecs, unsigned Opc);
References
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp 3369 SelectStore(Node, 2, AArch64::ST1Twov8b);
3372 SelectStore(Node, 2, AArch64::ST1Twov16b);
3375 SelectStore(Node, 2, AArch64::ST1Twov4h);
3378 SelectStore(Node, 2, AArch64::ST1Twov8h);
3381 SelectStore(Node, 2, AArch64::ST1Twov2s);
3384 SelectStore(Node, 2, AArch64::ST1Twov4s);
3387 SelectStore(Node, 2, AArch64::ST1Twov2d);
3390 SelectStore(Node, 2, AArch64::ST1Twov1d);
3397 SelectStore(Node, 3, AArch64::ST1Threev8b);
3400 SelectStore(Node, 3, AArch64::ST1Threev16b);
3403 SelectStore(Node, 3, AArch64::ST1Threev4h);
3406 SelectStore(Node, 3, AArch64::ST1Threev8h);
3409 SelectStore(Node, 3, AArch64::ST1Threev2s);
3412 SelectStore(Node, 3, AArch64::ST1Threev4s);
3415 SelectStore(Node, 3, AArch64::ST1Threev2d);
3418 SelectStore(Node, 3, AArch64::ST1Threev1d);
3425 SelectStore(Node, 4, AArch64::ST1Fourv8b);
3428 SelectStore(Node, 4, AArch64::ST1Fourv16b);
3431 SelectStore(Node, 4, AArch64::ST1Fourv4h);
3434 SelectStore(Node, 4, AArch64::ST1Fourv8h);
3437 SelectStore(Node, 4, AArch64::ST1Fourv2s);
3440 SelectStore(Node, 4, AArch64::ST1Fourv4s);
3443 SelectStore(Node, 4, AArch64::ST1Fourv2d);
3446 SelectStore(Node, 4, AArch64::ST1Fourv1d);
3453 SelectStore(Node, 2, AArch64::ST2Twov8b);
3456 SelectStore(Node, 2, AArch64::ST2Twov16b);
3459 SelectStore(Node, 2, AArch64::ST2Twov4h);
3462 SelectStore(Node, 2, AArch64::ST2Twov8h);
3465 SelectStore(Node, 2, AArch64::ST2Twov2s);
3468 SelectStore(Node, 2, AArch64::ST2Twov4s);
3471 SelectStore(Node, 2, AArch64::ST2Twov2d);
3474 SelectStore(Node, 2, AArch64::ST1Twov1d);
3481 SelectStore(Node, 3, AArch64::ST3Threev8b);
3484 SelectStore(Node, 3, AArch64::ST3Threev16b);
3487 SelectStore(Node, 3, AArch64::ST3Threev4h);
3490 SelectStore(Node, 3, AArch64::ST3Threev8h);
3493 SelectStore(Node, 3, AArch64::ST3Threev2s);
3496 SelectStore(Node, 3, AArch64::ST3Threev4s);
3499 SelectStore(Node, 3, AArch64::ST3Threev2d);
3502 SelectStore(Node, 3, AArch64::ST1Threev1d);
3509 SelectStore(Node, 4, AArch64::ST4Fourv8b);
3512 SelectStore(Node, 4, AArch64::ST4Fourv16b);
3515 SelectStore(Node, 4, AArch64::ST4Fourv4h);
3518 SelectStore(Node, 4, AArch64::ST4Fourv8h);
3521 SelectStore(Node, 4, AArch64::ST4Fourv2s);
3524 SelectStore(Node, 4, AArch64::ST4Fourv4s);
3527 SelectStore(Node, 4, AArch64::ST4Fourv2d);
3530 SelectStore(Node, 4, AArch64::ST1Fourv1d);