Home
last modified time | relevance | path

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

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