Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DStackMapParser.h62 uint64_t getStackSize() const { in getStackSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallLowering.cpp174 uint64_t getStackSize() { return StackSize; } in getStackSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h550 uint64_t getStackSize() const { return StackSize; } in getStackSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDiagnosticInfo.h223 uint64_t getStackSize() const { return getResourceSize(); } in getStackSize() function
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_ra.cpp339 inline int32_t getStackSize() const { return stackSize; } in getStackSize() function in nv50_ir::SpillCodeInserter