| /arkcompiler/ets_frontend/test/scripts/performance_test/ |
| D | readme.md | 7 ### environmoent 9 ### How to run 12 ### Details of settings
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | string_builder_optimizer.cpp | 92 GateRef use = *it; in FindInBuilder() local 101 void StringBuilderOptimizer::VisitGateUse(GateRef use) in VisitGateUse() 167 GateRef use = *it; in FinalizeStringBuilders() local 219 GateRef use = *it; in HasConcatOrPhiUse() local 237 GateRef use = *it; in CheckStringAddUses() local
|
| D | graph_editor.cpp | 110 GateRef use = *useIt; in PropagateMerge() local 135 for (auto use : outs) { in HasOsrDeoptUse() local
|
| D | loop_peeling.cpp | 113 auto use = acc_.Uses(loopInfo_->loopHead); in CopyLoopHeader() local 125 auto use = acc_.Uses(loopInfo_->loopHead); in CopyLoopHeader() local
|
| D | async_function_lowering.cpp | 197 for (auto use : loopBeginUses) { in UpdateValueSelector() local 240 GateRef use = *useIt; in ModifyStateInput() local 287 for (auto use : loopBeginUses) { in GetDependPhiFromLoopBegin() local
|
| D | loop_analysis.cpp | 59 auto use = acc_.Uses(cur); in CollectUseGate() local
|
| D | verifier.cpp | 149 GateAccessor::ConstUseIterator use; in RunCFGIsDAGCheck() member 161 auto &use = curState.use; in RunCFGIsDAGCheck() local 199 for (auto use = uses.begin(); use != uses.end(); use++) { in RunCFGReducibilityCheck() local
|
| D | combined_pass_visitor.cpp | 107 auto use = acc_.Uses(gate); in VistDependSelectorForLoop() local
|
| D | gate_accessor.h | 636 auto use = circuit_->LoadGatePtrConst(gate)->GetFirstOutConst(); in ConstUseBegin() local 650 auto use = circuit_->LoadGatePtr(gate)->GetFirstOut(); in UseBegin() local
|
| D | gate_matchers.h | 339 auto use = acc_.Uses(input); in OwnsInput() local
|
| /arkcompiler/runtime_core/docs/ |
| D | ir_format.md | 319 ### Create Graph 325 ### Create blocks and CFG 337 ### Create instruction and add in a block 369 ### Visitors:
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | ir_format.md | 328 ### Create Graph 334 ### Create blocks and CFG 346 ### Create instruction and add in a block 378 ### Visitors:
|
| /arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/ |
| D | XShader.js | 70 use(sid) { method in XShader
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | live.h | 81 SparseDataInfo *NewUse(const SparseDataInfo &use) const in NewUse()
|
| D | cg_ssu_pre.h | 78 SOcc *use = nullptr; // points to its single use variable
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | gep_propagation.cpp | 347 Use &use = *uiter++; in OptimizeGepoffs() local 383 Use &use = *uiter++; in OptimizeSelectors() local 421 Use &use = *uiter++; in ReplaceWithSplitGep() local 444 Use &use = *iter++; in ReplaceRecursively() local
|
| D | gc_intrusion.cpp | 598 for (auto &use : from->uses()) { in CreateSortedUseList() local 618 auto *use = *sortedList.rbegin(); in ReplaceDominatedUses() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/ |
| D | meexpr_use_info.cpp | 39 UseItem use(useSite); in AddUseSiteOfExpr() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/ad/ |
| D | mad.h | 162 LatencyType use; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_global.cpp | 1320 void ExtendShiftOptPattern::SetExMOpType(const Insn &use) in SetExMOpType() 1378 void ExtendShiftOptPattern::SetLsMOpType(const Insn &use) in SetLsMOpType() 1504 bool ExtendShiftOptPattern::CheckDefUseInfo(Insn &use, uint32 size) in CheckDefUseInfo() 1611 void ExtendShiftOptPattern::ReplaceUseInsn(Insn &use, const Insn &def, uint32 amount) in ReplaceUseInsn()
|
| D | aarch64_prop.cpp | 986 void ExtendShiftPattern::SetExMOpType(const Insn &use) in SetExMOpType() 1044 void ExtendShiftPattern::SetLsMOpType(const Insn &use) in SetLsMOpType() 1235 void ExtendShiftPattern::ReplaceUseInsn(Insn &use, const Insn &def, uint32 amount) in ReplaceUseInsn()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | live.cpp | 102 SparseDataInfo *LiveAnalysis::GenerateLiveInByDefUse(SparseDataInfo &liveOut, SparseDataInfo &use, … in GenerateLiveInByDefUse()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | interference_graph.h | 280 void SetUseSpillWeight(bool use) in SetUseSpillWeight()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | liveness_analyzer.cpp | 886 auto use = *GetUsePositions().begin(); in SplitAroundUses() local 1008 for (auto use : interval->GetUsePositions()) { in CalcSpillWeight() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | inlining.cpp | 1354 …id Inlining::UpdateDataflowForEmptyGraph(Inst *callInst, std::variant<BasicBlock *, PhiInst *> use, in UpdateDataflowForEmptyGraph() 1377 …eDataflow(Graph *graphInl, Inst *callInst, std::variant<BasicBlock *, PhiInst *> use, Inst *newDef) in UpdateDataflow()
|