Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp745 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn() local
746 if (!srcArraySize) in performCallSlotOptzn()
751 srcArraySize->getZExtValue(); in performCallSlotOptzn()
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp795 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn() local
796 if (!srcArraySize) in performCallSlotOptzn()
801 srcArraySize->getZExtValue(); in performCallSlotOptzn()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp908 ConstantInt *srcArraySize = dyn_cast<ConstantInt>(srcAlloca->getArraySize()); in performCallSlotOptzn() local
909 if (!srcArraySize) in performCallSlotOptzn()
914 srcArraySize->getZExtValue(); in performCallSlotOptzn()
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmap.go1710 srcArraySize := int(bucketShift(src.B))
1714 for j := 0; j < srcArraySize; j += dstArraySize {
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp1608 …const int srcArraySize = srcEntry.arraySize == 0 ? srcBlockPtr.lastUnsizedArraySize : srcEntr… in copyBufferVarData() local
1614 DE_ASSERT(dstArraySize <= srcArraySize && dstTopLevelSize <= srcTopLevelSize); in copyBufferVarData()
1615 DE_UNREF(srcArraySize && srcTopLevelSize); in copyBufferVarData()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp1570 …const int srcArraySize = srcEntry.arraySize == 0 ? srcBlockPtr.lastUnsizedArraySize : srcEntr… in copyBufferVarData() local
1576 DE_ASSERT(dstArraySize <= srcArraySize && dstTopLevelSize <= srcTopLevelSize); in copyBufferVarData()
1577 DE_UNREF(srcArraySize && srcTopLevelSize); in copyBufferVarData()