Home | History | Annotate | Download | only in ARM

Lines Matching refs:isThumbFunction

143   bool isARM = !AFI->isThumbFunction();
223 unsigned ADDriOpc = !AFI->isThumbFunction() ? ARM::ADDri : ARM::t2ADDri;
296 if (!AFI->isThumbFunction()) {
359 bool isARM = !AFI->isThumbFunction();
677 LdmOpc = AFI->isThumbFunction() ? ARM::t2LDMIA_RET : ARM::LDMIA_RET;
770 bool isThumb = AFI->isThumbFunction();
912 bool isThumb = AFI->isThumbFunction();
978 unsigned PushOpc = AFI->isThumbFunction() ? ARM::t2STMDB_UPD : ARM::STMDB_UPD;
979 unsigned PushOneOpc = AFI->isThumbFunction() ?
1016 unsigned PopOpc = AFI->isThumbFunction() ? ARM::t2LDMIA_UPD : ARM::LDMIA_UPD;
1017 unsigned LdrOpc = AFI->isThumbFunction() ? ARM::t2LDR_POST :ARM::LDR_POST_IMM;
1409 bool isARM = !AFI->isThumbFunction();