Searched defs:depNode (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_dependence.cpp | 608 void AArch64DepAnalysis::BuildDepsControlAll(DepNode &depNode, const MapleVector<DepNode *> &nodes) in BuildDepsControlAll() 930 void AArch64DepAnalysis::BuildSpecialInsnDependency(Insn &insn, DepNode &depNode, const MapleVector… in BuildSpecialInsnDependency() 1017 DepNode *depNode = nullptr; in GenerateDepNode() local 1062 void AArch64DepAnalysis::UpdateRegUseAndDef(Insn &insn, const DepNode &depNode, MapleVector<DepNode… in UpdateRegUseAndDef() 1101 void AArch64DepAnalysis::UpdateStackAndHeapDependency(DepNode &depNode, Insn &insn, const Insn &loc… in UpdateStackAndHeapDependency() 1167 DepNode *depNode = GenerateDepNode(*insn, nodes, nodeSum, comments); in Run() local
|
| D | aarch64_schedule.cpp | 497 void AArch64Schedule::CountUnitKind(const DepNode &depNode, uint32 array[], const uint32 arraySize)… in CountUnitKind() argument 512 bool AArch64Schedule::IfUseUnitKind(const DepNode &depNode, uint32 index) in IfUseUnitKind() 790 RegisterInfoUnit GetDepNodeDefType(const DepNode &depNode, CGFunc &f) in GetDepNodeDefType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | insn.h | 552 void SetDepNode(DepNode &depNode) in SetDepNode() 705 DepNode *depNode = nullptr; /* For dependence analysis, pointing to a dependence node. */ variable
|