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

  /external/llvm/lib/CodeGen/GlobalISel/
RegisterBank.cpp 20 const unsigned RegisterBank::InvalidID = UINT_MAX;
22 RegisterBank::RegisterBank() : ID(InvalidID), Name(nullptr), Size(0) {}
61 return ID != InvalidID && Name != nullptr && Size != 0 &&
RegisterBankInfo.cpp 61 assert(RegBank.getID() == RegisterBank::InvalidID &&
  /external/llvm/include/llvm/CodeGen/GlobalISel/
RegisterBank.h 38 static const unsigned InvalidID;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
RegisterBank.h 38 static const unsigned InvalidID;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
RegisterBank.cpp 21 const unsigned RegisterBank::InvalidID = UINT_MAX;
66 return ID != InvalidID && Name != nullptr && Size != 0 &&
  /external/swiftshader/third_party/subzero/src/
IceStringPool.h 130 static constexpr IDType InvalidID = 0;
131 IDType ID = InvalidID;
139 bool isValid() const { return ID != InvalidID; }
  /external/skqp/include/gpu/
GrGpuResource.h 182 static UniqueID InvalidID() {
  /external/skia/include/private/
GrSurfaceProxy.h 273 static UniqueID InvalidID() {
  /external/skqp/include/private/
GrSurfaceProxy.h 271 static UniqueID InvalidID() {

Completed in 797 milliseconds