Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/
DVEInstrInfo.cpp814 static std::map<unsigned, std::pair<unsigned, unsigned>> VFMKMap = { in expandPseudoVFMK() local
825 auto Found = VFMKMap.find(Opcode); in expandPseudoVFMK()
826 if (Found == VFMKMap.end()) in expandPseudoVFMK()