HomeSort by relevance Sort by last modified time
    Searched refs:INVALID_IID (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
Instruction.h 409 static const unsigned INVALID_IID;
412 WriteRef() : Data(INVALID_IID, nullptr) {}
418 void invalidate() { Data = std::make_pair(INVALID_IID, nullptr); }
421 return Data.first != INVALID_IID && Data.second != nullptr;
Instruction.cpp 175 const unsigned WriteRef::INVALID_IID = std::numeric_limits<unsigned>::max();

Completed in 84 milliseconds