Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp28 bool Lowering::ConstantFitsCompareImm(Inst *cst, uint32_t size, ConditionCode cc) in ConstantFitsCompareImm()
108 auto cst = input->GetInput(1).GetInst(); in LowerIf() local
138 void Lowering::InPlaceLowerIfImm(IfImmInst *inst, Inst *input, Inst *cst, ConditionCode cc) in InPlaceLowerIfImm()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp839 const MIRIntConst *cst = safe_cast<MIRIntConst>(constNode->GetConstVal()); in FoldIntConstUnary() local
1001 ConstvalNode *cst = safe_cast<ConstvalNode>(p.first); in FoldUnary() local
1086 ConstvalNode *ConstantFold::FoldCeil(const ConstvalNode &cst, PrimType fromType, PrimType toType) c… in FoldCeil() argument
1132 MIRConst *ConstantFold::FoldFloorMIRConst(const MIRConst &cst, PrimType fromType, PrimType toType, … in FoldFloorMIRConst() argument
1160 ConstvalNode *ConstantFold::FoldFloor(const ConstvalNode &cst, PrimType fromType, PrimType toType) … in FoldFloor() argument
1168 MIRConst *ConstantFold::FoldRoundMIRConst(const MIRConst &cst, PrimType fromType, PrimType toType) … in FoldRoundMIRConst() argument
1219 ConstvalNode *ConstantFold::FoldRound(const ConstvalNode &cst, PrimType fromType, PrimType toType) … in FoldRound() argument
1227 ConstvalNode *ConstantFold::FoldTrunk(const ConstvalNode &cst, PrimType fromType, PrimType toType) … in FoldTrunk() argument
1254 MIRConst *ConstantFold::FoldTypeCvtMIRConst(const MIRConst &cst, PrimType fromType, PrimType toType… in FoldTypeCvtMIRConst() argument
1316 ConstvalNode *ConstantFold::FoldTypeCvt(const ConstvalNode &cst, PrimType fromType, PrimType toType… in FoldTypeCvt() argument
[all …]
Dcall_graph.cpp528 for (auto &cst : constVec) { in CollectAddroffuncFromConst() 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.cpp432 …MIRConst *cst = cf.FoldTypeCvtMIRConst(*static_cast<ConstvalNode *>(opnd)->GetConstVal(), castInfo… in SimplifyCastSingle() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_phasemanager.cpp157 for (auto &cst : constVec) { in CollectStaticSymbolInVar() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp587 bool Lowering::ConstantFitsCompareImm(Inst *cst, uint32_t size, ConditionCode cc) in ConstantFitsCompareImm()
1207 auto cst = input->GetInput(1).GetInst(); in LowerIf() local
1224 void Lowering::InPlaceLowerIfImm(IfImmInst *inst, Inst *input, Inst *cst, ConditionCode cc, DataTyp… in InPlaceLowerIfImm()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h936 void InsertConstPool(GStrIdx strIdx, MIRConst *cst) in InsertConstPool()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp438 MIRConst *cst = GlobalTables::GetConstPool().GetConstFromPool(st->GetNameStrIdx()); in GetOrCreateGlobalDecl() local
523 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()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp3734 ConstvalNode *cst = static_cast<ConstvalNode *>(nStmt.GetNopndAt(1)); in LowerSyncEnterSyncExit() local