Searched refs:bundle (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
H A D | prune_deopt.cpp | 55 auto bundle = call->getOperandBundle(llvm::LLVMContext::OB_deopt); in run() local 56 if (bundle == llvm::None) { in run() 59 auto noReturn = IsNoReturn(bundle->Inputs); in run() 60 auto updated = GetUpdatedCallInst(call, bundle.getValue()); in run() 71 CallInst *PruneDeopt::GetUpdatedCallInst(CallInst *call, const OperandBundleUse &bundle) in GetUpdatedCallInst() argument 74 if (!IsCaughtDeoptimization(bundle.Inputs) && !call->hasFnAttr("may-deoptimize")) { in GetUpdatedCallInst() 79 auto iinfo = GetInlineInfo(bundle.Inputs); in GetUpdatedCallInst() 84 LLVM_DEBUG(llvm::dbgs() << "Encoding deopt bundle: " << *call << "\n"); in GetUpdatedCallInst() 86 OperandBundleDef encodedBundle {"deopt", EncodeDeoptBundle(call, bundle)}; in GetUpdatedCallInst() 124 PruneDeopt::EncodedDeoptBundle PruneDeopt::EncodeDeoptBundle(CallInst *call, const OperandBundleUse &bundle) cons [all...] |
H A D | prune_deopt.h | 42 llvm::CallInst *GetUpdatedCallInst(llvm::CallInst *call, const llvm::OperandBundleUse &bundle); 50 EncodedDeoptBundle EncodeDeoptBundle(llvm::CallInst *call, const llvm::OperandBundleUse &bundle) const;
|
H A D | gc_intrusion_check.cpp | 87 llvm::errs() << "Incorrect bundle in instruction: " << statepoint << "\n"; in CheckStatepoint() 88 llvm::errs() << NAMES[i] << " bundle contains a derived pointer\n\t" << *entry << "\n"; in CheckStatepoint() 239 const auto &bundle = call.getOperandBundle(bundleId); in GetBundle() local 240 if (!bundle) { in GetBundle() 243 return bundle->Inputs; in GetBundle()
|
H A D | gc_intrusion.cpp | 482 const auto &bundle = call->getOperandBundle(llvm::LLVMContext::OB_deopt); in RewriteWithGc() local 484 if (bundle && !bundle->Inputs.empty()) { in RewriteWithGc() 488 0, callArgs, llvm::None, bundle->Inputs, gced); in RewriteWithGc()
|
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
H A D | runtime_calls.cpp | 53 llvm::ArrayRef<llvm::OperandBundleDef> bundle) in CreateEntrypointCallCommon() 55 ASSERT(arkInterface->DeoptsEnabled() || bundle.empty()); in CreateEntrypointCallCommon() 64 auto call = builder->CreateCall(calleeFuncTy, callee, arguments, bundle); in CreateEntrypointCallCommon() 50 CreateEntrypointCallCommon(llvm::IRBuilder< *builder, llvm::Value *threadRegValue, LLVMArkInterface *arkInterface, EntrypointId eid, llvm::ArrayRef<llvm::Value *> arguments, llvm::ArrayRef<llvm::OperandBundleDef> bundle) CreateEntrypointCallCommon() argument
|
H A D | runtime_calls.h | 42 llvm::ArrayRef<llvm::OperandBundleDef> bundle = llvm::None);
|
/arkcompiler/runtime_core/static_core/scripts/sdk/ |
H A D | build_sdk.sh | 163 local tgz="$(ls "$linter_root"/bundle/panda-tslinter*tgz)" 174 rm -rf "$linter_root"/bundle
|
/arkcompiler/ets_runtime/ecmascript/ohos/tests/ |
H A D | ohos_test.cpp | 82 pkgJson += R"(,"pkgPath": "/data/app/el1/bundle/public/com.ohos.test/entry.hap","abcName": "ets/modules.abc")"; in BuildOhosPkgJson() 100 std::string bundleScope = "com.bundle.scope.test"; in HWTEST_F_L0() 101 std::string bundleScope1 = "com.bundle.scope.test1"; in HWTEST_F_L0() 102 std::string bundleScope2 = "com.bundle.scope.test2"; in HWTEST_F_L0() 124 std::string bundleScope = "com.bundle.scope.test"; in HWTEST_F_L0() 152 ASSERT_EQ(preProcessor.GetMainPkgArgs()->GetPath(), "/data/app/el1/bundle/public/com.ohos.test/entry.hap"); in HWTEST_F_L0() 297 std::string bundleScope = "com.bundle.scope.test"; in HWTEST_F_L0() 298 std::string bundleScope1 = "com.bundle.scope.test1"; in HWTEST_F_L0() 299 std::string bundleScope2 = "com.bundle.scope.test2"; in HWTEST_F_L0() 315 std::string bundleScope = "com.bundle in HWTEST_F_L0() [all...] |
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_first_tests.cpp | 1788 std::string str = "/data/storage/el1/bundle/moduleName/ets/modules.abc"; in HWTEST_F_L0() 2104 std::string bundle; in HWTEST_F_L0() local 2109 bundle = bundleName; in HWTEST_F_L0() 2116 ASSERT_EQ(bundle, "com.test.test"); in HWTEST_F_L0()
|
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
H A D | llvm_ir_constructor.cpp | 2043 ArenaVector<llvm::OperandBundleDef> bundle(GetGraph()->GetLocalAllocator()->Adapter()); in CreateSaveStateBundle() 2045 return bundle; in CreateSaveStateBundle() 2082 bundle.assign({llvm::OperandBundleDef {"deopt", vals}}); in CreateSaveStateBundle() 2083 return bundle; in CreateSaveStateBundle()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 22 "/src/chunks/bundle.js"() { 1335 bundle: i, 1357 "internal" !== e.bundle && t.push({ 2472 d.bundle.maxConcurrency = 32; 2473 d.bundle.maxRequestsPerFrame = 64; 2681 bundle: function(t, e, i) { 23447 bundle: { 23558 i && (e.bundle = i.name); [all...] |
Completed in 49 milliseconds