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()864 if (!AFI->isThumbFunction()) in eliminateFrameIndex()
121 isThumb = MF.getInfo<ARMFunctionInfo>()->isThumbFunction(); in ARMBasicBlockUtils()
632 if (!AFI->isThumbFunction()) { in emitAligningInstructions()718 bool isARM = !AFI->isThumbFunction(); in emitPrologue()1198 if (!AFI->isThumbFunction()) { in emitPrologue()1255 bool isARM = !AFI->isThumbFunction(); in emitEpilogue()1465 } else if (AFI->isThumbFunction()) { in ResolveFrameIndexReference()1729 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Spills()1885 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Restores()1962 unsigned PushOneOpc = AFI->isThumbFunction() ? in spillCalleeSavedRegisters()2024 AFI->isThumbFunction() ? ARM::t2LDR_POST : ARM::LDR_POST_IMM; in restoreCalleeSavedRegisters()2669 if (!AFI->isThumbFunction() || in determineCalleeSaves()[all …]
167 bool isThumbFunction() const { return isThumb; } in isThumbFunction() function
171 ->isThumbFunction()) in EmitSled()
295 if (!AFI->isThumbFunction()) in runOnMachineFunction()
2306 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVr : ARM::MOVr; in ExpandMI()2347 unsigned NewOpc = AFI->isThumbFunction() ? ARM::t2MOVi16 : ARM::MOVi16; in ExpandMI()2359 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVi : ARM::MOVi; in ExpandMI()2373 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MVNi : ARM::MVNi; in ExpandMI()2425 } else if (AFI->isThumbFunction()) { in ExpandMI()2443 unsigned bicOpc = AFI->isThumbFunction() ? in ExpandMI()
505 assert(MF.getInfo<ARMFunctionInfo>()->isThumbFunction() && in eliminateFrameIndex()
70 if (AFI->isThumbFunction()) { in emitFunctionEntryLabel()1016 else if (AFI->isThumbFunction()) in emitJumpTableAddrs()
504 int BOpc = !AFI->isThumbFunction() in insertBranch()506 int BccOpc = !AFI->isThumbFunction() in insertBranch()508 bool isThumb = AFI->isThumbFunction() || AFI->isThumb2Function(); in insertBranch()806 if (!MF->getInfo<ARMFunctionInfo>()->isThumbFunction()) in getInstSizeInBytes()
406 isThumb = AFI->isThumbFunction(); in runOnMachineFunction()
2121 isThumb1 = AFI->isThumbFunction() && !isThumb2; in runOnMachineFunction()
130 isThumb2 = AFI->isThumbFunction(); in ARMFastISel()
1322 static bool isThumbFunction(Function *F, Triple::ArchType ModuleArch) { in isThumbFunction() function1357 ++(isThumbFunction(F, ModuleArch) ? ThumbCount : ArmCount); in selectJumpTableArmEncoding()