Searched refs:DontKnowIdx (Results 1 – 2 of 2) sorted by relevance
664 const int RegisterBankInfo::OperandsMapper::DontKnowIdx = -1; member in RegisterBankInfo::OperandsMapper671 OpToNewVRegIdx.resize(NumOpds, OperandsMapper::DontKnowIdx); in OperandsMapper()682 if (StartIdx == OperandsMapper::DontKnowIdx) { in getVRegsMem()753 if (StartIdx == OperandsMapper::DontKnowIdx) in getVRegs()785 if (OpToNewVRegIdx[Idx] != DontKnowIdx) { in print()805 if (OpToNewVRegIdx[Idx] == DontKnowIdx) in print()
301 static const int DontKnowIdx; variable