Home
last modified time | relevance | path

Searched defs:FrameDataInfo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp334 struct FrameDataInfo { struct
337 SpillInfo Spills;
340 SmallVector<AllocaInfo, 8> Allocas;
342 SmallVector<Value *, 8> getAllDefs() const { in getAllDefs()
351 uint32_t getFieldIndex(Value *V) const { in getFieldIndex()
358 void setFieldIndex(Value *V, uint32_t Index) { in setFieldIndex()
364 Align getAlign(Value *V) const { in getAlign()
370 void setAlign(Value *V, Align AL) { in setAlign()
375 uint64_t getDynamicAlign(Value *V) const { in getDynamicAlign()
381 void setDynamicAlign(Value *V, uint64_t Align) { in setDynamicAlign()
[all …]