Home
last modified time | relevance | path

Searched defs:input_types (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dcfg.h27 base::Optional<Stack<const Type*>> input_types, in Block()
98 explicit ControlFlowGraph(Stack<const Type*> input_types) { in ControlFlowGraph()
103 Block* NewBlock(base::Optional<Stack<const Type*>> input_types, in NewBlock()
150 explicit CfgAssembler(Stack<const Type*> input_types) in CfgAssembler()
Dcfg.cc13 void Block::SetInputTypes(const Stack<const Type*>& input_types) { in SetInputTypes()
/third_party/vixl/tools/test_generator/
Dparser.py54 def __init__(self, operand_types, operand_variants, input_types, argument
Dgenerator.py252 def GenerateInputs(self, input_types): argument
/third_party/mesa3d/src/compiler/nir/
Dnir_opcodes.py36 input_types, is_conversion, algebraic_properties, const_expr): argument
154 def opcode(name, output_size, output_type, input_sizes, input_types, argument
Dnir.h1417 nir_alu_type input_types[NIR_ALU_MAX_INPUTS]; member