Searched refs:ProbeSize (Results 1 – 6 of 6) sorted by relevance
234 unsigned ProbeSize = 1; in RehashTable() local236 NewBucket = (NewBucket + ProbeSize++) & (NewSize - 1); in RehashTable()
618 const unsigned ProbeSize = TLI.getStackProbeSize(MF); in emitPrologue() local620 (ZFI->getSpillGPRRegs().GPROffset + StackSize) < ProbeSize); in emitPrologue()763 const unsigned ProbeSize = TLI.getStackProbeSize(MF); in inlineStackProbe() local764 uint64_t NumFullBlocks = StackSize / ProbeSize; in inlineStackProbe()765 uint64_t Residual = StackSize % ProbeSize; in inlineStackProbe()799 allocateAndProbe(*MBB, MBBI, ProbeSize, true/*EmitCFI*/); in inlineStackProbe()802 uint64_t LoopAlloc = ProbeSize * NumFullBlocks; in inlineStackProbe()820 allocateAndProbe(*MBB, MBB->end(), ProbeSize, false/*EmitCFI*/); in inlineStackProbe()
8668 const unsigned ProbeSize = getStackProbeSize(MF); in emitProbedAlloca() local8697 .addImm(ProbeSize); in emitProbedAlloca()8709 .addImm(ProbeSize); in emitProbedAlloca()8712 .addImm(ProbeSize); in emitProbedAlloca()8714 .addReg(SystemZ::R15D).addImm(ProbeSize - 8).addReg(0) in emitProbedAlloca()
1255 unsigned ProbeSize = TLI.getStackProbeSize(MF); in inlineStackProbe() local1256 int64_t NegProbeSize = -(int64_t)ProbeSize; in inlineStackProbe()1352 assert(isPowerOf2_64(ProbeSize) && "Probe size should be power of 2"); in inlineStackProbe()1358 assert(ProbeSize >= Subtarget.getRedZoneSize() && in inlineStackProbe()
12204 const unsigned ProbeSize = getStackProbeSize(*MF); in emitProbedAlloca() local12273 int64_t NegProbeSize = -(int64_t)ProbeSize; in emitProbedAlloca()
35997 const unsigned ProbeSize = getStackProbeSize(*MF); in EmitLoweredProbedAlloca() local36058 TII->get(getSUBriOpcode(TFI.Uses64BitFramePtr, ProbeSize)), physSPReg) in EmitLoweredProbedAlloca()36060 .addImm(ProbeSize); in EmitLoweredProbedAlloca()