Searched refs:ProbeSize (Results 1 – 6 of 6) sorted by relevance
493 const unsigned ProbeSize = TLI.getStackProbeSize(MF); in emitPrologue() local495 (ZFI->getSpillGPRRegs().GPROffset + StackSize) < ProbeSize); in emitPrologue()638 const unsigned ProbeSize = TLI.getStackProbeSize(MF); in inlineStackProbe() local639 uint64_t NumFullBlocks = StackSize / ProbeSize; in inlineStackProbe()640 uint64_t Residual = StackSize % ProbeSize; in inlineStackProbe()674 allocateAndProbe(*MBB, MBBI, ProbeSize, true/*EmitCFI*/); in inlineStackProbe()677 uint64_t LoopAlloc = ProbeSize * NumFullBlocks; in inlineStackProbe()695 allocateAndProbe(*MBB, MBB->end(), ProbeSize, false/*EmitCFI*/); in inlineStackProbe()
8180 const unsigned ProbeSize = getStackProbeSize(MF); in emitProbedAlloca() local8209 .addImm(ProbeSize); in emitProbedAlloca()8221 .addImm(ProbeSize); in emitProbedAlloca()8224 .addImm(ProbeSize); in emitProbedAlloca()8226 .addReg(SystemZ::R15D).addImm(ProbeSize - 8).addReg(0) in emitProbedAlloca()
242 unsigned ProbeSize = 1; in RehashTable() local244 NewBucket = (NewBucket + ProbeSize++) & (NewSize - 1); in RehashTable()
1252 unsigned ProbeSize = TLI.getStackProbeSize(MF); in inlineStackProbe() local1253 int64_t NegProbeSize = -(int64_t)ProbeSize; in inlineStackProbe()1349 assert(isPowerOf2_64(ProbeSize) && "Probe size should be power of 2"); in inlineStackProbe()1355 assert(ProbeSize >= Subtarget.getRedZoneSize() && in inlineStackProbe()
11699 const unsigned ProbeSize = getStackProbeSize(*MF); in emitProbedAlloca() local11768 int64_t NegProbeSize = -(int64_t)ProbeSize; in emitProbedAlloca()
32989 const unsigned ProbeSize = getStackProbeSize(*MF); in EmitLoweredProbedAlloca() local33050 TII->get(getSUBriOpcode(TFI.Uses64BitFramePtr, ProbeSize)), physSPReg) in EmitLoweredProbedAlloca()33052 .addImm(ProbeSize); in EmitLoweredProbedAlloca()