Home
last modified time | relevance | path

Searched refs:isInterleaved (Results 1 – 12 of 12) sorted by relevance

/external/testng/src/test/java/test/thread/
DTrueParallelTest.java36 boolean ii = isInterleaved(strings); in shouldRunInParallel()
43 private boolean isInterleaved(List<String> strings) { in isInterleaved() method in TrueParallelTest
/external/angle/src/libANGLE/renderer/metal/
Dmtl_glslang_mtl_utils.mm303 const bool isInterleaved =
305 const size_t bufferCount = isInterleaved ? 1 : varyings.size();
332 const size_t bufferIndex = isInterleaved ? 0 : varyingIndex;
341 if (isInterleaved)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp694 bool isInterleaved(unsigned Factor, const DataLayout &DL) const { in isInterleaved() function
1276 if (!Candidates.back().isInterleaved(Factor, DL)) { in run()
/external/llvm-project/llvm/lib/CodeGen/
DInterleavedLoadCombinePass.cpp694 bool isInterleaved(unsigned Factor, const DataLayout &DL) const { in isInterleaved() function
1280 if (!Candidates.back().isInterleaved(Factor, DL)) { in run()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h589 bool isInterleaved(Instruction *Instr) const { in isInterleaved() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp968 if (isInterleaved(A)) { in analyzeInterleaving()
997 if (isInterleaved(A) || in analyzeInterleaving()
/external/llvm-project/llvm/include/llvm/Analysis/
DVectorUtils.h771 bool isInterleaved(Instruction *Instr) const { in isInterleaved() function
/external/llvm-project/llvm/lib/Analysis/
DVectorUtils.cpp1104 if (isInterleaved(A)) { in analyzeInterleaving()
1133 if (isInterleaved(A) || in analyzeInterleaving()
/external/angle/src/libANGLE/renderer/
Dglslang_wrapper_utils.cpp220 const bool isInterleaved = in AssignTransformFeedbackEmulationBindings() local
222 bufferCount = isInterleaved ? 1 : programState.getLinkedTransformFeedbackVaryings().size(); in AssignTransformFeedbackEmulationBindings()
521 const bool isInterleaved = in AssignTransformFeedbackQualifiers() local
530 if (isInterleaved) in AssignTransformFeedbackQualifiers()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp849 bool isInterleaved(Instruction *Instr) const { in isInterleaved() function in __anonaac874760111::InterleavedAccessInfo
1429 return InterleaveInfo.isInterleaved(Instr); in isAccessInterleaved()
5078 if (isInterleaved(B)) { in analyzeInterleaving()
5098 if (isInterleaved(B) || A->mayReadFromMemory() != B->mayReadFromMemory()) in analyzeInterleaving()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1271 return InterleaveInfo.isInterleaved(Instr); in isAccessInterleaved()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1538 return InterleaveInfo.isInterleaved(Instr); in isAccessInterleaved()