Lines Matching refs:AFI
48 ARMFunctionInfo *AFI; member in __anonc17b80660111::ARMExpandPseudo
2181 if (!STI->hasV8_1MMainlineOps() && AFI->shouldSignReturnAddress()) in ExpandMI()
2194 if (AFI->shouldSignReturnAddress()) in ExpandMI()
2233 AFI->isThumb1OnlyFunction()); in ExpandMI()
2248 if (AFI->isThumb2Function()) { in ExpandMI()
2285 CMSEPopCalleeSaves(*TII, MBB, MBBI, JumpReg, AFI->isThumb1OnlyFunction()); in ExpandMI()
2306 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVr : ARM::MOVr; in ExpandMI()
2347 unsigned NewOpc = AFI->isThumbFunction() ? ARM::t2MOVi16 : ARM::MOVi16; in ExpandMI()
2359 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVi : ARM::MOVi; in ExpandMI()
2373 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MVNi : ARM::MVNi; in ExpandMI()
2417 int32_t NumBytes = AFI->getFramePtrSpillOffset(); in ExpandMI()
2422 if (AFI->isThumb2Function()) { in ExpandMI()
2425 } else if (AFI->isThumbFunction()) { in ExpandMI()
2437 assert (!AFI->isThumb1OnlyFunction()); in ExpandMI()
2443 unsigned bicOpc = AFI->isThumbFunction() ? in ExpandMI()
2490 unsigned PCLabelID = AFI->createPICLabelUId(); in ExpandMI()
2580 ARMPCLabelIndex = AFI->createPICLabelUId(); in ExpandMI()
2612 unsigned LabelId = AFI->createPICLabelUId(); in ExpandMI()
3154 AFI = MF.getInfo<ARMFunctionInfo>(); in runOnMachineFunction()