Home
last modified time | relevance | path

Searched defs:cst (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp26 bool Lowering::ConstantFitsCompareImm(Inst *cst, uint32_t size, ConditionCode cc) in ConstantFitsCompareImm()
106 auto cst = input->GetInput(1).GetInst(); in LowerIf() local
136 void Lowering::InPlaceLowerIfImm(IfImmInst *inst, Inst *input, Inst *cst, ConditionCode cc) in InPlaceLowerIfImm()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp947 const MIRIntConst *cst = safe_cast<MIRIntConst>(constNode.GetConstVal()); in FoldConstUnary() local
1014 ConstvalNode *cst = safe_cast<ConstvalNode>(p.first); in FoldUnary() local
1101 ConstvalNode *ConstantFold::FoldCeil(const ConstvalNode &cst, PrimType fromType, PrimType toType) c… in FoldCeil() argument
1153 MIRConst *ConstantFold::FoldFloorMIRConst(const MIRConst &cst, PrimType fromType, PrimType toType, … in FoldFloorMIRConst() argument
1188 ConstvalNode *ConstantFold::FoldFloor(const ConstvalNode &cst, PrimType fromType, PrimType toType) … in FoldFloor() argument
1196 MIRConst *ConstantFold::FoldRoundMIRConst(const MIRConst &cst, PrimType fromType, PrimType toType) … in FoldRoundMIRConst() argument
1253 ConstvalNode *ConstantFold::FoldRound(const ConstvalNode &cst, PrimType fromType, PrimType toType) … in FoldRound() argument
1261 ConstvalNode *ConstantFold::FoldTrunc(const ConstvalNode &cst, PrimType fromType, PrimType toType) … in FoldTrunc() argument
1294 MIRConst *ConstantFold::FoldTypeCvtMIRConst(const MIRConst &cst, PrimType fromType, PrimType toType… in FoldTypeCvtMIRConst() argument
1364 ConstvalNode *ConstantFold::FoldTypeCvt(const ConstvalNode &cst, PrimType fromType, PrimType toType… in FoldTypeCvt() argument
[all …]
Dcall_graph.cpp433 for (auto &cst : constVec) { in CollectAddroffuncFromConst() local
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Ddump.cpp35 for (const auto &cst : stackmap->constants()) { in DumpStackMap() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcanonicalization.cpp44 static bool ConstantFitsCompareImm(const Inst *cst, uint32_t size) in ConstantFitsCompareImm()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dcast_opt.cpp145 …MIRConst *cst = cf.FoldTypeCvtMIRConst(*static_cast<ConstvalNode *>(opnd)->GetConstVal(), castInfo… in SimplifyCastSingle() local
/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
Dconstant_propagation.cpp196 auto cst = static_cast<uint64_t>(input_lattice->AsConstant()->GetValue<bool>()); in VisitIfImm() local
476 auto cst = lattice->GetValue<bool>(); in FoldingConstant() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp729 bool Lowering::ConstantFitsCompareImm(Inst *cst, uint32_t size, ConditionCode cc) in ConstantFitsCompareImm()
1349 auto cst = input->GetInput(1).GetInst(); in LowerIf() local
1366 void Lowering::InPlaceLowerIfImm(IfImmInst *inst, Inst *input, Inst *cst, ConditionCode cc, DataTyp… in InPlaceLowerIfImm()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_phasemanager.cpp168 for (auto &cst : constVec) { in CollectStaticSymbolInVar() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h940 void InsertConstPool(GStrIdx strIdx, MIRConst *cst) in InsertConstPool()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp443 MIRConst *cst = GlobalTables::GetConstPool().GetConstFromPool(st->GetNameStrIdx()); in GetOrCreateGlobalDecl() local
528 MIRConst *cst = mirModule->GetMemPool()->New<MIRIntConst>(content[i], *type); in CreateConstStringSymbol() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dpeepholes_test.cpp85 void CheckCompare(ConditionCode cc, int64_t cst, std::optional<uint64_t> expCst, bool expInv) in CheckCompare()
4008 static bool CompareBoolWithConst(ConditionCode cc, bool input, int cst) in CompareBoolWithConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp2971 ConstvalNode *cst = static_cast<ConstvalNode *>(nStmt.GetNopndAt(1)); in LowerSyncEnterSyncExit() local