Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp246 unsigned OneChunks, unsigned ZeroChunks, in expandMOVImmSimple() argument
257 if (OneChunks > ZeroChunks) { in expandMOVImmSimple()
310 unsigned OneChunks = 0; in expandMOVImm() local
315 OneChunks++; in expandMOVImm()
321 if ((BitSize / 16) - OneChunks <= 1 || (BitSize / 16) - ZeroChunks <= 1) { in expandMOVImm()
322 expandMOVImmSimple(Imm, BitSize, OneChunks, ZeroChunks, Insn); in expandMOVImm()
339 if (OneChunks >= (BitSize / 16) - 2 || ZeroChunks >= (BitSize / 16) - 2) { in expandMOVImm()
340 expandMOVImmSimple(Imm, BitSize, OneChunks, ZeroChunks, Insn); in expandMOVImm()
384 if (OneChunks || ZeroChunks) { in expandMOVImm()
385 expandMOVImmSimple(Imm, BitSize, OneChunks, ZeroChunks, Insn); in expandMOVImm()
[all …]