Searched refs:DontKnowIdx (Results 1 – 2 of 2) sorted by relevance
650 const int RegisterBankInfo::OperandsMapper::DontKnowIdx = -1; member in RegisterBankInfo::OperandsMapper657 OpToNewVRegIdx.resize(NumOpds, OperandsMapper::DontKnowIdx); in OperandsMapper()668 if (StartIdx == OperandsMapper::DontKnowIdx) { in getVRegsMem()739 if (StartIdx == OperandsMapper::DontKnowIdx) in getVRegs()771 if (OpToNewVRegIdx[Idx] != DontKnowIdx) { in print()791 if (OpToNewVRegIdx[Idx] == DontKnowIdx) in print()
299 static const int DontKnowIdx; variable