Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DSchedClassResolution.cpp72 unsigned popcntA = llvm::popcount(A.first); in getNonRedundantWriteProcRes() local
74 if (popcntA < popcntB) in getNonRedundantWriteProcRes()
76 if (popcntA > popcntB) in getNonRedundantWriteProcRes()
/openbsd/gnu/llvm/llvm/lib/MCA/
H A DInstrBuilder.cpp105 unsigned popcntA = llvm::popcount(A.first); in initializeUsedResources() local
107 if (popcntA < popcntB) in initializeUsedResources()
109 if (popcntA > popcntB) in initializeUsedResources()