Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h1382 int SmallestNarrowIdx = -1; in checkPartialSizeAndActionsVector() local
1390 if (SmallestNarrowIdx == -1) in checkPartialSizeAndActionsVector()
1391 SmallestNarrowIdx = i; in checkPartialSizeAndActionsVector()
1405 if (SmallestNarrowIdx != -1) { in checkPartialSizeAndActionsVector()
1407 assert(SmallestNarrowIdx > SmallestLegalizableToSameSizeIdx); in checkPartialSizeAndActionsVector()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h1257 int SmallestNarrowIdx = -1; in checkPartialSizeAndActionsVector() local
1265 if (SmallestNarrowIdx == -1) in checkPartialSizeAndActionsVector()
1266 SmallestNarrowIdx = i; in checkPartialSizeAndActionsVector()
1280 if (SmallestNarrowIdx != -1) { in checkPartialSizeAndActionsVector()
1282 assert(SmallestNarrowIdx > SmallestLegalizableToSameSizeIdx); in checkPartialSizeAndActionsVector()