Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64A57FPLoadBalancing.cpp393 int Parity = 0; in runOnBasicBlock() local
396 Changed |= colorChainSet(std::move(I), MBB, Parity); in runOnBasicBlock()
439 int &Parity) { in colorChainSet() argument
463 Color PreferredColor = Parity < 0 ? Color::Even : Color::Odd; in colorChainSet()
467 if (Parity == 0) in colorChainSet()
471 DEBUG(dbgs() << " - Parity=" << Parity << ", Color=" in colorChainSet()
485 Parity += (C == Color::Even) ? G->size() : -G->size(); in colorChainSet()
486 PreferredColor = Parity < 0 ? Color::Even : Color::Odd; in colorChainSet()
/external/clang/test/SemaTemplate/
Dclass-template-spec.cpp156 template<T N, T Parity, typename = void> struct make;