Searched refs:isThumbFunction (Results 1 – 18 of 18) sorted by relevance
59 bool atomIsThumb = _archHandler.isThumbFunction(*atom); in perform()60 bool targetIsThumb = _archHandler.isThumbFunction(*daTarget); in perform()
224 virtual bool isThumbFunction(const DefinedAtom &atom) { return false; } in isThumbFunction() function
141 bool isThumbFunction(const DefinedAtom &atom) override;1030 targetIsThumb = isThumbFunction(*defTarg); in generateAtomContent()1401 bool ArchHandler_arm::isThumbFunction(const DefinedAtom &atom) { in isThumbFunction() function in lld::mach_o::ArchHandler_arm
731 if (_archHandler.isThumbFunction(*_entryAtom)) in copyEntryPointAddress()967 if (_archHandler.isThumbFunction(*atom)) in descBits()1357 if (_archHandler.isThumbFunction(*info.atom)) in addFunctionStarts()
401 if (!AFI->isThumbFunction()) { in emitAligningInstructions()479 bool isARM = !AFI->isThumbFunction(); in emitPrologue()721 emitRegPlusImmediate(!AFI->isThumbFunction(), MBB, AfterPush, in emitPrologue()847 if (!AFI->isThumbFunction()) { in emitPrologue()904 bool isARM = !AFI->isThumbFunction(); in emitEpilogue()1084 } else if (AFI->isThumbFunction()) { in ResolveFrameIndexReference()1238 LdmOpc = AFI->isThumbFunction() ? ARM::t2LDMIA_RET : ARM::LDMIA_RET; in emitPopInst()1346 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Spills()1502 bool isThumb = AFI->isThumbFunction(); in emitAlignedDPRCS2Restores()1578 unsigned PushOpc = AFI->isThumbFunction() ? ARM::t2STMDB_UPD : ARM::STMDB_UPD; in spillCalleeSavedRegisters()[all …]
613 if (!AFI->isThumbFunction() || !AFI->isThumb1OnlyFunction()) in needsFrameBaseReg()654 unsigned ADDriOpc = !AFI->isThumbFunction() ? ARM::ADDri : in materializeFrameBaseRegister()696 if (!AFI->isThumbFunction()) in resolveFrameIndex()809 if (!AFI->isThumbFunction()) in eliminateFrameIndex()847 if (!AFI->isThumbFunction()) in eliminateFrameIndex()
121 isThumb = MF.getInfo<ARMFunctionInfo>()->isThumbFunction(); in ARMBasicBlockUtils()
150 bool isThumbFunction() const { return isThumb; } in isThumbFunction() function
171 ->isThumbFunction()) in EmitSled()
295 if (!AFI->isThumbFunction()) in runOnMachineFunction()
493 assert(MF.getInfo<ARMFunctionInfo>()->isThumbFunction() && in eliminateFrameIndex()
2194 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVr : ARM::MOVr; in ExpandMI()2235 unsigned NewOpc = AFI->isThumbFunction() ? ARM::t2MOVi16 : ARM::MOVi16; in ExpandMI()2247 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVi : ARM::MOVi; in ExpandMI()2261 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MVNi : ARM::MVNi; in ExpandMI()2313 } else if (AFI->isThumbFunction()) { in ExpandMI()2331 unsigned bicOpc = AFI->isThumbFunction() ? in ExpandMI()
70 if (AFI->isThumbFunction()) { in emitFunctionEntryLabel()992 else if (AFI->isThumbFunction()) in emitJumpTableAddrs()
486 int BOpc = !AFI->isThumbFunction() in insertBranch()488 int BccOpc = !AFI->isThumbFunction() in insertBranch()490 bool isThumb = AFI->isThumbFunction() || AFI->isThumb2Function(); in insertBranch()801 if (!MF->getInfo<ARMFunctionInfo>()->isThumbFunction()) in getInstSizeInBytes()
382 isThumb = AFI->isThumbFunction(); in runOnMachineFunction()
2119 isThumb1 = AFI->isThumbFunction() && !isThumb2; in runOnMachineFunction()
131 isThumb2 = AFI->isThumbFunction(); in ARMFastISel()
1344 static bool isThumbFunction(Function *F, Triple::ArchType ModuleArch) { in isThumbFunction() function1379 ++(isThumbFunction(F, ModuleArch) ? ThumbCount : ArmCount); in selectJumpTableArmEncoding()