Searched refs:DescBytes (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/lib/IR/ |
D | User.cpp | 116 unsigned DescBytes) { in allocateFixedOperandUser() argument 122 DescBytes == 0 ? 0 : (DescBytes + sizeof(DescriptorInfo)); in allocateFixedOperandUser() 133 Obj->HasDescriptor = DescBytes != 0; in allocateFixedOperandUser() 137 if (DescBytes != 0) { in allocateFixedOperandUser() 138 auto *DescInfo = reinterpret_cast<DescriptorInfo *>(Storage + DescBytes); in allocateFixedOperandUser() 139 DescInfo->SizeInBytes = DescBytes; in allocateFixedOperandUser() 149 void *User::operator new(size_t Size, unsigned Us, unsigned DescBytes) { in operator new() argument 150 return allocateFixedOperandUser(Size, Us, DescBytes); in operator new()
|
/external/llvm/lib/IR/ |
D | User.cpp | 118 unsigned DescBytes) { in allocateFixedOperandUser() argument 124 DescBytes == 0 ? 0 : (DescBytes + sizeof(DescriptorInfo)); in allocateFixedOperandUser() 135 Obj->HasDescriptor = DescBytes != 0; in allocateFixedOperandUser() 138 if (DescBytes != 0) { in allocateFixedOperandUser() 139 auto *DescInfo = reinterpret_cast<DescriptorInfo *>(Storage + DescBytes); in allocateFixedOperandUser() 140 DescInfo->SizeInBytes = DescBytes; in allocateFixedOperandUser() 150 void *User::operator new(size_t Size, unsigned Us, unsigned DescBytes) { in operator new() argument 151 return allocateFixedOperandUser(Size, Us, DescBytes); in operator new()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | User.cpp | 113 unsigned DescBytes) { in allocateFixedOperandUser() argument 119 DescBytes == 0 ? 0 : (DescBytes + sizeof(DescriptorInfo)); in allocateFixedOperandUser() 130 Obj->HasDescriptor = DescBytes != 0; in allocateFixedOperandUser() 133 if (DescBytes != 0) { in allocateFixedOperandUser() 134 auto *DescInfo = reinterpret_cast<DescriptorInfo *>(Storage + DescBytes); in allocateFixedOperandUser() 135 DescInfo->SizeInBytes = DescBytes; in allocateFixedOperandUser() 145 void *User::operator new(size_t Size, unsigned Us, unsigned DescBytes) { in operator new() argument 146 return allocateFixedOperandUser(Size, Us, DescBytes); in operator new()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | User.h | 74 void *operator new(size_t Size, unsigned Us, unsigned DescBytes);
|
/external/llvm/include/llvm/IR/ |
D | User.h | 68 void *operator new(size_t Size, unsigned Us, unsigned DescBytes);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | User.h | 71 void *operator new(size_t Size, unsigned Us, unsigned DescBytes);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | User.h | 71 void *operator new(size_t Size, unsigned Us, unsigned DescBytes);
|