Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dmap.bench.cpp30 struct AllModes : EnumValuesAsTuple<AllModes, Mode, 2> { struct
1016 makeCartesianProductBenchmark<Insert, AllModes, AllOrders>(MapSize); in main()
1017 makeCartesianProductBenchmark<InsertHint, AllModes, AllHints>(MapSize); in main()
1018 makeCartesianProductBenchmark<InsertAssign, AllModes, AllOrders>(MapSize); in main()
1019 makeCartesianProductBenchmark<InsertAssignHint, AllModes, AllHints>(MapSize); in main()
1021 makeCartesianProductBenchmark<Emplace, AllModes, AllOrders>(MapSize); in main()
1022 makeCartesianProductBenchmark<EmplaceHint, AllModes, AllHints>(MapSize); in main()
1023 makeCartesianProductBenchmark<TryEmplace, AllModes, AllOrders>(MapSize); in main()
1024 makeCartesianProductBenchmark<TryEmplaceHint, AllModes, AllHints>(MapSize); in main()
1025 makeCartesianProductBenchmark<Erase, AllModes, AllOrders>(MapSize); in main()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1225 FeatureBitset AllModes({X86::Is64Bit, X86::Is32Bit, X86::Is16Bit}); in SwitchMode() local
1226 FeatureBitset OldMode = STI.getFeatureBits() & AllModes; in SwitchMode()
1231 assert(FeatureBitset({mode}) == (STI.getFeatureBits() & AllModes)); in SwitchMode()