HomeSort by relevance Sort by last modified time
    Searched defs:Parity (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp 393 int Parity = 0;
396 Changed |= colorChainSet(std::move(I), MBB, Parity);
439 int &Parity) {
448 // so the parity counter is updated and we know what color we should
463 Color PreferredColor = Parity < 0 ? Color::Even : Color::Odd;
467 if (Parity == 0)
471 DEBUG(dbgs() << " - Parity=" << Parity << ", Color="
485 Parity += (C == Color::Even) ? G->size() : -G->size();
486 PreferredColor = Parity < 0 ? Color::Even : Color::Odd
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddser.h 210 UCHAR Parity;
219 /* SERIAL_LINE_CONTROL.Parity constants */
winbase.h 381 BYTE Parity;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wmidata.h     [all...]

Completed in 3459 milliseconds