Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DLowerTypeTests.h194 uint64_t &AllocByteOffset, uint8_t &AllocMask);
/external/llvm/include/llvm/Transforms/IPO/
DLowerTypeTests.h201 uint64_t &AllocByteOffset, uint8_t &AllocMask);
/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp176 uint64_t BitSize, uint64_t &AllocByteOffset, in allocate() argument
184 AllocByteOffset = BitAllocs[Bit]; in allocate()
187 unsigned ReqSize = AllocByteOffset + BitSize; in allocate()
195 Bytes[AllocByteOffset + B] |= AllocMask; in allocate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp212 uint64_t BitSize, uint64_t &AllocByteOffset, in allocate() argument
220 AllocByteOffset = BitAllocs[Bit]; in allocate()
223 unsigned ReqSize = AllocByteOffset + BitSize; in allocate()
231 Bytes[AllocByteOffset + B] |= AllocMask; in allocate()