Searched refs:OneChunks (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandImm.cpp | 467 unsigned OneChunks, unsigned ZeroChunks, in expandMOVImmSimple() argument 478 if (OneChunks > ZeroChunks) { in expandMOVImmSimple() 539 unsigned OneChunks = 0; in expandMOVImm() local 544 OneChunks++; in expandMOVImm() 550 if ((BitSize / 16) - OneChunks <= 1 || (BitSize / 16) - ZeroChunks <= 1) { in expandMOVImm() 551 expandMOVImmSimple(Imm, BitSize, OneChunks, ZeroChunks, Insn); in expandMOVImm() 568 if (OneChunks >= (BitSize / 16) - 2 || ZeroChunks >= (BitSize / 16) - 2) { in expandMOVImm() 569 expandMOVImmSimple(Imm, BitSize, OneChunks, ZeroChunks, Insn); in expandMOVImm() 625 if (OneChunks || ZeroChunks) { in expandMOVImm() 626 expandMOVImmSimple(Imm, BitSize, OneChunks, ZeroChunks, Insn); in expandMOVImm() [all …]
|