Lines Matching refs:AFI
49 ARMFunctionInfo *AFI; member in __anon905b072c0111::ARMExpandPseudo
2258 if (!STI->hasV8_1MMainlineOps() && AFI->shouldSignReturnAddress()) in ExpandMI()
2271 if (AFI->shouldSignReturnAddress()) in ExpandMI()
2310 AFI->isThumb1OnlyFunction()); in ExpandMI()
2325 if (AFI->isThumb2Function()) { in ExpandMI()
2362 CMSEPopCalleeSaves(*TII, MBB, MBBI, JumpReg, AFI->isThumb1OnlyFunction()); in ExpandMI()
2383 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVr : ARM::MOVr; in ExpandMI()
2424 unsigned NewOpc = AFI->isThumbFunction() ? ARM::t2MOVi16 : ARM::MOVi16; in ExpandMI()
2436 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVi : ARM::MOVi; in ExpandMI()
2450 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MVNi : ARM::MVNi; in ExpandMI()
2494 int32_t NumBytes = AFI->getFramePtrSpillOffset(); in ExpandMI()
2499 if (AFI->isThumb2Function()) { in ExpandMI()
2502 } else if (AFI->isThumbFunction()) { in ExpandMI()
2514 assert (!AFI->isThumb1OnlyFunction()); in ExpandMI()
2520 unsigned bicOpc = AFI->isThumbFunction() ? in ExpandMI()
2566 unsigned PCLabelID = AFI->createPICLabelUId(); in ExpandMI()
2655 ARMPCLabelIndex = AFI->createPICLabelUId(); in ExpandMI()
2687 unsigned LabelId = AFI->createPICLabelUId(); in ExpandMI()
3244 AFI = MF.getInfo<ARMFunctionInfo>(); in runOnMachineFunction()