Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp66 int MachineFrameInfo::CreateSpillStackObject(uint64_t Size, Align Alignment) { in CreateSpillStackObject() function in MachineFrameInfo
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp65 int MachineFrameInfo::CreateSpillStackObject(uint64_t Size, Align Alignment) { in CreateSpillStackObject() function in MachineFrameInfo
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DMachineFunction.cpp597 int MachineFrameInfo::CreateSpillStackObject(uint64_t Size, in CreateSpillStackObject() function in MachineFrameInfo
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h752 inline int CreateSpillStackObject(uint64_t Size, unsigned Alignment) { in CreateSpillStackObject() function