Searched defs:const0 (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
H A D | liveness_analyzer_test.cpp | 327 auto const0 = liveness_analyzer->GetInstLifeIntervals(&INS(0)); in TEST_F() local
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | liveness_analyzer_test.cpp | 304 auto const0 = livenessAnalyzer->GetInstLifeIntervals(&INS(0U)); in TEST_F() local
|
H A D | reg_alloc_linear_scan_test.cpp | 1623 auto const0 = la.GetInstLifeIntervals(&INS(0U)); in TEST_F() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
H A D | constantfold.cpp | 407 ConstvalNode *ConstantFold::FoldIntConstBinary(Opcode opcode, PrimType resultType, const ConstvalNode &const0, in FoldIntConstBinary() argument 422 ConstvalNode *ConstantFold::FoldFPConstBinary(Opcode opcode, PrimType resultType, const ConstvalNode &const0, in FoldFPConstBinary() argument 320 FoldIntConstComparison(Opcode opcode, PrimType resultType, PrimType opndType, const ConstvalNode &const0, const ConstvalNode &const1) const FoldIntConstComparison() argument 617 FoldFPConstComparison(Opcode opcode, PrimType resultType, PrimType opndType, const ConstvalNode &const0, const ConstvalNode &const1) const FoldFPConstComparison() argument 628 FoldConstComparisonMIRConst(Opcode opcode, PrimType resultType, PrimType opndType, const MIRConst &const0, const MIRConst &const1) const FoldConstComparisonMIRConst() argument 646 FoldConstComparison(Opcode opcode, PrimType resultType, PrimType opndType, const ConstvalNode &const0, const ConstvalNode &const1) const FoldConstComparison() argument 698 FoldConstBinary(Opcode opcode, PrimType resultType, const ConstvalNode &const0, const ConstvalNode &const1) const FoldConstBinary() argument [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
H A D | litecg_ir_builder.cpp | 2399 Expr const0 = lmirBuilder_->ConstVal(lmirBuilder_->CreateIntConst(i64, 0)); in VisitInitVreg() local
|
Completed in 14 milliseconds