Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp755 if (NumElements > IC.MaxArraySizeForCombine) in unpackLoadToAggregate()
1278 if (NumElements > IC.MaxArraySizeForCombine) in unpackStoreToAggregate()
DInstCombineInternal.h696 uint64_t MaxArraySizeForCombine; variable
DInstructionCombining.cpp3282 IC.MaxArraySizeForCombine = MaxArraySize; in combineInstructionsOverFunction()
DInstCombineCompares.cpp184 if (ArrayElementCount > MaxArraySizeForCombine) in foldCmpLoadFromIndexedGlobal()