Searched refs:OperandConversionKinds (Results 1 – 1 of 1) sorted by relevance
1933 SmallSetVector<CachedHashString, 16> OperandConversionKinds; in emitConvertFuncs() local2024 OperandConversionKinds.insert(CachedHashString("CVT_Done")); in emitConvertFuncs()2025 OperandConversionKinds.insert(CachedHashString("CVT_Reg")); in emitConvertFuncs()2026 OperandConversionKinds.insert(CachedHashString("CVT_Tied")); in emitConvertFuncs()2046 unsigned KindID = OperandConversionKinds.size(); in emitConvertFuncs()2047 OperandConversionKinds.insert( in emitConvertFuncs()2104 unsigned ID = getConverterOperandID(Name, OperandConversionKinds, in emitConvertFuncs()2181 unsigned ID = getConverterOperandID(Name, OperandConversionKinds, in emitConvertFuncs()2213 unsigned ID = getConverterOperandID(Name, OperandConversionKinds, in emitConvertFuncs()2286 for (const auto &Converter : OperandConversionKinds) in emitConvertFuncs()[all …]