reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h
  298     static const int DontKnowIdx;

References

lib/CodeGen/GlobalISel/RegisterBankInfo.cpp
  651   OpToNewVRegIdx.resize(NumOpds, OperandsMapper::DontKnowIdx);
  662   if (StartIdx == OperandsMapper::DontKnowIdx) {
  733   if (StartIdx == OperandsMapper::DontKnowIdx)
  765       if (OpToNewVRegIdx[Idx] != DontKnowIdx) {
  785     if (OpToNewVRegIdx[Idx] == DontKnowIdx)