Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/templates/
Dllvm_pass.rb18 attr_reader :operands, :inputs accessor in Pass
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dfunction.rb151 def create_instruction(opcode, inputs = []) argument
339 def Intrinsic(name, *inputs)
483 def load_phi_inputs(*inputs)
Dinstruction.rb37 attr_reader :index, :inputs, :name, :bb, :fields, :modifiers, :dscr accessor in IRInstruction
/arkcompiler/runtime_core/static_core/compiler/tests/
Dgraph_comparator_test.cpp23 Graph *CreateGraph(std::initializer_list<std::pair<int, int>> inputs) in CreateGraph() argument
/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/static_core/compiler/optimizer/ir/
Dir_constructor.h215 IrConstructor &Inputs(Args... inputs) in Inputs()
232 IrConstructor &Inputs(std::initializer_list<std::pair<int, int>> inputs) in Inputs() argument
279 IrConstructor &InputsAutoType(Args... inputs) in InputsAutoType()
953 auto &inputs = instInputsMap_[CurrentInstIndex()]; in CleanupInputs() local
Dgraph_checker.h446 const auto &inputs = inst->GetInputs(); in CheckThrows() local
Dinst.h749 std::array<Input, N> inputs; member
2866 void AppendInputs(const std::initializer_list<std::pair<Inst *, DataType::Type>> &inputs) in AppendInputs()
2882 …(ArenaAllocator *allocator, const std::initializer_list<std::pair<Inst *, DataType::Type>> &inputs) in SetInputs()
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dgraph.cpp96 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/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
Djs_interop_inst_builder.cpp55 …Builder::BuildInteropIntrinsic(size_t pc, RuntimeInterface::IntrinsicId id, DataType::Type retType, in BuildInteropIntrinsic()
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb135 attr_reader :operands, :inputs accessor in Instruction
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinstructions.rb135 attr_reader :operands, :inputs accessor in Instruction
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp28 std::vector<GateRef> inputs { depend, target, glue }; in NoLabelCallRuntime() local
116 std::vector<GateRef> inputs { depend, target, glue }; in Call() local
Dslowpath_lowering.cpp761 std::vector<GateRef> inputs { glue_ }; in LowerCallStubWithIC() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.cpp697 … FieldPtr field, ArenaVector<StateOwner> &inputs) in CreatePhi()
1512 auto inputs = state->GetInputs(); in ResolvePhiInputs() local
1792 auto inputs = saveState->GetInputs(); in PatchSaveState() local
Dinlining.cpp834 auto inputs = callInst->GetInputs(); in DoInlineIntrinsic() local