Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp290 using OpcodeMapPair = std::pair<const Record *, OpcodeInfo>; in processSTIPredicate() typedef
291 std::vector<OpcodeMapPair> OpcodeMappings; in processSTIPredicate()
369 [&](const OpcodeMapPair &Lhs, const OpcodeMapPair &Rhs) { in processSTIPredicate()
399 for (OpcodeMapPair &Info : OpcodeMappings) in processSTIPredicate()