Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp77 std::map<std::pair<unsigned, std::string>, bool> SIMDInstrTable; member
223 auto It = SIMDInstrTable.find(InstID); in shouldReplaceInst()
224 if (It != SIMDInstrTable.end()) in shouldReplaceInst()
236 SIMDInstrTable[InstID] = false; in shouldReplaceInst()
245 SIMDInstrTable[InstID] = false; in shouldReplaceInst()
257 SIMDInstrTable[InstID] = true; in shouldReplaceInst()
262 SIMDInstrTable[InstID] = false; in shouldReplaceInst()