Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp41 StackObjects.push_back({V, Size, Alignment, Range}); in addObject()
142 if (StackObjects.size() > 2) in computeLayout()
143 llvm::stable_sort(drop_begin(StackObjects), in computeLayout()
148 for (auto &Obj : StackObjects) in computeLayout()
H A DSafeStackLayout.h47 SmallVector<StackObject, 8> StackObjects; variable
H A DMIRPrinter.cpp431 assert(YMF.StackObjects.empty()); in convertStackObjects()
458 StackObjectsIdx[ID] = YMF.StackObjects.size(); in convertStackObjects()
459 YMF.StackObjects.push_back(YamlObject); in convertStackObjects()
482 auto &Object = YMF.StackObjects[StackObjectsIdx[FrameIdx]]; in convertStackObjects()
491 YMF.StackObjects[StackObjectsIdx[LocalObject.first]].LocalOffset = in convertStackObjects()
521 auto &Object = YMF.StackObjects[StackObjectsIdx[Idx]]; in convertStackObjects()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h747 std::vector<MachineStackObject> StackObjects;
789 YamlIO.mapOptional("stack", MF.StackObjects,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp824 for (const auto &Object : YamlMF.StackObjects) { in initializeFrameInfo()