Home
last modified time | relevance | path

Searched defs:constant (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/
H A DastDump.h99 Property(const char *key, Constant constant) : key_(key), value_(constant) {} in Property() argument
H A DastDump.cpp166 void AstDumper::SerializeConstant(Property::Constant constant) in SerializeConstant() argument
/arkcompiler/ets_frontend/es2panda/ir/
H A DastDump.h84 Property(const char *key, Constant constant) : key_(key), value_(constant) {} in Property() argument
H A DastDump.cpp161 void AstDumper::SerializeConstant(Property::Constant constant) in SerializeConstant() argument
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot.cpp119 auto constant = const_cast<GlobalEnvConstants *>(vm_->GetJSThread()->GlobalConstants()); in SerializeBuiltins() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dif_merging.cpp146 bool IfMerging::TryRemoveConstantPhiIf(IfImmInst *ifImm, PhiInst *phi, uint64_t constant, ConditionCode cc) in TryRemoveConstantPhiIf() argument
268 void IfMerging::SplitBlockWithConstantPhi(BasicBlock *bb, BasicBlock *trueBb, PhiInst *phi, uint64_t constant, in SplitBlockWithConstantPhi() argument
[all...]
H A Dinlining.cpp740 auto constant = oldDef->CastToConstant(); in GetNewDefAndCorrectDF() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dliveness_analyzer_test.cpp950 auto constant = &INS(0U); in TEST_F() local
H A Dpeepholes_test.cpp260 void CheckCompareFoldIntoTest(uint64_t constant, ConditionCode cc, bool success, ConditionCode expectedCc = CC_EQ) in CheckCompareFoldIntoTest() argument
300 void CheckIfAndZeroFoldIntoIfTest(uint64_t constant, ConditionCode cc, bool success, in CheckIfAndZeroFoldIntoIfTest() argument
359 void CheckCompareLenArrayWithZeroTest(int64_t constant, ConditionCode cc, std::optional<bool> expectedValue, in CheckCompareLenArrayWithZeroTest() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dasync_function_lowering.cpp109 auto constant = builder_.UndefineConstant(); in RebuildGeneratorCfg() local
H A Darray_bounds_check_elimination.cpp49 ArrayBoundsCheckElimination::Bound::Bound(TypedBinOp op, GateRef gate, int constant) in Bound() argument
[all...]
H A Dbytecode_circuit_builder.cpp800 auto constant = circuit_->GetConstantGate(MachineType::I64, in MergeThrowGate() local
935 auto constant = circuit_->GetConstantGate(MachineType::I64, in NewReturn() local
H A Dgate_accessor.cpp1232 auto constant = builder.ExceptionConstant(); in ExceptionReturn() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp974 llvm::Value *LLVMIrConstructor::GetInputValueFromConstant(ConstantInst *constant, DataType::Type pandaType) in GetInputValueFromConstant() argument

Completed in 29 milliseconds