HomeSort by: relevance | last modified time | path
    Searched refs:NeedsWinCFI (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 234 static bool needsWinCFI(const MachineFunction &MF);
252 if (needsWinCFI(MF))
649 static bool needsWinCFI(const MachineFunction &MF) {
675 if (needsWinCFI(MF) && AFI->getCalleeSavedStackSize() > 0 &&
884 bool NeedsWinCFI, bool *HasWinCFI, bool InProlog = true) {
936 if (NeedsWinCFI) {
982 if (NeedsWinCFI) {
995 bool NeedsWinCFI,
1042 if (NeedsWinCFI) {
1115 bool NeedsWinCFI = needsWinCFI(MF)
    [all...]
AArch64InstrInfo.h 374 bool SetNZCV = false, bool NeedsWinCFI = false,
AArch64InstrInfo.cpp 2491 bool NeedsWinCFI = MAI->usesWindowsCFI() &&
2493 if (NeedsWinCFI && (MI.getFlag(MachineInstr::FrameSetup) ||
3941 MachineInstr::MIFlag Flag, bool NeedsWinCFI,
4004 if (NeedsWinCFI) {
4040 bool NeedsWinCFI, bool *HasWinCFI) {
4055 NeedsWinCFI, HasWinCFI);
4061 assert(!(NeedsWinCFI && (NumPredicateVectors || NumDataVectors)) &&
4066 AArch64::ADDVL_XXI, TII, Flag, NeedsWinCFI, nullptr);
4073 AArch64::ADDPL_XXI, TII, Flag, NeedsWinCFI, nullptr);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FrameLowering.cpp 1339 bool NeedsWinCFI = NeedsWin64CFI || NeedsWinFPO;
1478 if (NeedsWinCFI) {
1584 if (NeedsWinCFI) {
1599 if (NeedsWinCFI) {
1690 if (NeedsWinCFI && NumBytes) {
1741 if (NeedsWinCFI && !IsFunclet) {
1772 if (NeedsWinCFI) {
1796 if (NeedsWinCFI && HasWinCFI)

Completed in 33 milliseconds