Home
last modified time | relevance | path

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

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