/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_bit_size.c | 213 b->cursor = nir_after_block_before_jump(src->pred); in lower_phi_instr() 312 nir_phi_instr_add_src(lowered[0], src->pred, nir_src_for_ssa(x)); in split_phi() 313 nir_phi_instr_add_src(lowered[1], src->pred, nir_src_for_ssa(y)); in split_phi()
|
H A D | nir_opt_phi_precision.c | 243 nir_phi_instr_add_src(new_phi, src->pred, nir_src_for_ssa(new_src)); in try_move_narrowing_dst() 418 nir_phi_instr_add_src(new_phi, src->pred, nir_src_for_ssa(new_src)); in try_move_widening_src()
|
H A D | nir_opt_remove_phis.c | 102 nir_block_dominates(def->parent_instr->block, src->pred)) { in remove_phis_block()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ExecutionDomainFix.cpp | 169 for (MachineBasicBlock *pred : MBB->predecessors()) { in enterBasicBlock() 170 assert(unsigned(pred->getNumber()) < MBBOutRegsInfos.size() && in enterBasicBlock() 172 LiveRegsDVInfo &Incoming = MBBOutRegsInfos[pred->getNumber()]; in enterBasicBlock()
|
/third_party/spirv-tools/source/ |
H A D | cfa.h | 240 [&idoms, undefined_dom](BB* pred) { in CalculateDominators() 241 return idoms.count(pred) && in CalculateDominators() 242 idoms[pred].dominator != undefined_dom; in CalculateDominators()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_peephole.cpp | 2531 Value *pred = i->getPredicate(); in handleMULMAD() local 2541 i->setPredicate(i->cc, pred); in handleMULMAD() 3285 void predicateInstructions(BasicBlock *, Value *pred, CondCode cc); 3287 inline bool isConstantCondition(Value *pred); 3288 inline bool mayPredicate(const Instruction *, const Value *pred) const; 3295 FlatteningPass::isConstantCondition(Value *pred) in isConstantCondition() argument 3297 Instruction *insn = pred->getUniqueInsn(); in isConstantCondition() 3345 Value *pred = term->getPredicate(); in removeFlow() 3349 if (pred && pred in removeFlow() 3358 predicateInstructions(BasicBlock *bb, Value *pred, CondCode cc) predicateInstructions() argument 3481 Value *pred = bb->getExit()->getPredicate(); tryPredicateConditional() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_common_def.h | 410 inline typename Container::size_type EraseIf(Container& container, Predicate pred) in EraseIf() argument 412 // erase from container if pred returns true, backport of c++20 std::remove_if in EraseIf() 416 if (pred(*iter)) { in EraseIf()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_command.cpp | 381 void MediaLibraryCommand::SetDataSharePred(const DataSharePredicates &pred) in SetDataSharePred() argument 383 datasharePred_ = make_unique<const DataSharePredicates>(pred); in SetDataSharePred()
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | btree.h | 407 struct bkey *end, keybuf_pred_fn *pred); 415 keybuf_pred_fn *pred);
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | btree.h | 407 struct bkey *end, keybuf_pred_fn *pred); 415 keybuf_pred_fn *pred);
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_liveness.cpp | 312 if (n.pred) in process_ins() 313 live_changed |= live.add_val(n.pred); in process_ins()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
H A D | ir2_private.h | 92 uint8_t pred : 2; member 151 uint8_t pred; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SwitchLoweringUtils.h | 149 CaseBlock(CmpInst::Predicate pred, bool nocmp, const Value *cmplhs, in CaseBlock() 155 : PredInfo({pred, nocmp}), CmpLHS(cmplhs), CmpMHS(cmpmiddle), in CaseBlock()
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264_refs.c | 308 int pred = sl->curr_pic_num; in ff_h264_build_ref_list() local 330 pred -= abs_diff_pic_num; in ff_h264_build_ref_list() 332 pred += abs_diff_pic_num; in ff_h264_build_ref_list() 333 pred &= sl->max_pic_num - 1; in ff_h264_build_ref_list() 335 frame_num = pic_num_extract(h, pred, &pic_structure); in ff_h264_build_ref_list() 346 ref->pic_id = pred; in ff_h264_build_ref_list()
|
H A D | ituh263dec.c | 272 int ff_h263_decode_motion(MpegEncContext * s, int pred, int f_code) in ff_h263_decode_motion() argument 278 return pred; in ff_h263_decode_motion() 292 val += pred; in ff_h263_decode_motion() 299 if (pred < -31 && val < -63) in ff_h263_decode_motion() 301 if (pred > 32 && val > 63) in ff_h263_decode_motion() 310 static int h263p_decode_umotion(MpegEncContext * s, int pred) in h263p_decode_umotion() argument 315 return pred; in h263p_decode_umotion() 331 code = (sign) ? (pred - code) : (pred + code); in h263p_decode_umotion() 513 /* we assume pred i in h263_pred_acdc() [all...] |
H A D | aacenc.c | 763 if (s->options.pred) { /* Prediction */ in aac_encode_frame() 767 if (s->options.pred && s->coder->search_for_pred) in aac_encode_frame() 776 if (s->options.pred && s->coder->apply_main_pred) in aac_encode_frame() 1029 ERROR_IF(s->options.pred, in aac_encode_init() 1038 ERROR_IF(s->options.pred, in aac_encode_init() 1041 s->options.pred = 1; in aac_encode_init() 1048 ERROR_IF(s->options.pred, in aac_encode_init() 1050 } else if (s->options.pred) { in aac_encode_init() 1124 {"aac_pred", "AAC-Main prediction", offsetof(AACEncContext, options.pred), AV_OPT_TYPE_BOOL, {.i64 = 0}, -1, 1, AACENC_FLAGS},
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_NOPs.cpp | 214 handle_raw_hazard_instr(aco_ptr<Instruction>& pred, PhysReg reg, int* nops_needed, uint32_t* mask) in handle_raw_hazard_instr() argument 219 for (Definition& def : pred->definitions) { in handle_raw_hazard_instr() 227 bool is_hazard = writemask != 0 && ((pred->isVALU() && Valu) || (pred->isVINTRP() && Vintrp) || in handle_raw_hazard_instr() 228 (pred->isSALU() && Salu)); in handle_raw_hazard_instr() 233 *nops_needed = MAX2(*nops_needed - get_wait_states(pred), 0); in handle_raw_hazard_instr()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | medialibrary_command.h | 65 EXPORT void SetDataSharePred(const DataShare::DataSharePredicates &pred);
|
/foundation/multimodalinput/input/intention/services/device_manager/include/ |
H A D | device_manager.h | 52 bool AnyOf(std::function<bool(std::shared_ptr<IDevice>)> pred) override;
|
/foundation/resourceschedule/ffrt/src/eu/ |
H A D | co_routine.h | 131 void CoWait(const std::function<bool(ffrt::CPUEUTask*)>& pred);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvstore_sync_manager.h | 62 uint32_t DoRemoveSyncingOp(OpPred pred, std::list<KvSyncOperation> &syncingOps);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | sample.h | 71 pred:2; /* predication */ member
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | decoration_manager.h | 39 // Removes all decorations (direct and through groups) where |pred| is 57 uint32_t id, std::function<bool(const Instruction&)> pred =
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | decoration_manager.h | 39 // Removes all decorations (direct and through groups) where |pred| is 57 uint32_t id, std::function<bool(const Instruction&)> pred =
|
/third_party/spirv-tools/source/opt/ |
H A D | decoration_manager.h | 39 // Removes all decorations (direct and through groups) where |pred| is 57 uint32_t id, std::function<bool(const Instruction&)> pred =
|