| /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 | 705 auto constant = oldDef->CastToConstant(); in GetNewDefAndCorrectDF() local 1476 …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 | 119 auto constant = const_cast<GlobalEnvConstants *>(vm_->GetJSThread()->GlobalConstants()); in SerializeBuiltins() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | async_function_lowering.cpp | 109 auto constant = builder_.UndefineConstant(); in RebuildGeneratorCfg() local
|
| D | bytecode_circuit_builder.cpp | 826 auto constant = circuit_->GetConstantGate(MachineType::I64, in MergeThrowGate() local 961 auto constant = circuit_->GetConstantGate(MachineType::I64, in NewReturn() local
|
| D | array_bounds_check_elimination.cpp | 49 ArrayBoundsCheckElimination::Bound::Bound(TypedBinOp op, GateRef gate, int constant) in Bound()
|
| D | gate_accessor.cpp | 1204 auto constant = builder.ExceptionConstant(); in ExceptionReturn() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | liveness_analyzer_test.cpp | 950 auto constant = &INS(0U); in TEST_F() local
|
| D | peepholes_test.cpp | 260 …void CheckCompareFoldIntoTest(uint64_t constant, ConditionCode cc, bool success, ConditionCode exp… in CheckCompareFoldIntoTest() 300 void CheckIfAndZeroFoldIntoIfTest(uint64_t constant, ConditionCode cc, bool success, in CheckIfAndZeroFoldIntoIfTest() 359 …void CheckCompareLenArrayWithZeroTest(int64_t constant, ConditionCode cc, std::optional<bool> expe… in CheckCompareLenArrayWithZeroTest()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph.cpp | 375 …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 __anon696e89750602() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph.cpp | 428 …for (auto constant = GetFirstConstInst(); constant != nullptr; constant = constant->GetNextConst()… in FindConstant() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 982 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
|