Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGetElementPtrTypeIterator.h107 bool isSequential() const { return CurTy.is<Type *>(); } in isSequential() function
116 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.cpp306 OptQ(/*Sequential=*/getFlags().isSequential(), in GlobalContext()
312 EmitQ(/*Sequential=*/getFlags().isSequential()), in GlobalContext()
517 const bool Threaded = !getFlags().isSequential(); in emitItems()
885 if (getFlags().isSequential()) in optQueueBlockingPush()
901 if (getFlags().isSequential()) in emitQueueBlockingPush()
/external/swiftshader/third_party/llvm-10.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/cronet/buildtools/third_party/libc++/trunk/test/support/
Dcontainer_debug_tests.h56 constexpr bool isSequential(ContainerType CT) { in isSequential() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.cpp2272 else if (LastI.isSequential()) in ConstantFoldGetElementPtr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1909 EndsWithSequential = I.isSequential(); in visitGetElementPtrInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp6889 I.isSequential() && in GEPSequentialConstIndexed()