Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1288 auto CanUseDForm = [](int64_t Imm) { return isInt<16>(Imm) && Imm % 4 == 0; }; in inlineStackProbe() local
1479 bool ResidualUseDForm = CanUseDForm(NegResidualSize); in inlineStackProbe()
1485 bool UseDForm = CanUseDForm(NegProbeSize); in inlineStackProbe()