Home
last modified time | relevance | path

Searched full:cf (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/
Dif2.params.yaml29 if (cf())
36 if (cf())
43 if (cf())
50 if (cf())
59 if (cf() && ct()) {
71 if (cf() || ct())
79 if (cf()) {
92 if (cf())
106 if (cf())
109 if (cf())
[all …]
Dif2.sts28 function cf(): boolean {
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_fixshortbranch.h26 explicit AArch64FixShortBranch(CGFunc *cf) : cgFunc(cf) {} in AArch64FixShortBranch() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_function.cpp40 ConstantFold cf(mirModule); in PartialInit() local
41 (void)cf.Simplify(mirFunc->GetBody()); in PartialInit()
Dcast_opt.cpp144 ConstantFold cf(*theMIRModule); in SimplifyCastSingle() local
145 …MIRConst *cst = cf.FoldTypeCvtMIRConst(*static_cast<ConstvalNode *>(opnd)->GetConstVal(), castInfo… in SimplifyCastSingle()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinstructions.yaml106 flags: [cf, no_dce, no_hoist, no_cse, barrier, acc_read, terminator]
141 flags: [cf, no_dce, no_hoist, no_cse, barrier, low_level, acc_read]
147 flags: [cf, no_dce, no_hoist, no_cse, barrier, acc_read]
243 cf: Instruction affects control flow
Dinst.h802 return GetFlag(inst_flags::CF); in IsControlFlow()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinstructions.yaml678 …flags: [cf, can_throw, no_dce, no_cse, no_hoist, require_state, barrier, can_deoptimize, terminato…
716 flags: [cf, no_dce, no_hoist, no_cse, barrier, terminator]
722 flags: [cf, no_dce, no_hoist, no_cse, barrier, acc_read, terminator]
735 flags: [cf, can_throw, no_dce, no_hoist, no_cse, barrier, require_state, terminator]
1102 flags: [cf, no_dce, no_hoist, no_cse, barrier, low_level, acc_read, terminator]
1173 flags: [cf, no_dce, no_hoist, no_cse, barrier, acc_read]
1180 flags: [cf, no_dce, no_hoist, no_cse, barrier, acc_read]
1208 flags: [cf, no_dce, no_hoist, no_cse, barrier, low_level, acc_read]
1214 flags: [cf, no_dce, no_hoist, no_cse, barrier, acc_read]
1255 flags: [pseudo, cf]
[all …]
Dgraph_checker.h443 … (std::cerr << "Control flow instruction must be last instruction in block\n CF instruction:\n", in CheckContrlFlowInst()
Dinst.h864 return GetFlag(inst_flags::CF); in IsControlFlow()
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dstructural_identity.sts516 function cf(value: lang.ISendable):void {}
517 cf(t1); // OK
518 cf(t2); // OK , Sendable can be thought of as implement ISendable
519 cf(t2 as lang.ISendable); // OK
520 cf(t3); // ERROR
521 cf(t3 as lang.ISendable); // ERROR
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dpeep.h183 explicit PeepHoleOptimizer(CGFunc *cf) : cgFunc(cf) in PeepHoleOptimizer() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp1037 * unorded ZF, PF, CF ==> 1,1,1
1038 * above ZF, PF, CF ==> 0,0,0
1039 * below ZF, PF, CF ==> 0,0,1
1040 * equal ZF, PF, CF ==> 1,0,0
1042 * To distinguish between less than(only check whether CF = 1 or not) and unorderd(CF=1),
1313 * unorded ZF, PF, CF ==> 1,1,1
1314 * above ZF, PF, CF ==> 0,0,0
1315 * below ZF, PF, CF ==> 0,0,1
1316 * equal ZF, PF, CF ==> 1,0,0
1318 * To distinguish between less than(only check whether CF = 1 or not) and unorderd(CF=1),
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dhotness_propagation.h255 …blocks can be safely marked as each of them end up in a backedge and cannot transfer CF out of loop in EnsureBackedgeResolvable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_phasemanager.cpp350 ConstantFold cf(m); in PhaseRun() local
351 (void)cf.Simplify(mirFunc->GetBody()); in PhaseRun()
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb269 inst->SetFlag(inst_flags::CF);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1021 // before cf: in FoldUnary()
1023 // after cf: in FoldUnary()
1792 // before cf: in FoldBinary()
1794 // after cf: in FoldBinary()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp2397 Expr cf = lmirBuilder_->Iread(i64, addrCF, lmirBuilder_->CreatePtrType(i64)); in VisitInitVreg() local
2409 … i64, i32, lmirBuilder_->And(i64, lmirBuilder_->LShr(i64, cf, offsetNVSB), offsetNVSZ)); in VisitInitVreg()
2412 …lmirBuilder_->ICmp(i64, lmirBuilder_->And(i64, lmirBuilder_->LShr(i64, cf, offsetHFSB), offsetHFSZ… in VisitInitVreg()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.cpp118 /* FEFF;ZERO WIDTH NO-BREAK SPACE;Cf;0;BN;;;;;N;BYTE ORDER MARK;;;; */
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp43 /* FEFF;ZERO WIDTH NO-BREAK SPACE;Cf;0;BN;;;;;N;BYTE ORDER MARK;;;; */
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_md.def370 /* setcc -- use ccreg(CF/ZF/SF/OF) */
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js27244 const cf = "cc_realtimeJoint";
27247 const df = new Bn(wm.LOCAL, uf, cf, As.SAMPLER2D, 1);
27265 const Cf = new Bn(wm.LOCAL, vf, Tf, As.SAMPLER2D, 1);
27266 bm.layouts.cc_TangentDisplacements = Cf;
48027 var tF, eF, iF, sF, nF, rF, oF, aF, lF, hF, cF, uF, _F;
48065 Ml(this, "_cameraComponent", cF, this);
48116 cF = Bl(hF.prototype, "_cameraComponent", [ aF ], {
48221 var gF, yF, bF, SF, AF, TF, vF, EF, CF, xF, wF, RF, IF, MF, BF;
48232 Ml(this, "_spriteFrame", CF, this);
48356 CF = Bl(EF.prototype, "_spriteFrame", [ Yl ], {
[all …]
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2cf(e,t,r){return{parent:e,propertyName:t,siblings:r,resolvedProperties:void 0}}function lf(e){if(!… class