Searched refs:isInterleaved (Results 1 – 12 of 12) sorted by relevance
36 boolean ii = isInterleaved(strings); in shouldRunInParallel()43 private boolean isInterleaved(List<String> strings) { in isInterleaved() method in TrueParallelTest
303 const bool isInterleaved =305 const size_t bufferCount = isInterleaved ? 1 : varyings.size();332 const size_t bufferIndex = isInterleaved ? 0 : varyingIndex;341 if (isInterleaved)
694 bool isInterleaved(unsigned Factor, const DataLayout &DL) const { in isInterleaved() function1276 if (!Candidates.back().isInterleaved(Factor, DL)) { in run()
694 bool isInterleaved(unsigned Factor, const DataLayout &DL) const { in isInterleaved() function1280 if (!Candidates.back().isInterleaved(Factor, DL)) { in run()
589 bool isInterleaved(Instruction *Instr) const { in isInterleaved() function
968 if (isInterleaved(A)) { in analyzeInterleaving()997 if (isInterleaved(A) || in analyzeInterleaving()
771 bool isInterleaved(Instruction *Instr) const { in isInterleaved() function
1104 if (isInterleaved(A)) { in analyzeInterleaving()1133 if (isInterleaved(A) || in analyzeInterleaving()
220 const bool isInterleaved = in AssignTransformFeedbackEmulationBindings() local222 bufferCount = isInterleaved ? 1 : programState.getLinkedTransformFeedbackVaryings().size(); in AssignTransformFeedbackEmulationBindings()521 const bool isInterleaved = in AssignTransformFeedbackQualifiers() local530 if (isInterleaved) in AssignTransformFeedbackQualifiers()
849 bool isInterleaved(Instruction *Instr) const { in isInterleaved() function in __anonaac874760111::InterleavedAccessInfo1429 return InterleaveInfo.isInterleaved(Instr); in isAccessInterleaved()5078 if (isInterleaved(B)) { in analyzeInterleaving()5098 if (isInterleaved(B) || A->mayReadFromMemory() != B->mayReadFromMemory()) in analyzeInterleaving()
1271 return InterleaveInfo.isInterleaved(Instr); in isAccessInterleaved()
1538 return InterleaveInfo.isInterleaved(Instr); in isAccessInterleaved()