| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/ |
| D | if2.params.yaml | 29 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 …]
|
| D | if2.sts | 28 function cf(): boolean {
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_fixshortbranch.h | 26 explicit AArch64FixShortBranch(CGFunc *cf) : cgFunc(cf) {} in AArch64FixShortBranch() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/ |
| D | me_function.cpp | 40 ConstantFold cf(mirModule); in PartialInit() local 41 (void)cf.Simplify(mirFunc->GetBody()); in PartialInit()
|
| D | cast_opt.cpp | 144 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/ |
| D | instructions.yaml | 106 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
|
| D | inst.h | 802 return GetFlag(inst_flags::CF); in IsControlFlow()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 678 …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 …]
|
| D | graph_checker.h | 443 … (std::cerr << "Control flow instruction must be last instruction in block\n CF instruction:\n", in CheckContrlFlowInst()
|
| D | inst.h | 864 return GetFlag(inst_flags::CF); in IsControlFlow()
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | structural_identity.sts | 516 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/ |
| D | peep.h | 183 explicit PeepHoleOptimizer(CGFunc *cf) : cgFunc(cf) in PeepHoleOptimizer() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 1037 * 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/ |
| D | hotness_propagation.h | 255 …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/ |
| D | cg_phasemanager.cpp | 350 ConstantFold cf(m); in PhaseRun() local 351 (void)cf.Simplify(mirFunc->GetBody()); in PhaseRun()
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | inst_builder_gen.cpp.erb | 269 inst->SetFlag(inst_flags::CF);
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 1021 // 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/ |
| D | litecg_ir_builder.cpp | 2397 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/ |
| D | regexp_parser.cpp | 118 /* FEFF;ZERO WIDTH NO-BREAK SPACE;Cf;0;BN;;;;;N;BYTE ORDER MARK;;;; */
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_parser.cpp | 43 /* 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/ |
| D | x64_md.def | 370 /* setcc -- use ccreg(CF/ZF/SF/OF) */
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 27244 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/ |
| D | index.js | 2 …cf(e,t,r){return{parent:e,propertyName:t,siblings:r,resolvedProperties:void 0}}function lf(e){if(!… class
|