Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp288 using OpcodeMapPair = std::pair<const Record *, OpcodeInfo>; in processSTIPredicate() typedef
289 std::vector<OpcodeMapPair> OpcodeMappings; in processSTIPredicate()
367 [&](const OpcodeMapPair &Lhs, const OpcodeMapPair &Rhs) { in processSTIPredicate()
395 for (OpcodeMapPair &Info : OpcodeMappings) in processSTIPredicate()