Lines Matching refs:AFI
49 ARMFunctionInfo *AFI; member in __anon746fcf360111::ARMExpandPseudo
2274 if (!STI->hasV8_1MMainlineOps() && AFI->shouldSignReturnAddress()) in ExpandMI()
2287 if (AFI->shouldSignReturnAddress()) in ExpandMI()
2326 AFI->isThumb1OnlyFunction()); in ExpandMI()
2341 if (AFI->isThumb2Function()) { in ExpandMI()
2378 CMSEPopCalleeSaves(*TII, MBB, MBBI, JumpReg, AFI->isThumb1OnlyFunction()); in ExpandMI()
2399 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVr : ARM::MOVr; in ExpandMI()
2440 unsigned NewOpc = AFI->isThumbFunction() ? ARM::t2MOVi16 : ARM::MOVi16; in ExpandMI()
2452 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVi : ARM::MOVi; in ExpandMI()
2466 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MVNi : ARM::MVNi; in ExpandMI()
2510 int32_t NumBytes = AFI->getFramePtrSpillOffset(); in ExpandMI()
2515 if (AFI->isThumb2Function()) { in ExpandMI()
2518 } else if (AFI->isThumbFunction()) { in ExpandMI()
2530 assert (!AFI->isThumb1OnlyFunction()); in ExpandMI()
2536 unsigned bicOpc = AFI->isThumbFunction() ? in ExpandMI()
2582 unsigned PCLabelID = AFI->createPICLabelUId(); in ExpandMI()
2671 ARMPCLabelIndex = AFI->createPICLabelUId(); in ExpandMI()
2703 unsigned LabelId = AFI->createPICLabelUId(); in ExpandMI()
3260 AFI = MF.getInfo<ARMFunctionInfo>(); in runOnMachineFunction()