Searched refs:FirstEpilogSEH (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 1485 MachineBasicBlock::iterator FirstEpilogSEH = std::prev(MBBI); in expandPostRAPseudo() local 1486 while (FirstEpilogSEH->getFlag(MachineInstr::FrameDestroy) && in expandPostRAPseudo() 1487 FirstEpilogSEH != MBB.begin()) in expandPostRAPseudo() 1488 FirstEpilogSEH = std::prev(FirstEpilogSEH); in expandPostRAPseudo() 1489 if (FirstEpilogSEH != MBB.begin()) in expandPostRAPseudo() 1490 FirstEpilogSEH = std::next(FirstEpilogSEH); in expandPostRAPseudo() 1491 BuildMI(MBB, FirstEpilogSEH, DL, TII->get(AArch64::ADRP)) in expandPostRAPseudo() 1494 BuildMI(MBB, FirstEpilogSEH, DL, TII->get(AArch64::ADDXri)) in expandPostRAPseudo()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 1606 MachineBasicBlock::iterator FirstEpilogSEH = std::prev(MBBI); in expandPostRAPseudo() local 1607 while (FirstEpilogSEH->getFlag(MachineInstr::FrameDestroy) && in expandPostRAPseudo() 1608 FirstEpilogSEH != MBB.begin()) in expandPostRAPseudo() 1609 FirstEpilogSEH = std::prev(FirstEpilogSEH); in expandPostRAPseudo() 1610 if (FirstEpilogSEH != MBB.begin()) in expandPostRAPseudo() 1611 FirstEpilogSEH = std::next(FirstEpilogSEH); in expandPostRAPseudo() 1612 BuildMI(MBB, FirstEpilogSEH, DL, TII->get(AArch64::ADRP)) in expandPostRAPseudo() 1615 BuildMI(MBB, FirstEpilogSEH, DL, TII->get(AArch64::ADDXri)) in expandPostRAPseudo()
|