Searched refs:isThumbFunction (Results 1 – 14 of 14) sorted by relevance
628 if (!AFI->isThumbFunction() || !AFI->isThumb1OnlyFunction()) in needsFrameBaseReg()669 unsigned ADDriOpc = !AFI->isThumbFunction() ? ARM::ADDri : in materializeFrameBaseRegister()711 if (!AFI->isThumbFunction()) in resolveFrameIndex()826 if (!AFI->isThumbFunction()) in eliminateFrameIndex()863 if (!AFI->isThumbFunction()) in eliminateFrameIndex()
121 isThumb = MF.getInfo<ARMFunctionInfo>()->isThumbFunction(); in ARMBasicBlockUtils()
658 if (!AFI->isThumbFunction()) { in emitAligningInstructions()744 bool isARM = !AFI->isThumbFunction(); in emitPrologue()1224 if (!AFI->isThumbFunction()) { in emitPrologue()1281 bool isARM = !AFI->isThumbFunction(); in emitEpilogue()1491 } else if (AFI->isThumbFunction()) { in ResolveFrameIndexReference()1752 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Spills()1908 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Restores()1985 unsigned PushOneOpc = AFI->isThumbFunction() ? in spillCalleeSavedRegisters()2047 AFI->isThumbFunction() ? ARM::t2LDR_POST : ARM::LDR_POST_IMM; in restoreCalleeSavedRegisters()2698 if (!AFI->isThumbFunction() || in determineCalleeSaves()[all …]
167 bool isThumbFunction() const { return isThumb; } in isThumbFunction() function
187 ->isThumbFunction()) in EmitSled()
294 if (!AFI->isThumbFunction()) in runOnMachineFunction()
2383 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVr : ARM::MOVr; in ExpandMI()2424 unsigned NewOpc = AFI->isThumbFunction() ? ARM::t2MOVi16 : ARM::MOVi16; in ExpandMI()2436 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVi : ARM::MOVi; in ExpandMI()2450 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MVNi : ARM::MVNi; in ExpandMI()2502 } else if (AFI->isThumbFunction()) { in ExpandMI()2520 unsigned bicOpc = AFI->isThumbFunction() ? in ExpandMI()
585 assert(MF.getInfo<ARMFunctionInfo>()->isThumbFunction() && in eliminateFrameIndex()
68 if (AFI->isThumbFunction()) { in emitFunctionEntryLabel()1031 else if (AFI->isThumbFunction()) in emitJumpTableAddrs()
506 int BOpc = !AFI->isThumbFunction() in insertBranch()508 int BccOpc = !AFI->isThumbFunction() in insertBranch()510 bool isThumb = AFI->isThumbFunction() || AFI->isThumb2Function(); in insertBranch()809 if (!MF->getInfo<ARMFunctionInfo>()->isThumbFunction()) in getInstSizeInBytes()
404 isThumb = AFI->isThumbFunction(); in runOnMachineFunction()
2110 isThumb1 = AFI->isThumbFunction() && !isThumb2; in runOnMachineFunction()
130 isThumb2 = AFI->isThumbFunction(); in ARMFastISel()
1425 static bool isThumbFunction(Function *F, Triple::ArchType ModuleArch) { in isThumbFunction() function1467 ++(isThumbFunction(F, Arch) ? ThumbCount : ArmCount); in selectJumpTableArmEncoding()