Home
last modified time | relevance | path

Searched defs:use (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/ets_frontend/test/scripts/performance_test/
Dreadme.md7 ### environmoent
9 ### How to run
12 ### Details of settings
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstring_builder_optimizer.cpp92 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
Dgraph_editor.cpp110 GateRef use = *useIt; in PropagateMerge() local
135 for (auto use : outs) { in HasOsrDeoptUse() local
Dloop_peeling.cpp113 auto use = acc_.Uses(loopInfo_->loopHead); in CopyLoopHeader() local
125 auto use = acc_.Uses(loopInfo_->loopHead); in CopyLoopHeader() local
Dasync_function_lowering.cpp197 for (auto use : loopBeginUses) { in UpdateValueSelector() local
240 GateRef use = *useIt; in ModifyStateInput() local
287 for (auto use : loopBeginUses) { in GetDependPhiFromLoopBegin() local
Dloop_analysis.cpp59 auto use = acc_.Uses(cur); in CollectUseGate() local
Dverifier.cpp149 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
Dcombined_pass_visitor.cpp107 auto use = acc_.Uses(gate); in VistDependSelectorForLoop() local
Dgate_accessor.h636 auto use = circuit_->LoadGatePtrConst(gate)->GetFirstOutConst(); in ConstUseBegin() local
650 auto use = circuit_->LoadGatePtr(gate)->GetFirstOut(); in UseBegin() local
Dgate_matchers.h339 auto use = acc_.Uses(input); in OwnsInput() local
/arkcompiler/runtime_core/docs/
Dir_format.md319 ### Create Graph
325 ### Create blocks and CFG
337 ### Create instruction and add in a block
369 ### Visitors:
/arkcompiler/runtime_core/static_core/docs/
Dir_format.md328 ### 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/
DXShader.js70 use(sid) { method in XShader
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dlive.h81 SparseDataInfo *NewUse(const SparseDataInfo &use) const in NewUse()
Dcg_ssu_pre.h78 SOcc *use = nullptr; // points to its single use variable
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dgep_propagation.cpp347 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
Dgc_intrusion.cpp598 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/
Dmeexpr_use_info.cpp39 UseItem use(useSite); in AddUseSiteOfExpr() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/ad/
Dmad.h162 LatencyType use; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_global.cpp1320 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()
Daarch64_prop.cpp986 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/
Dlive.cpp102 SparseDataInfo *LiveAnalysis::GenerateLiveInByDefUse(SparseDataInfo &liveOut, SparseDataInfo &use, … in GenerateLiveInByDefUse()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h280 void SetUseSpillWeight(bool use) in SetUseSpillWeight()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp886 auto use = *GetUsePositions().begin(); in SplitAroundUses() local
1008 for (auto use : interval->GetUsePositions()) { in CalcSpillWeight() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp1354 …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()

12