Searched defs:inputs (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/ |
| D | graph_comparator_test.cpp | 23 Graph *CreateGraph(std::initializer_list<std::pair<int, int>> inputs) in CreateGraph() argument
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | mergeProgram.cpp | 121 std::vector<std::string> inputs; in CollectProtoFiles() local
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | function.rb | 139 def create_instruction(opcode, inputs = []) argument 291 def Intrinsic(name, *inputs)
|
| D | instruction.rb | 21 attr_reader :index, :inputs, :name, :bb, :fields, :modifiers, :dscr accessor in IRInstruction
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_checker.h | 350 const auto &inputs = inst->GetInputs(); in CheckThrows() local
|
| D | ir_constructor.h | 198 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()
|
| D | inst.h | 615 std::array<Input, N> inputs; member
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/ |
| D | graph.cpp | 91 std::vector<Inst> inputs; in GetInputInsts() local
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | instructions.rb | 135 attr_reader :operands, :inputs accessor in Instruction
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder.cpp | 516 std::vector<GateRef> inputs { depend, target, glue }; in Call() local
|