| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 26 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/ |
| D | constantfold.cpp | 947 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 …]
|
| D | call_graph.cpp | 433 for (auto &cst : constVec) { in CollectAddroffuncFromConst() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| D | dump.cpp | 35 for (const auto &cst : stackmap->constants()) { in DumpStackMap() 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 | 145 …MIRConst *cst = cf.FoldTypeCvtMIRConst(*static_cast<ConstvalNode *>(opnd)->GetConstVal(), castInfo… in SimplifyCastSingle() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/ |
| D | constant_propagation.cpp | 196 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/ |
| D | lowering.cpp | 729 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/ |
| D | cg_phasemanager.cpp | 168 for (auto &cst : constVec) { in CollectStaticSymbolInVar() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | global_tables.h | 940 void InsertConstPool(GStrIdx strIdx, MIRConst *cst) in InsertConstPool()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_builder.cpp | 443 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/ |
| D | peepholes_test.cpp | 85 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/ |
| D | lower.cpp | 2971 ConstvalNode *cst = static_cast<ConstvalNode *>(nStmt.GetNopndAt(1)); in LowerSyncEnterSyncExit() local
|