Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp287 using OpcodeMapPair = std::pair<const Record *, OpcodeInfo>; in processSTIPredicate() typedef
288 std::vector<OpcodeMapPair> OpcodeMappings; in processSTIPredicate()
366 [&](const OpcodeMapPair &Lhs, const OpcodeMapPair &Rhs) { in processSTIPredicate()
394 for (OpcodeMapPair &Info : OpcodeMappings) in processSTIPredicate()