Searched refs:stackSize (Results 1 – 10 of 10) sorted by relevance
130 uint32_t stackSize = stackSizeEncoded * 4; in stepWithCompactEncodingFrameless() local134 stackSize = subl + 4 * stackAdjust; in stepWithCompactEncodingFrameless()203 uint32_t savedRegisters = registers.getSP() + stackSize - 4 - 4 * regCount; in stepWithCompactEncodingFrameless()361 uint32_t stackSize = stackSizeEncoded * 8; in stepWithCompactEncodingFrameless() local365 stackSize = subl + 8 * stackAdjust; in stepWithCompactEncodingFrameless()434 uint64_t savedRegisters = registers.getSP() + stackSize - 8 - 8 * regCount; in stepWithCompactEncodingFrameless()535 uint32_t stackSize = in stepWithCompactEncodingFrameless() local538 uint64_t savedRegisterLoc = registers.getSP() + stackSize; in stepWithCompactEncodingFrameless()
283 uint64_t stackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex() local288 << "stackSize : " << stackSize << "\n" in eliminateFrameIndex()293 eliminateFI(MI, FIOperandNum, FrameIndex, stackSize, spOffset); in eliminateFrameIndex()
381 unsigned stackSize = MF->getFrameInfo().getStackSize(); in emitFrameDirective() local383 getTargetStreamer().emitFrame(stackReg, stackSize, returnReg); in emitFrameDirective()
186 uint64_t stackSize() const { return _stackSize; } in stackSize() function187 void setStackSize(uint64_t stackSize) { _stackSize = stackSize; } in setStackSize() argument
119 int getAdjustedFrameSize(int stackSize) const;
248 Hex64 stackSize = 0; member
1597 normFile.stackSize = context.stackSize(); in normalizedFromAtoms()
725 io.mapOptional("stack-size", file.stackSize, Hex64(0)); in mapping()
947 ep.stacksize = _file.stackSize; in writeLoadCommands()
950 if (llvm::opt::Arg *stackSize = parsedArgs.getLastArg(OPT_stack_size)) { in parse() local952 if (parseNumberBase16(stackSize->getValue(), stackSizeVal)) { in parse()