Home
last modified time | relevance | path

Searched defs:inputs (Results 1 – 10 of 10) 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/irtoc/lang/
Dfunction.rb139 def create_instruction(opcode, inputs = []) argument
291 def Intrinsic(name, *inputs)
Dinstruction.rb21 attr_reader :index, :inputs, :name, :bb, :fields, :modifiers, :dscr accessor in IRInstruction
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.h350 const auto &inputs = inst->GetInputs(); in CheckThrows() local
Dir_constructor.h198 IrConstructor &Inputs(Args... inputs) in Inputs()
212 IrConstructor &Inputs(std::initializer_list<std::pair<int, int>> inputs) in Inputs() argument
256 IrConstructor &InputsAutoType(Args... inputs) in InputsAutoType()
Dinst.h615 std::array<Input, N> inputs; member
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dgraph.cpp91 std::vector<Inst> inputs; in GetInputInsts() local
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb135 attr_reader :operands, :inputs accessor in Instruction
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp516 std::vector<GateRef> inputs { depend, target, glue }; in Call() local