Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp43 StackObjects.push_back({V, Size, Alignment, Range}); in addObject()
143 if (StackObjects.size() > 2) in computeLayout()
144 std::stable_sort(StackObjects.begin() + 1, StackObjects.end(), in computeLayout()
149 for (auto &Obj : StackObjects) in computeLayout()
H A DMIRPrinter.cpp405 YMF.StackObjects.push_back(YamlObject); in convertStackObjects()
426 YMF.StackObjects[StackObject.ID].CalleeSavedRegister = Reg; in convertStackObjects()
427 YMF.StackObjects[StackObject.ID].CalleeSavedRestored = in convertStackObjects()
439 YMF.StackObjects[StackObject.ID].LocalOffset = LocalObject.second; in convertStackObjects()
461 auto &Object = YMF.StackObjects[StackObject.ID]; in convertStackObjects()
H A DSafeStackLayout.h46 SmallVector<StackObject, 8> StackObjects; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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 DMIRPrinter.cpp413 assert(YMF.StackObjects.empty()); in convertStackObjects()
440 StackObjectsIdx[ID] = YMF.StackObjects.size(); in convertStackObjects()
441 YMF.StackObjects.push_back(YamlObject); in convertStackObjects()
464 auto &Object = YMF.StackObjects[StackObjectsIdx[FrameIdx]]; in convertStackObjects()
473 YMF.StackObjects[StackObjectsIdx[LocalObject.first]].LocalOffset = in convertStackObjects()
503 auto &Object = YMF.StackObjects[StackObjectsIdx[DebugVar.Slot]]; in convertStackObjects()
H A DSafeStackLayout.h47 SmallVector<StackObject, 8> StackObjects; variable
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DSafeStackLayout.cpp38 StackObjects.push_back({V, Size, Alignment, Range}); in addObject()
135 for (auto &Obj : StackObjects) in computeLayout()
H A DMIRPrinter.cpp328 MF.StackObjects.push_back(YamlObject); in convertStackObjects()
343 MF.StackObjects[StackObject.ID].CalleeSavedRegister = Reg; in convertStackObjects()
352 MF.StackObjects[StackObject.ID].LocalOffset = LocalObject.second; in convertStackObjects()
371 auto &Object = MF.StackObjects[StackObject.ID]; in convertStackObjects()
H A DSafeStackLayout.h38 SmallVector<StackObject, 8> StackObjects; variable
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h398 std::vector<MachineStackObject> StackObjects;
419 YamlIO.mapOptional("stack", MF.StackObjects);
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h591 std::vector<MachineStackObject> StackObjects;
619 YamlIO.mapOptional("stack", MF.StackObjects,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h718 std::vector<MachineStackObject> StackObjects;
759 YamlIO.mapOptional("stack", MF.StackObjects,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DMIRYamlMapping.h747 std::vector<MachineStackObject> StackObjects;
789 YamlIO.mapOptional("stack", MF.StackObjects,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DMIRYamlMapping.h747 std::vector<MachineStackObject> StackObjects;
789 YamlIO.mapOptional("stack", MF.StackObjects,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DMIRYamlMapping.h747 std::vector<MachineStackObject> StackObjects;
789 YamlIO.mapOptional("stack", MF.StackObjects,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DMIRYamlMapping.h751 std::vector<MachineStackObject> StackObjects;
793 YamlIO.mapOptional("stack", MF.StackObjects,
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
Dobj.go206 if x := fn.StackObjects; x != nil {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/
Dlink.go492 StackObjects *LSym member
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp504 for (const auto &Object : YamlMF.StackObjects) { in initializeFrameInfo()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp701 for (const auto &Object : YamlMF.StackObjects) { in initializeFrameInfo()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/liveness/
Dplive.go1460 lv.fn.LSym.Func().StackObjects = x
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp796 for (const auto &Object : YamlMF.StackObjects) { in initializeFrameInfo()