Searched refs:HasAlloca (Results 1 – 8 of 8) sorted by relevance
851 bool HasAlloca = MFI.hasVarSizedObjects(); in hasFP() local865 if ((HasFixed || HasPrealloc) && (HasAlloca || HasExtraAlign)) in hasFP()965 bool HasAlloca = MFI.hasVarSizedObjects(); in getFrameIndexReference() local984 UseFP |= (HasAlloca || HasExtraAlign); in getFrameIndexReference()986 if (HasAlloca) { in getFrameIndexReference()1171 bool HasAlloca = MFI->hasVarSizedObjects(); in processFunctionBeforeFrameFinalized() local1174 if (!HasAlloca || !NeedsAlign) in processFunctionBeforeFrameFinalized()
969 bool HasAlloca = MFI.hasVarSizedObjects(); in hasFP() local984 if (HasAlloca || HasExtraAlign) in hasFP()1086 bool HasAlloca = MFI.hasVarSizedObjects(); in getFrameIndexReference() local1122 UseFP |= (HasAlloca || HasExtraAlign); in getFrameIndexReference()1124 if (HasAlloca) { in getFrameIndexReference()1330 bool HasAlloca = MFI.hasVarSizedObjects(); in processFunctionBeforeFrameFinalized() local1333 if (!HasAlloca || !NeedsAlign) in processFunctionBeforeFrameFinalized()
884 bool HasAlloca = MFI.hasVarSizedObjects(); in storeRegToStackSlot() local913 if (HasAlloca) in storeRegToStackSlot()925 if (HasAlloca) in storeRegToStackSlot()949 bool HasAlloca = MFI.hasVarSizedObjects(); in loadRegFromStackSlot() local973 if (HasAlloca) in loadRegFromStackSlot()984 if (HasAlloca) in loadRegFromStackSlot()
211 HasAlloca = 0x00000001, enumerator
220 HasAlloca = 0x00000001, enumerator
189 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasAlloca),
220 CV_ENUM_CLASS_ENT(FrameProcedureOptions, HasAlloca),
112 PUSH_FLAG(FrameProcedureOptions, HasAlloca, FPO, "has alloca"); in formatFrameProcedureOptions()