Home
last modified time | relevance | path

Searched defs:inputs (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dgraph_comparator_test.cpp23 Graph *CreateGraph(std::initializer_list<std::pair<int, int>> inputs) in CreateGraph() argument
/arkcompiler/ets_frontend/merge_abc/src/
DmergeProgram.cpp121 std::vector<std::string> inputs; in CollectProtoFiles() local
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dgraph.cpp91 std::vector<Inst> inputs; in GetInputInsts() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h188 IrConstructor &Inputs(Args... inputs) in Inputs()
202 IrConstructor &Inputs(std::initializer_list<std::pair<int, int>> inputs) in Inputs() argument
246 IrConstructor &InputsAutoType(Args... inputs) in InputsAutoType()
Dinst.h568 std::array<Input, N> inputs; member
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb135 attr_reader :operands, :inputs accessor in Instruction
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1021 std::vector<GateRef> inputs { depend, target, glue }; in Call() local
1084 std::vector<GateRef> inputs { depend, target, glue }; in NoLabelCallRuntime() local
Dslowpath_lowering.cpp706 std::vector<GateRef> inputs { glue_ }; in LowerCallStubWithIC() local