Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp846 static const std::pair<unsigned, std::pair<unsigned, unsigned>> VFMKMap[] = { in expandPseudoVFMK() local
858 llvm::find_if(VFMKMap, [&](auto P) { return P.first == Opcode; }); in expandPseudoVFMK()
859 if (Found == std::end(VFMKMap)) in expandPseudoVFMK()