Searched refs:DontKnowIdx (Results 1 – 2 of 2) sorted by relevance
662 const int RegisterBankInfo::OperandsMapper::DontKnowIdx = -1; member in RegisterBankInfo::OperandsMapper669 OpToNewVRegIdx.resize(NumOpds, OperandsMapper::DontKnowIdx); in OperandsMapper()680 if (StartIdx == OperandsMapper::DontKnowIdx) { in getVRegsMem()751 if (StartIdx == OperandsMapper::DontKnowIdx) in getVRegs()783 if (OpToNewVRegIdx[Idx] != DontKnowIdx) { in print()803 if (OpToNewVRegIdx[Idx] == DontKnowIdx) in print()
301 static const int DontKnowIdx; variable