Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DUser.cpp103 assert(HasDescriptor && "Don't call otherwise!"); in getDescriptor()
135 Obj->HasDescriptor = DescBytes != 0; in allocateFixedOperandUser()
161 Obj->HasDescriptor = false; in operator new()
175 assert(!Obj->HasDescriptor && "not supported!"); in operator delete()
182 } else if (Obj->HasDescriptor) { in operator delete()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DUser.cpp99 assert(HasDescriptor && "Don't call otherwise!"); in getDescriptor()
131 Obj->HasDescriptor = DescBytes != 0; in allocateFixedOperandUser()
157 Obj->HasDescriptor = false; in operator new()
171 assert(!Obj->HasDescriptor && "not supported!"); in operator delete()
178 } else if (Obj->HasDescriptor) { in operator delete()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h117 unsigned HasDescriptor : 1; variable
/external/llvm/include/llvm/IR/
DValue.h116 unsigned HasDescriptor : 1; variable
DInstructions.h1395 bool hasDescriptor() const { return HasDescriptor; }
3432 bool hasDescriptor() const { return HasDescriptor; }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DValue.h121 unsigned HasDescriptor : 1; variable
DInstructions.h1376 bool hasDescriptor() const { return Value::HasDescriptor; }