Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp304 using OpcodeMapPair = std::pair<const Record *, OpcodeInfo>; in processSTIPredicate() typedef
305 std::vector<OpcodeMapPair> OpcodeMappings; in processSTIPredicate()
383 OpcodeMappings, [&](const OpcodeMapPair &Lhs, const OpcodeMapPair &Rhs) { in processSTIPredicate()
411 for (OpcodeMapPair &Info : OpcodeMappings) in processSTIPredicate()