Home
last modified time | relevance | path

Searched refs:EpilogInstrs (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSILateBranchLowering.cpp158 SmallVector<MachineInstr *, 1> EpilogInstrs; in runOnMachineFunction() local
185 EpilogInstrs.push_back(&MI); in runOnMachineFunction()
217 if (!EpilogInstrs.empty()) { in runOnMachineFunction()
223 if (EpilogInstrs.size() > 1) { in runOnMachineFunction()
228 for (auto *MI : EpilogInstrs) { in runOnMachineFunction()
248 EpilogInstrs.clear(); in runOnMachineFunction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCWin64EH.cpp651 FindMatchingEpilog(const std::vector<WinEH::Instruction>& EpilogInstrs, in FindMatchingEpilog() argument
660 if (Instrs.size() != EpilogInstrs.size()) in FindMatchingEpilog()
665 if (Instrs[i] != EpilogInstrs[i]) { in FindMatchingEpilog()
1094 auto &EpilogInstrs = info->EpilogMap[S].Instructions; in ARM64ProcessEpilogs() local
1095 uint32_t CodeBytes = ARM64CountOfUnwindCodes(EpilogInstrs); in ARM64ProcessEpilogs()
1098 FindMatchingEpilog(EpilogInstrs, AddedEpilogs, info); in ARM64ProcessEpilogs()
1106 EpilogInstrs.clear(); in ARM64ProcessEpilogs()
1108 EpilogInstrs)) >= 0) { in ARM64ProcessEpilogs()
1116 EpilogInstrs.clear(); in ARM64ProcessEpilogs()
1334 auto &EpilogInstrs = info->EpilogMap[I.first].Instructions; in ARM64EmitUnwindInfoForSegment() local
[all …]