Searched refs:kParallel (Results 1 – 9 of 9) sorted by relevance
43 case CallContext::kParallel: in CallContextToString()70 return CallContext::kParallel; in GetInstructionCallContext()114 context == CallContext::kParallel); in AddCallSiteForInstruction()219 if (callsite.context() == CallContext::kParallel) { in SetCallContexts()220 context_to_add = CallContext::kParallel; in SetCallContexts()
72 if (node.context() != CallContext::kParallel) { in Run()
77 if (call_site.context() == CallContext::kParallel) { in FlattenNode()
36 kParallel, enumerator
162 EXPECT_EQ(CallContext::kParallel, map_node.context()); in TEST_F()239 EXPECT_EQ(CallContext::kParallel, map_callsite.context()); in TEST_F()
615 if (call_graph_node.context() == CallContext::kParallel || in UpdateParameterValueSet()989 call_graph_node.context() == CallContext::kParallel) { in InitializeInstructionValueSets()
1085 if (node.context() == CallContext::kParallel) { in AddSpecialCaseCopies()
1819 if (callsite == nullptr || callsite->context() == CallContext::kParallel) { in CalledComputationsMemoryUsage()
79 kParallel, // "m": 1 (Trim Multiple Shapes: Simultaneously) in AttachTrimGeometryEffect() enumerator81 } gModes[] = { Mode::kParallel, Mode::kSerial}; in AttachTrimGeometryEffect()