Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp723 if (NumElements > IC.MaxArraySizeForCombine) in unpackLoadToAggregate()
1250 if (NumElements > IC.MaxArraySizeForCombine) in unpackStoreToAggregate()
DInstCombineInternal.h794 uint64_t MaxArraySizeForCombine = 0; variable
DInstructionCombining.cpp3616 IC.MaxArraySizeForCombine = MaxArraySize; in combineInstructionsOverFunction()
DInstCombineCompares.cpp155 if (ArrayElementCount > MaxArraySizeForCombine) in foldCmpLoadFromIndexedGlobal()