Lines Matching refs:AFI
404 ARMFunctionInfo *AFI = MBB.getParent()->getInfo<ARMFunctionInfo>(); in InsertBranch() local
405 int BOpc = !AFI->isThumbFunction() in InsertBranch()
406 ? ARM::B : (AFI->isThumb2Function() ? ARM::t2B : ARM::tB); in InsertBranch()
407 int BccOpc = !AFI->isThumbFunction() in InsertBranch()
408 ? ARM::Bcc : (AFI->isThumb2Function() ? ARM::t2Bcc : ARM::tBcc); in InsertBranch()
409 bool isThumb = AFI->isThumbFunction() || AFI->isThumb2Function(); in InsertBranch()
533 ARMFunctionInfo *AFI = in isPredicable() local
535 return AFI->isThumb2Function(); in isPredicable()
951 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>(); in loadRegFromStackSlot() local
978 unsigned LdmOpc = AFI->isThumbFunction() ? ARM::t2LDMIA : ARM::LDMIA; in loadRegFromStackSlot()
1204 ARMFunctionInfo *AFI = MF.getInfo<ARMFunctionInfo>(); in duplicateCPV() local
1212 unsigned PCLabelId = AFI->createPICLabelUId(); in duplicateCPV()