HomeSort by relevance Sort by last modified time
    Searched refs:isThumbFunction (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 135 bool isThumbFunction() const { return isThumb; }
ARMBaseRegisterInfo.cpp 319 if (AFI->isThumbFunction() && MFI->hasVarSizedObjects()) {
520 if (!AFI->isThumbFunction() || !AFI->isThumb1OnlyFunction())
561 unsigned ADDriOpc = !AFI->isThumbFunction() ? ARM::ADDri :
600 if (!AFI->isThumbFunction())
715 if (!AFI->isThumbFunction())
742 if (!AFI->isThumbFunction())
ARMFrameLowering.cpp 247 if (!AFI->isThumbFunction()) {
303 bool isARM = !AFI->isThumbFunction();
526 emitRegPlusImmediate(!AFI->isThumbFunction(), MBB, AfterPush,
651 if (!AFI->isThumbFunction()) {
706 bool isARM = !AFI->isThumbFunction();
    [all...]
Thumb2ITBlockPass.cpp 279 if (!AFI->isThumbFunction())
ARMExpandPseudoInsts.cpp     [all...]
ThumbRegisterInfo.cpp 553 assert(AFI->isThumbFunction() &&
ARMAsmPrinter.cpp 75 if (AFI->isThumbFunction()) {
    [all...]
ARMBaseInstrInfo.cpp 399 int BOpc = !AFI->isThumbFunction()
401 int BccOpc = !AFI->isThumbFunction()
403 bool isThumb = AFI->isThumbFunction() || AFI->isThumb2Function();
    [all...]
ARMConstantIslandPass.cpp 405 isThumb = AFI->isThumbFunction();
    [all...]
ARMLoadStoreOptimizer.cpp     [all...]
ARMFastISel.cpp 100 isThumb2 = AFI->isThumbFunction();
    [all...]

Completed in 114 milliseconds