Home
last modified time | relevance | path

Searched refs:InputTypes (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/torque/
H A Dcfg.cc77 current_stack_ = block->InputTypes(); in Bind()
83 DropTo(block->InputTypes().AboveTop()); in Goto()
90 DCHECK_GE(CurrentStack().Size(), block->InputTypes().Size()); in Goto()
92 StackRange{block->InputTypes().AboveTop() - preserved_slots, in Goto()
235 block->InputTypes().Size()); in ComputeInputDefinitions()
H A Dcfg.h39 const Stack<const Type*>& InputTypes() const { return *input_types_; } in InputTypes() function in v8::internal::torque::Block
42 Stack<const Type*> current_stack = InputTypes(); in Retype()
136 return start_ ? start_->InputTypes().Size() : 0; in ParameterCount()
224 saved_stack_ = block->InputTypes(); in CfgAssemblerScopedTemporaryBlock()
H A Dcc-generator.cc57 for (BottomOffset i = {0}; i < block->InputTypes().AboveTop(); ++i) { in EmitBlock()
62 << (is_cc_debug_ ? block->InputTypes().Peek(i)->GetDebugType() in EmitBlock()
63 : block->InputTypes().Peek(i)->GetRuntimeType()) in EmitBlock()
H A Dcsa-generator.cc29 DCHECK_EQ(block->InputTypes().Size(), block->InputDefinitions().Size()); in EmitGraph()
30 for (BottomOffset i = {0}; i < block->InputTypes().AboveTop(); ++i) { in EmitGraph()
33 out() << block->InputTypes().Peek(i)->GetGeneratedTNodeTypeName(); in EmitGraph()
73 for (BottomOffset i = {0}; i < block->InputTypes().AboveTop(); ++i) { in EmitBlock()
78 << block->InputTypes().Peek(i)->GetGeneratedTNodeTypeName() in EmitBlock()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cProgramInterfaceQueryTests.cpp648 class InputTypes : public SimpleShaders class
3736 addChild(new TestSubcase(m_context, "input-types", TestSubcase::Create<InputTypes>)); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cProgramInterfaceQueryTests.cpp542 class InputTypes : public SimpleShaders class
5104 addChild(new TestSubcase(m_context, "input-types", TestSubcase::Create<InputTypes>)); in init()

Completed in 17 milliseconds