Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp394 uint64_t RunStarts = Imm & ~rotl<uint64_t>(Imm, 1); in tryEorOfLogicalImmediates() local
401 int RunsPerBigChunk = popcount(RunStarts & BigMask); in tryEorOfLogicalImmediates()
435 int Rotation = countr_zero(RunStarts); in tryEorOfLogicalImmediates()
457 Rotation += countr_zero(rotr<uint64_t>(RunStarts, Rotation) & ~1); in tryEorOfLogicalImmediates()