Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp76 std::map<std::pair<unsigned, std::string>, bool> SIMDInstrTable; member
224 auto It = SIMDInstrTable.find(InstID); in shouldReplaceInst()
225 if (It != SIMDInstrTable.end()) in shouldReplaceInst()
237 SIMDInstrTable[InstID] = false; in shouldReplaceInst()
246 SIMDInstrTable[InstID] = false; in shouldReplaceInst()
258 SIMDInstrTable[InstID] = true; in shouldReplaceInst()
263 SIMDInstrTable[InstID] = false; in shouldReplaceInst()