Searched refs:popcnt64 (Results 1 – 3 of 3) sorted by relevance
182 ; CHECK-LABEL: popcnt64:187 define i64 @popcnt64(i64 %x) {
212 ; CHECK-LABEL: popcnt64:218 define i64 @popcnt64(i64 %x) {
786 OptionalOperator popcnt64 = m->Word64Popcnt(); in Unop() local787 if (popcnt64.IsSupported()) { in Unop()788 op = popcnt64.op(); in Unop()790 op = popcnt64.placeholder(); in Unop()