Home
last modified time | relevance | path

Searched refs:HasDescriptor (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DUser.cpp98 assert(HasDescriptor && "Don't call otherwise!"); in getDescriptor()
130 Obj->HasDescriptor = DescBytes != 0; in allocateFixedOperandUser()
156 Obj->HasDescriptor = false; in operator new()
172 assert(!Obj->HasDescriptor && "not supported!"); in operator delete()
179 } else if (Obj->HasDescriptor) { in operator delete()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h117 unsigned HasDescriptor : 1; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h122 unsigned HasDescriptor : 1; variable
DInstrTypes.h1119 bool hasDescriptor() const { return Value::HasDescriptor; }