Home
last modified time | relevance | path

Searched refs:DescriptorInfo (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/IR/
DUser.cpp85 struct DescriptorInfo { struct
98 auto *DI = reinterpret_cast<DescriptorInfo *>(getIntrusiveOperands()) - 1; in getDescriptor()
119 static_assert(sizeof(DescriptorInfo) % sizeof(void *) == 0, "Required below"); in allocateFixedOperandUser()
122 DescBytes == 0 ? 0 : (DescBytes + sizeof(DescriptorInfo)); in allocateFixedOperandUser()
138 auto *DescInfo = reinterpret_cast<DescriptorInfo *>(Storage + DescBytes); in allocateFixedOperandUser()
187 auto *DI = reinterpret_cast<DescriptorInfo *>(UseBegin) - 1; in operator delete()
/external/llvm/lib/IR/
DUser.cpp93 struct DescriptorInfo { struct
106 auto *DI = reinterpret_cast<DescriptorInfo *>(getIntrusiveOperands()) - 1; in getDescriptor()
121 static_assert(sizeof(DescriptorInfo) % sizeof(void *) == 0, "Required below"); in allocateFixedOperandUser()
124 DescBytes == 0 ? 0 : (DescBytes + sizeof(DescriptorInfo)); in allocateFixedOperandUser()
139 auto *DescInfo = reinterpret_cast<DescriptorInfo *>(Storage + DescBytes); in allocateFixedOperandUser()
186 auto *DI = reinterpret_cast<DescriptorInfo *>(UseBegin) - 1; in operator delete()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DUser.cpp88 struct DescriptorInfo { struct
101 auto *DI = reinterpret_cast<DescriptorInfo *>(getIntrusiveOperands()) - 1; in getDescriptor()
116 static_assert(sizeof(DescriptorInfo) % sizeof(void *) == 0, "Required below"); in allocateFixedOperandUser()
119 DescBytes == 0 ? 0 : (DescBytes + sizeof(DescriptorInfo)); in allocateFixedOperandUser()
134 auto *DescInfo = reinterpret_cast<DescriptorInfo *>(Storage + DescBytes); in allocateFixedOperandUser()
183 auto *DI = reinterpret_cast<DescriptorInfo *>(UseBegin) - 1; in operator delete()