| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | graph_comparator_test.cpp | 23 Graph *CreateGraph(std::initializer_list<std::pair<int, int>> inputs) in CreateGraph() argument
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | graph_comparator_test.cpp | 23 Graph *CreateGraph(std::initializer_list<std::pair<int, int>> inputs) in CreateGraph() argument
|
| H A D | loop_idioms_test.cpp | 392 std::initializer_list<std::pair<int, int>> inputs = { in FillLargeArrayWithConstantIterationsCountExpected() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | mem_barriers.cpp | 74 llvm::SmallVector<llvm::Value *> inputs; in GrabsGuarded() local
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| H A D | mergeProgram.cpp | 137 std::vector<std::string> inputs; in CollectProtoFiles() local
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/ |
| H A D | graph.cpp | 96 std::vector<Inst> inputs; in GetInputInsts() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | graph_checker.h | 478 const auto &inputs = inst->GetInputs(); in CheckThrows() local
|
| H A D | ir_constructor.h | 215 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 D | inst.h | 2741 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 D | js_interop_inst_builder.cpp | 58 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 D | ir_constructor.h | 188 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 D | bounds_analysis.cpp | 1125 auto inputs = initPhi->GetInputs(); in ProcessInitPhi() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | inlining.cpp | 908 auto inputs = callInst->GetInputs(); in DoInlineIntrinsic() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_ir_builder.cpp | 2165 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
|