Searched refs:isThumbFunction (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DShimPass.cpp59 bool atomIsThumb = _archHandler.isThumbFunction(*atom);
60 bool targetIsThumb = _archHandler.isThumbFunction(*daTarget);
H A DArchHandler.h224 virtual bool isThumbFunction(const DefinedAtom &atom) { return false; } function in class:lld::mach_o::ArchHandler
H A DArchHandler_arm.cpp141 bool isThumbFunction(const DefinedAtom &atom) override;
1030 targetIsThumb = isThumbFunction(*defTarg);
1401 bool ArchHandler_arm::isThumbFunction(const DefinedAtom &atom) { function in class:lld::mach_o::ArchHandler_arm
H A DMachONormalizedFileFromAtoms.cpp731 if (_archHandler.isThumbFunction(*_entryAtom))
967 if (_archHandler.isThumbFunction(*atom))
1357 if (_archHandler.isThumbFunction(*info.atom))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBasicBlockInfo.h121 isThumb = MF.getInfo<ARMFunctionInfo>()->isThumbFunction();
H A DARMFrameLowering.cpp271 if (!AFI->isThumbFunction()) {
349 bool isARM = !AFI->isThumbFunction();
591 emitRegPlusImmediate(!AFI->isThumbFunction(), MBB, AfterPush,
717 if (!AFI->isThumbFunction()) {
774 bool isARM = !AFI->isThumbFunction();
943 } else if (AFI->isThumbFunction()) {
1098 LdmOpc = AFI->isThumbFunction() ? ARM::t2LDMIA_RET : ARM::LDMIA_RET;
1103 LdmOpc = AFI->isThumbFunction() ? ARM::t2LDMIA_UPD : ARM::LDMIA_UPD;
1208 bool isThumb = AFI->isThumbFunction();
1364 bool isThumb = AFI->isThumbFunction();
[all...]
H A DARMMachineFunctionInfo.h144 bool isThumbFunction() const { return isThumb; } function in class:llvm::ARMFunctionInfo
H A DARMBaseRegisterInfo.cpp601 if (!AFI->isThumbFunction() || !AFI->isThumb1OnlyFunction())
642 unsigned ADDriOpc = !AFI->isThumbFunction() ? ARM::ADDri :
681 if (!AFI->isThumbFunction())
794 if (!AFI->isThumbFunction())
832 if (!AFI->isThumbFunction())
H A DARMMCInstLower.cpp171 ->isThumbFunction())
H A DThumb2ITBlockPass.cpp295 if (!AFI->isThumbFunction())
H A DThumbRegisterInfo.cpp493 assert(MF.getInfo<ARMFunctionInfo>()->isThumbFunction() &&
H A DARMExpandPseudoInsts.cpp2038 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVr : ARM::MOVr;
2079 unsigned NewOpc = AFI->isThumbFunction() ? ARM::t2MOVi16 : ARM::MOVi16;
2091 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MOVi : ARM::MOVi;
2105 unsigned Opc = AFI->isThumbFunction() ? ARM::t2MVNi : ARM::MVNi;
2157 } else if (AFI->isThumbFunction()) {
2175 unsigned bicOpc = AFI->isThumbFunction() ?
H A DARMAsmPrinter.cpp70 if (AFI->isThumbFunction()) {
992 else if (AFI->isThumbFunction())
H A DARMBaseInstrInfo.cpp437 int BOpc = !AFI->isThumbFunction()
439 int BccOpc = !AFI->isThumbFunction()
441 bool isThumb = AFI->isThumbFunction() || AFI->isThumb2Function();
776 if (!MF->getInfo<ARMFunctionInfo>()->isThumbFunction())
H A DARMConstantIslandPass.cpp357 isThumb = AFI->isThumbFunction();
H A DARMFastISel.cpp131 isThumb2 = AFI->isThumbFunction();
H A DARMLoadStoreOptimizer.cpp2050 isThumb1 = AFI->isThumbFunction() && !isThumb2;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1327 static bool isThumbFunction(Function *F, Triple::ArchType ModuleArch) { function
1362 ++(isThumbFunction(F, ModuleArch) ? ThumbCount : ArmCount);

Completed in 224 milliseconds