Searched refs:Residual (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVFrameLowering.cpp | 789 uint64_t Residual = Offset - CurrentOffset; in allocateStack() local 790 if (Residual) { in allocateStack() 792 StackOffset::getFixed(-Residual), Flag, getStackAlign()); in allocateStack() 811 uint64_t Residual = Offset - RoundedSize; in allocateStack() local 831 if (Residual) { in allocateStack() 832 RI->adjustReg(MBB, MBBI, DL, SPReg, SPReg, StackOffset::getFixed(-Residual), in allocateStack()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZFrameLowering.cpp | 786 uint64_t Residual = StackSize % ProbeSize; in inlineStackProbe() local 852 if (Residual) in inlineStackProbe() 853 allocateAndProbe(*MBB, MBBI, Residual, true/*EmitCFI*/); in inlineStackProbe()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | EVP_EncodeInit.pod | 106 Residual input shorter than the internal chunk size will be buffered in B<ctx>
|