Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDGetElementPtrTypeIterator.h147 bool isSequential() const { return !isStruct(); } in isSequential() function
155 assert(isSequential()); in getSequentialElementStride()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDSeparateConstOffsetFromGEP.cpp814 if (GTI.isSequential()) { in canonicalizeArrayIndicesToIndexSize()
832 if (GTI.isSequential()) { in accumulateByteOffset()
879 if (GTI.isSequential()) { in lowerToSingleIndexGEPs()
939 if (GTI.isSequential()) { in lowerToArithmetics()
1064 if (GTI.isSequential()) { in splitGEP()
HDNaryReassociate.cpp342 if (GTI.isSequential()) { in tryReassociateGEP()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDOperator.cpp100 assert(GTI.isSequential() && "should be sequencial"); in getMaxPreservedAlignment()
HDConstants.cpp2502 } else if (GTI.isSequential() && EltCount.isNonZero() && in getGetElementPtr()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp2470 EndsWithSequential = I.isSequential(); in visitGEPOfGEP()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp8066 return GEP->getNumOperands() == 2 && I.isSequential() && in GEPSequentialConstIndexed()