Home
last modified time | relevance | path

Searched refs:CSA (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DShrinkWrapping.cpp737 BV &= CSA.CalleeSaved; in classifyCSRUses()
741 if (CSA.getSavedReg(Inst) != I && CSA.getRestoredReg(Inst) != I) in classifyCSRUses()
746 BV = CSA.CalleeSaved; in classifyCSRUses()
757 if (!CSA.CalleeSaved[I]) in pruneUnwantedCSRs()
760 CSA.CalleeSaved.reset(I); in pruneUnwantedCSRs()
768 CSA.CalleeSaved.reset(I); in pruneUnwantedCSRs()
771 if (!CSA.HasRestores[I]) { in pruneUnwantedCSRs()
807 if (!CSA.CalleeSaved[I]) in computeSaveLocations()
839 if (!CSA.CalleeSaved[I]) in computeSaveLocations()
893 if (!CSA.CalleeSaved[CSR]) in isBestSavePosCold()
[all …]
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DShrinkWrapping.h306 CalleeSavedAnalysis CSA; variable
514 CSA(FA, BF, Info, AllocId) {} in ShrinkWrapping()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp2230 if (const auto *CSA = D->getAttr<CodeSegAttr>()) in setNonAliasAttributes() local
2231 GO->setSection(CSA->getName()); in setNonAliasAttributes()
2322 if (const auto *CSA = FD->getAttr<CodeSegAttr>()) in SetFunctionAttributes() local
2323 F->setSection(CSA->getName()); in SetFunctionAttributes()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp3386 if (CodeSegAttr *CSA = S.mergeCodeSegAttr(D, AL, Str)) in handleCodeSegAttr() local
3387 D->addAttr(CSA); in handleCodeSegAttr()
H A DSemaDecl.cpp2836 else if (const auto *CSA = dyn_cast<CodeSegAttr>(Attr)) in mergeDeclAttribute() local
2837 NewAttr = S.mergeCodeSegAttr(D, *CSA, CSA->getName()); in mergeDeclAttribute()