Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DLowerTypeTests.h193 uint64_t &AllocByteOffset, uint8_t &AllocMask);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp488 int* AllocMask = Allocator.Allocate<int>(Mask.size()); in allocateShuffleMask() local
489 copy(Mask, AllocMask); in allocateShuffleMask()
490 return {AllocMask, Mask.size()}; in allocateShuffleMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp213 uint8_t &AllocMask) { in allocate() argument
229 AllocMask = 1 << Bit; in allocate()
231 Bytes[AllocByteOffset + B] |= AllocMask; in allocate()