Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h108 bool isSequential() const { return CurTy.is<Type *>(); } in isSequential() function
117 return isSequential() && NumElements != Unbounded; in isBoundedSequential()
/external/swiftshader/third_party/subzero/src/
DIceClFlags.h145 bool isSequential() const { return NumTranslationThreads == 0; }
147 return getParseParallel() && !isSequential() && getBuildOnRead();
DIceGlobalContext.cpp307 OptQ(/*Sequential=*/getFlags().isSequential(), in GlobalContext()
313 EmitQ(/*Sequential=*/getFlags().isSequential()), in GlobalContext()
573 const bool Threaded = !getFlags().isSequential(); in emitItems()
978 if (getFlags().isSequential()) in optQueueBlockingPush()
994 if (getFlags().isSequential()) in emitQueueBlockingPush()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp771 if (GTI.isSequential()) { in canonicalizeArrayIndicesToPointerSize()
788 if (GTI.isSequential()) { in accumulateByteOffset()
836 if (GTI.isSequential()) { in lowerToSingleIndexGEPs()
897 if (GTI.isSequential()) { in lowerToArithmetics()
978 if (GTI.isSequential()) { in splitGEP()
DNaryReassociate.cpp314 if (GTI.isSequential()) { in tryReassociateGEP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DConstantFold.cpp2151 else if (LastI.isSequential()) in ConstantFoldGetElementPtr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1667 EndsWithSequential = I.isSequential(); in visitGetElementPtrInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6346 I.isSequential() && in GEPSequentialConstIndexed()