Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/IR/
DUser.cpp121 unsigned DescBytesToAllocate = in allocateFixedOperandUser() local
123 assert(DescBytesToAllocate % sizeof(void *) == 0 && in allocateFixedOperandUser()
127 ::operator new(Size + sizeof(Use) * Us + DescBytesToAllocate)); in allocateFixedOperandUser()
128 Use *Start = reinterpret_cast<Use *>(Storage + DescBytesToAllocate); in allocateFixedOperandUser()
/external/llvm/lib/IR/
DUser.cpp123 unsigned DescBytesToAllocate = in allocateFixedOperandUser() local
125 assert(DescBytesToAllocate % sizeof(void *) == 0 && in allocateFixedOperandUser()
129 ::operator new(Size + sizeof(Use) * Us + DescBytesToAllocate)); in allocateFixedOperandUser()
130 Use *Start = reinterpret_cast<Use *>(Storage + DescBytesToAllocate); in allocateFixedOperandUser()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DUser.cpp118 unsigned DescBytesToAllocate = in allocateFixedOperandUser() local
120 assert(DescBytesToAllocate % sizeof(void *) == 0 && in allocateFixedOperandUser()
124 ::operator new(Size + sizeof(Use) * Us + DescBytesToAllocate)); in allocateFixedOperandUser()
125 Use *Start = reinterpret_cast<Use *>(Storage + DescBytesToAllocate); in allocateFixedOperandUser()