Home
last modified time | relevance | path

Searched defs:def (Results 1 – 25 of 30) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DclassExpression.h32 …explicit ClassExpression(ClassDefinition *const def) : Expression(AstNodeType::CLASS_EXPRESSION), … in ClassExpression()
DclassExpression.cpp70 …auto *const def = def_ != nullptr ? def_->Clone(allocator, nullptr)->AsClassDefinition() : nullptr; in Clone() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DclassExpression.h36 …explicit ClassExpression(ClassDefinition *def) : Expression(AstNodeType::CLASS_EXPRESSION), def_(d… in ClassExpression()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DclassDeclaration.h34 explicit ClassDeclaration(ClassDefinition *def, ArenaVector<Decorator *> &&decorators) in ClassDeclaration()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dadjust_arefs.cpp57 auto def = inst->GetInput(0).GetInst(); in RunImpl() local
64 for (auto def : defs_) { in RunImpl() local
171 Inst *def = head->GetInput(0).GetInst(); in ProcessChain() local
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DclassDeclarationBuilder.h38 ClassDeclarationBuilder &SetDefinition(ClassDefinition *def) in SetDefinition()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DclassDeclaration.h24 explicit ClassDeclaration(ClassDefinition *def, ArenaAllocator *allocator) in ClassDeclaration()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsStructDeclaration.h30 explicit ETSStructDeclaration(ClassDefinition *const def, ArenaAllocator *const allocator) in ETSStructDeclaration()
DetsStructDeclaration.cpp85 …auto *const def = def_ != nullptr ? def_->Clone(allocator, nullptr)->AsClassDefinition() : nullptr; in Clone() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk_containers.h41 ChunkVector(size_t size, T def, Chunk *chunk) in ChunkVector()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dlive.h71 SparseDataInfo *NewDef(const SparseDataInfo &def) const in NewDef()
Dreg_coalesce.h189 for (auto def : defPoints) { in DumpDefs() local
197 for (auto def : usePoints) { in DumpUses() local
Dcg_ssa_pre.h71 Occ *def = nullptr; // points to its single def variable
Dcg_occur.h140 CgOccur *def = nullptr; variable
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dgc_intrusion_check.cpp181 …nstruction *GcIntrusionCheck::FindDefOrStatepoint(const Instruction *start, const Instruction *def) in FindDefOrStatepoint()
187 …n *GcIntrusionCheck::FindDefOrStatepointRecursive(const Instruction *start, const Instruction *def, in FindDefOrStatepointRecursive()
Dgc_intrusion.cpp689 auto def = llvm::cast<Instruction>(last->getOperand(0)); in HoistForRelocation() local
716 auto def = casts.back()->getOperand(0); in FixupEscapedUsages() local
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts610 for (const def of current.defs) { constant
902 for (const def of currentDefs) { constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/ad/
Dmad.cpp192 int MAD::GetLatency(const Insn &def, const Insn &use) const in GetLatency() argument
202 int MAD::BypassLatency(const Insn &def, const Insn &use) const in BypassLatency() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dbin_mpl_export.h254 bool def; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlive.cpp102 …Analysis::GenerateLiveInByDefUse(SparseDataInfo &liveOut, SparseDataInfo &use, SparseDataInfo &def) in GenerateLiveInByDefUse()
Dschedule.cpp280 void RegPressureSchedule::UpdateLiveReg(const DepNode &node, regno_t reg, bool def) in UpdateLiveReg()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_prop.cpp1126 void ExtendShiftPattern::SelectExtendOrShift(const Insn &def) in SelectExtendOrShift()
1235 void ExtendShiftPattern::ReplaceUseInsn(Insn &use, const Insn &def, uint32 amount) in ReplaceUseInsn()
2328 auto &def = static_cast<RegOperand &>(phiIt.second->GetOperand(kInsnFirstOpnd)); in CheckAndGetExistPhiDef() local
Daarch64_global.cpp1460 void ExtendShiftOptPattern::SelectExtendOrShift(const Insn &def) in SelectExtendOrShift()
1611 void ExtendShiftOptPattern::ReplaceUseInsn(Insn &use, const Insn &def, uint32 amount) in ReplaceUseInsn()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h226 void InstBuilder::BuildMonitor(const BytecodeInstruction *bcInst, Inst *def, bool isEnter) in BuildMonitor()
330 Inst *def = GetArgDefinition(bcInst, 0, accRead); in BuildSqrtIntrinsic() local
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.cpp712 ir::MethodDefinition *def = property->AsMethodDefinition(); in CheckClassElement() local

12