Home
last modified time | relevance | path

Searched defs:inputs (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A Dgraph_comparator_test.cpp23 Graph *CreateGraph(std::initializer_list<std::pair<int, int>> inputs) in CreateGraph() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dgraph_comparator_test.cpp23 Graph *CreateGraph(std::initializer_list<std::pair<int, int>> inputs) in CreateGraph() argument
H A Dloop_idioms_test.cpp392 std::initializer_list<std::pair<int, int>> inputs = { in FillLargeArrayWithConstantIterationsCountExpected() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dmem_barriers.cpp74 llvm::SmallVector<llvm::Value *> inputs; in GrabsGuarded() local
/arkcompiler/ets_frontend/merge_abc/src/
H A DmergeProgram.cpp137 std::vector<std::string> inputs; in CollectProtoFiles() local
/arkcompiler/runtime_core/libark_defect_scan_aux/
H A Dgraph.cpp96 std::vector<Inst> inputs; in GetInputInsts() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_checker.h478 const auto &inputs = inst->GetInputs(); in CheckThrows() local
H A Dir_constructor.h215 IrConstructor &Inputs(Args... inputs) in Inputs() argument
232 IrConstructor &Inputs(std::initializer_list<std::pair<int, int>> inputs) in Inputs() argument
279 InputsAutoType(Args.... inputs) InputsAutoType() argument
955 auto &inputs = instInputsMap_[CurrentInstIndex()]; CleanupInputs() local
[all...]
H A Dinst.h2741 AppendInputs(const std::initializer_list<std::pair<Inst *, DataType::Type>> &inputs) AppendInputs() argument
2757 SetInputs(ArenaAllocator *allocator, const std::initializer_list<std::pair<Inst *, DataType::Type>> &inputs) SetInputs() argument
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
H A Djs_interop_inst_builder.cpp58 BuildInteropIntrinsic(size_t pc, RuntimeInterface::IntrinsicId id, DataType::Type retType, const std::array<DataType::Type, N> &types, const std::array<Inst *, N + 1> &inputs) BuildInteropIntrinsic() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dir_constructor.h188 IrConstructor &Inputs(Args... inputs) in Inputs() argument
202 IrConstructor &Inputs(std::initializer_list<std::pair<int, int>> inputs) in Inputs() argument
246 InputsAutoType(Args.... inputs) InputsAutoType() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dbounds_analysis.cpp1125 auto inputs = initPhi->GetInputs(); in ProcessInitPhi() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinlining.cpp908 auto inputs = callInst->GetInputs(); in DoInlineIntrinsic() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp2165 static llvm::CallInst *BuildLLVMIntrinsic(llvm::IRBuilder<> *builder, llvm::Intrinsic::ID llvmId, Ts... inputs) in BuildLLVMIntrinsic() argument
2258 void LLVMIRBuilder::VisitIntrinsic(GateRef gate, llvm::Intrinsic::ID llvmId, Ts... inputs) in VisitIntrinsic() argument

Completed in 22 milliseconds