Searched defs:stackSize (Results 1 – 6 of 6) sorted by relevance
130 uint32_t stackSize = stackSizeEncoded * 4; in stepWithCompactEncodingFrameless() local361 uint32_t stackSize = stackSizeEncoded * 8; in stepWithCompactEncodingFrameless() local535 uint32_t stackSize = in stepWithCompactEncodingFrameless() local
283 uint64_t stackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex() local
381 unsigned stackSize = MF->getFrameInfo().getStackSize(); in emitFrameDirective() local
186 uint64_t stackSize() const { return _stackSize; } in stackSize() function187 void setStackSize(uint64_t stackSize) { _stackSize = stackSize; } in setStackSize()
248 Hex64 stackSize = 0; member
950 if (llvm::opt::Arg *stackSize = parsedArgs.getLastArg(OPT_stack_size)) { in parse() local