Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp246 struct ByteArrayInfo { struct
439 std::vector<ByteArrayInfo> ByteArrayInfos;
453 ByteArrayInfo *createByteArray(BitSetInfo &BSI);
590 ByteArrayInfo *LowerTypeTestsModule::createByteArray(BitSetInfo &BSI) { in createByteArray()
600 ByteArrayInfo *BAI = &ByteArrayInfos.back(); in createByteArray()
611 [](const ByteArrayInfo &BAI1, const ByteArrayInfo &BAI2) { in allocateByteArrays()
619 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
637 ByteArrayInfo *BAI = &ByteArrayInfos[I]; in allocateByteArrays()
1124 ByteArrayInfo *BAI = nullptr; in lowerTypeTestCalls()