| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 28 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/ |
| D | constantfold.cpp | 839 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 …]
|
| D | call_graph.cpp | 528 for (auto &cst : constVec) { in CollectAddroffuncFromConst() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | canonicalization.cpp | 44 static bool ConstantFitsCompareImm(const Inst *cst, uint32_t size) in ConstantFitsCompareImm()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/ |
| D | cast_opt.cpp | 432 …MIRConst *cst = cf.FoldTypeCvtMIRConst(*static_cast<ConstvalNode *>(opnd)->GetConstVal(), castInfo… in SimplifyCastSingle() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cg_phasemanager.cpp | 157 for (auto &cst : constVec) { in CollectStaticSymbolInVar() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 587 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/ |
| D | global_tables.h | 936 void InsertConstPool(GStrIdx strIdx, MIRConst *cst) in InsertConstPool()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_builder.cpp | 438 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/ |
| D | peepholes_test.cpp | 85 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/ |
| D | lower.cpp | 3734 ConstvalNode *cst = static_cast<ConstvalNode *>(nStmt.GetNopndAt(1)); in LowerSyncEnterSyncExit() local
|