/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
D | if_merging.cpp | 146 bool IfMerging::TryRemoveConstantPhiIf(IfImmInst *ifImm, PhiInst *phi, uint64_t constant, Condition… in TryRemoveConstantPhiIf() 268 …ing::SplitBlockWithConstantPhi(BasicBlock *bb, BasicBlock *trueBb, PhiInst *phi, uint64_t constant, in SplitBlockWithConstantPhi()
|
D | inlining.cpp | 666 auto constant = oldDef->CastToConstant(); in GetNewDefAndCorrectDF() local 1409 …for (ConstantInst *constant = graphInl->GetFirstConstInst(), *nextConstant = nullptr; constant != … in MoveConstants() local
|
/arkcompiler/ets_frontend/ets2panda/ir/ |
D | astDump.cpp | 166 void AstDumper::SerializeConstant(Property::Constant constant) in SerializeConstant()
|
D | astDump.h | 99 Property(const char *key, Constant constant) : key_(key), value_(constant) {} in Property()
|
/arkcompiler/ets_frontend/es2panda/ir/ |
D | astDump.h | 84 Property(const char *key, Constant constant) : key_(key), value_(constant) {} in Property()
|
D | astDump.cpp | 161 void AstDumper::SerializeConstant(Property::Constant constant) in SerializeConstant()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot.cpp | 131 auto constant = const_cast<GlobalEnvConstants *>(vm_->GetJSThread()->GlobalConstants()); in SerializeBuiltins() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bytecode_circuit_builder.cpp | 527 auto constant = circuit_->GetConstantGate(MachineType::I64, in MergeThrowGate() local 654 auto constant = circuit_->GetConstantGate(MachineType::I64, in NewReturn() local
|
D | async_function_lowering.cpp | 106 auto constant = builder_.UndefineConstant(); in RebuildGeneratorCfg() local
|
D | array_bounds_check_elimination.cpp | 49 ArrayBoundsCheckElimination::Bound::Bound(TypedBinOp op, GateRef gate, int constant) in Bound()
|
D | gate_accessor.cpp | 1147 auto constant = builder.ExceptionConstant(); in ExceptionReturn() local
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | graph.cpp | 374 …for (auto constant = GetFirstConstInst(); constant != nullptr; constant = constant->GetNextConst()… in FindConstant() local
|
/arkcompiler/runtime_core/compiler/tests/ |
D | compiler_graph_test.cpp | 221 auto constant = inst->CastToConstant(); in __anona429afd50602() local
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
D | liveness_analyzer_test.cpp | 973 auto constant = &INS(0U); in TEST_F() local
|
D | peepholes_test.cpp | 261 …void CheckCompareFoldIntoTest(uint64_t constant, ConditionCode cc, bool success, ConditionCode exp… in CheckCompareFoldIntoTest() 301 void CheckIfAndZeroFoldIntoIfTest(uint64_t constant, ConditionCode cc, bool success, in CheckIfAndZeroFoldIntoIfTest() 360 …void CheckCompareLenArrayWithZeroTest(int64_t constant, ConditionCode cc, std::optional<bool> expe… in CheckCompareLenArrayWithZeroTest()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
D | graph.cpp | 427 …for (auto constant = GetFirstConstInst(); constant != nullptr; constant = constant->GetNextConst()… in FindConstant() local
|
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
D | llvm_ir_constructor.cpp | 495 llvm::Value *LLVMIrConstructor::GetInputValueFromConstant(ConstantInst *constant, DataType::Type pa… in GetInputValueFromConstant()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 25164 constant: B_, property 58687 constant: vd.CONSTANT, property 83633 constant: 0, property
|