reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMAsmPrinter.cpp
   70   if (AFI->isThumbFunction()) {
  974     else if (AFI->isThumbFunction())
lib/Target/ARM/ARMBaseInstrInfo.cpp
  436   int BOpc   = !AFI->isThumbFunction()
  438   int BccOpc = !AFI->isThumbFunction()
  440   bool isThumb = AFI->isThumbFunction() || AFI->isThumb2Function();
  750     if (!MF->getInfo<ARMFunctionInfo>()->isThumbFunction())
lib/Target/ARM/ARMBaseRegisterInfo.cpp
  593   if (!AFI->isThumbFunction() || !AFI->isThumb1OnlyFunction())
  634   unsigned ADDriOpc = !AFI->isThumbFunction() ? ARM::ADDri :
  673   if (!AFI->isThumbFunction())
  785   if (!AFI->isThumbFunction())
  823     if (!AFI->isThumbFunction())
lib/Target/ARM/ARMBasicBlockInfo.h
  121     isThumb = MF.getInfo<ARMFunctionInfo>()->isThumbFunction();
lib/Target/ARM/ARMConstantIslandPass.cpp
  362   isThumb = AFI->isThumbFunction();
lib/Target/ARM/ARMExpandPseudoInsts.cpp
 1231       unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVr : ARM::MOVr;
 1272       unsigned NewOpc = AFI->isThumbFunction() ? ARM::t2MOVi16 : ARM::MOVi16;
 1284       unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVi : ARM::MOVi;
 1298       unsigned Opc = AFI->isThumbFunction() ? ARM::t2MVNi : ARM::MVNi;
 1350         } else if (AFI->isThumbFunction()) {
 1367           unsigned bicOpc = AFI->isThumbFunction() ?
lib/Target/ARM/ARMFastISel.cpp
  132       isThumb2 = AFI->isThumbFunction();
lib/Target/ARM/ARMFrameLowering.cpp
  292   if (!AFI->isThumbFunction()) {
  369   bool isARM = !AFI->isThumbFunction();
  597     emitRegPlusImmediate(!AFI->isThumbFunction(), MBB, AfterPush,
  722     if (!AFI->isThumbFunction()) {
  779   bool isARM = !AFI->isThumbFunction();
  940     } else if (AFI->isThumbFunction()) {
 1094           LdmOpc = AFI->isThumbFunction() ? ARM::t2LDMIA_RET : ARM::LDMIA_RET;
 1099           LdmOpc = AFI->isThumbFunction() ? ARM::t2LDMIA_UPD : ARM::LDMIA_UPD;
 1202   bool isThumb = AFI->isThumbFunction();
 1358   bool isThumb = AFI->isThumbFunction();
 1435   unsigned PushOpc = AFI->isThumbFunction() ? ARM::t2STMDB_UPD : ARM::STMDB_UPD;
 1436   unsigned PushOneOpc = AFI->isThumbFunction() ?
 1473   unsigned PopOpc = AFI->isThumbFunction() ? ARM::t2LDMIA_UPD : ARM::LDMIA_UPD;
 1474   unsigned LdrOpc = AFI->isThumbFunction() ? ARM::t2LDR_POST :ARM::LDR_POST_IMM;
 2055           if (!AFI->isThumbFunction() ||
 2166       bool isARM = !AFI->isThumbFunction();
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
 2009   isThumb1 = AFI->isThumbFunction() && !isThumb2;
lib/Target/ARM/ARMMCInstLower.cpp
  171     ->isThumbFunction())
lib/Target/ARM/Thumb2ITBlockPass.cpp
  295   if (!AFI->isThumbFunction())
lib/Target/ARM/ThumbRegisterInfo.cpp
  494   assert(MF.getInfo<ARMFunctionInfo>()->isThumbFunction() &&