Home
last modified time | relevance | path

Searched refs:ProbeSize (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.cpp493 const unsigned ProbeSize = TLI.getStackProbeSize(MF); in emitPrologue() local
495 (ZFI->getSpillGPRRegs().GPROffset + StackSize) < ProbeSize); in emitPrologue()
638 const unsigned ProbeSize = TLI.getStackProbeSize(MF); in inlineStackProbe() local
639 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()
H A DSystemZISelLowering.cpp8077 const unsigned ProbeSize = getStackProbeSize(MF); in emitProbedAlloca() local
8106 .addImm(ProbeSize); in emitProbedAlloca()
8118 .addImm(ProbeSize); in emitProbedAlloca()
8121 .addImm(ProbeSize); in emitProbedAlloca()
8123 .addReg(SystemZ::R15D).addImm(ProbeSize - 8).addReg(0) in emitProbedAlloca()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DStringMap.cpp242 unsigned ProbeSize = 1; in RehashTable() local
244 NewBucket = (NewBucket + ProbeSize++) & (NewSize - 1); in RehashTable()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1253 unsigned ProbeSize = TLI.getStackProbeSize(MF); in inlineStackProbe() local
1254 int64_t NegProbeSize = -(int64_t)ProbeSize; in inlineStackProbe()
1333 assert(isPowerOf2_64(ProbeSize) && "Probe size should be power of 2"); in inlineStackProbe()
1347 .addImm(64 - Log2(ProbeSize)); in inlineStackProbe()
H A DPPCISelLowering.cpp11655 const unsigned ProbeSize = getStackProbeSize(*MF); in emitProbedAlloca() local
11724 int64_t NegProbeSize = -(int64_t)ProbeSize; in emitProbedAlloca()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp32796 const unsigned ProbeSize = getStackProbeSize(*MF); in EmitLoweredProbedAlloca() local
32857 TII->get(getSUBriOpcode(TFI.Uses64BitFramePtr, ProbeSize)), physSPReg) in EmitLoweredProbedAlloca()
32859 .addImm(ProbeSize); in EmitLoweredProbedAlloca()