Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCWin64EH.cpp464 FindMatchingEpilog(const std::vector<WinEH::Instruction>& EpilogInstrs, in FindMatchingEpilog() argument
473 if (Instrs.size() != EpilogInstrs.size()) in FindMatchingEpilog()
478 if (Instrs[i].Operation != EpilogInstrs[i].Operation || in FindMatchingEpilog()
479 Instrs[i].Offset != EpilogInstrs[i].Offset || in FindMatchingEpilog()
480 Instrs[i].Register != EpilogInstrs[i].Register) { in FindMatchingEpilog()
553 auto &EpilogInstrs = I.second; in ARM64EmitUnwindInfo() local
554 uint32_t CodeBytes = ARM64CountOfUnwindCodes(EpilogInstrs); in ARM64EmitUnwindInfo()
557 FindMatchingEpilog(EpilogInstrs, AddedEpilogs, info); in ARM64EmitUnwindInfo()
564 EpilogInstrs.clear(); in ARM64EmitUnwindInfo()
626 auto &EpilogInstrs = I.second; in ARM64EmitUnwindInfo() local
[all …]
/external/llvm-project/llvm/lib/MC/
DMCWin64EH.cpp520 FindMatchingEpilog(const std::vector<WinEH::Instruction>& EpilogInstrs, in FindMatchingEpilog() argument
529 if (Instrs.size() != EpilogInstrs.size()) in FindMatchingEpilog()
534 if (Instrs[i].Operation != EpilogInstrs[i].Operation || in FindMatchingEpilog()
535 Instrs[i].Offset != EpilogInstrs[i].Offset || in FindMatchingEpilog()
536 Instrs[i].Register != EpilogInstrs[i].Register) { in FindMatchingEpilog()
977 auto &EpilogInstrs = I.second; in ARM64EmitUnwindInfo() local
978 uint32_t CodeBytes = ARM64CountOfUnwindCodes(EpilogInstrs); in ARM64EmitUnwindInfo()
981 FindMatchingEpilog(EpilogInstrs, AddedEpilogs, info); in ARM64EmitUnwindInfo()
988 EpilogInstrs.clear(); in ARM64EmitUnwindInfo()
1052 auto &EpilogInstrs = I.second; in ARM64EmitUnwindInfo() local
[all …]