Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SIMDInstrOpt.cpp77 std::map<std::pair<unsigned, std::string>, bool> SIMDInstrTable; member
225 auto It = SIMDInstrTable.find(InstID); in shouldReplaceInst()
226 if (It != SIMDInstrTable.end()) in shouldReplaceInst()
238 SIMDInstrTable[InstID] = false; in shouldReplaceInst()
247 SIMDInstrTable[InstID] = false; in shouldReplaceInst()
259 SIMDInstrTable[InstID] = true; in shouldReplaceInst()
264 SIMDInstrTable[InstID] = false; in shouldReplaceInst()