Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp467 unsigned OneChunks, unsigned ZeroChunks, in expandMOVImmSimple() argument
478 if (OneChunks > ZeroChunks) { in expandMOVImmSimple()
531 unsigned OneChunks = 0; in expandMOVImm() local
536 OneChunks++; in expandMOVImm()
542 if ((BitSize / 16) - OneChunks <= 1 || (BitSize / 16) - ZeroChunks <= 1) { in expandMOVImm()
543 expandMOVImmSimple(Imm, BitSize, OneChunks, ZeroChunks, Insn); in expandMOVImm()
560 if (OneChunks >= (BitSize / 16) - 2 || ZeroChunks >= (BitSize / 16) - 2) { in expandMOVImm()
561 expandMOVImmSimple(Imm, BitSize, OneChunks, ZeroChunks, Insn); in expandMOVImm()
617 if (OneChunks || ZeroChunks) { in expandMOVImm()
618 expandMOVImmSimple(Imm, BitSize, OneChunks, ZeroChunks, Insn); in expandMOVImm()
[all …]