/third_party/ffmpeg/libavcodec/ |
H A D | h264_cabac.c | 2080 int pred = pred_intra_mode(h, sl, i); in ff_h264_decode_mb_cabac() local 2081 int mode = decode_cabac_mb_intra4x4_pred_mode(sl, pred); in ff_h264_decode_mb_cabac() 2086 int pred = pred_intra_mode(h, sl, i); in ff_h264_decode_mb_cabac() local 2087 sl->intra4x4_pred_mode_cache[scan8[i]] = decode_cabac_mb_intra4x4_pred_mode(sl, pred); in ff_h264_decode_mb_cabac() 2089 ff_tlog(h->avctx, "i4x4 pred=%d mode=%d\n", pred, in ff_h264_decode_mb_cabac()
|
H A D | aacenc.h | 52 int pred; member
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3.h | 679 void ir3_block_add_predecessor(struct ir3_block *block, struct ir3_block *pred); 681 struct ir3_block *pred); 683 struct ir3_block *pred); 685 struct ir3_block *pred); 687 struct ir3_block *pred);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Instructions.h | 1181 Predicate pred, ///< The predicate to use for the comparison in ICmpInst() 1186 Instruction::ICmp, pred, LHS, RHS, NameStr, in ICmpInst() 1196 Predicate pred, ///< The predicate to use for the comparison in ICmpInst() 1201 Instruction::ICmp, pred, LHS, RHS, NameStr, in ICmpInst() 1210 Predicate pred, ///< The predicate to use for the comparison in ICmpInst() 1215 Instruction::ICmp, pred, LHS, RHS, NameStr) { in ICmpInst() 1231 static Predicate getSignedPredicate(Predicate pred); 1243 static Predicate getUnsignedPredicate(Predicate pred); 1321 Predicate pred, ///< The predicate to use for the comparison in FCmpInst() 1326 Instruction::FCmp, pred, LH in FCmpInst() 1179 ICmpInst( Instruction *InsertBefore, Predicate pred, Value *LHS, Value *RHS, const Twine &NameStr = � ) ICmpInst() argument 1194 ICmpInst( BasicBlock &InsertAtEnd, Predicate pred, Value *LHS, Value *RHS, const Twine &NameStr = � ) ICmpInst() argument 1209 ICmpInst( Predicate pred, Value *LHS, Value *RHS, const Twine &NameStr = � ) ICmpInst() argument 1319 FCmpInst( Instruction *InsertBefore, Predicate pred, Value *LHS, Value *RHS, const Twine &NameStr = � ) FCmpInst() argument 1332 FCmpInst( BasicBlock &InsertAtEnd, Predicate pred, Value *LHS, Value *RHS, const Twine &NameStr = � ) FCmpInst() argument [all...] |
H A D | Constants.h | 1138 static Constant *getCompare(unsigned short pred, Constant *C1, Constant *C2, 1144 static Constant *getICmp(unsigned short pred, Constant *LHS, Constant *RHS, 1146 static Constant *getFCmp(unsigned short pred, Constant *LHS, Constant *RHS,
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | minstate.h | 247 .pred.rel "mutex", pKStk, pUStk
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | minstate.h | 247 .pred.rel "mutex", pKStk, pUStk
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | isp2400_input_system_local.h | 498 mipi_predictor_t pred[N_MIPI_FORMAT_CUSTOM]; member
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | isp2400_input_system_local.h | 342 mipi_predictor_t pred[N_MIPI_FORMAT_CUSTOM]; member
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_regs_to_ssa.c | 56 block = phi_src->pred; in rewrite_src()
|
H A D | nir_opt_dead_cf.c | 100 if (phi_src->pred != last_block) in opt_constant_if()
|
H A D | nir_divergence_analysis.c | 893 if (src->pred == preheader) in visit_loop_header_phi() 995 if (src->pred == loop_preheader) { in visit_loop()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_if_conversion.cpp | 74 if (a->pred || !a->src[0]->is_const() || !a->src[1]->is_const()) in convert_kill_instructions()
|
H A D | sb_peephole.cpp | 118 if ((cc != AF_CC_E && cc != AF_CC_NE) || a->pred) in optimize_cc_op2()
|
H A D | sb_shader.cpp | 489 c->pred = n->pred; in clone()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Constants.cpp | 2133 Constant *ConstantExpr::getICmp(unsigned short pred, Constant *LHS, in getICmp() argument 2136 assert(CmpInst::isIntPredicate((CmpInst::Predicate)pred) && in getICmp() 2139 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getICmp() 2148 const ConstantExprKeyType Key(Instruction::ICmp, ArgVec, pred); in getICmp() 2158 Constant *ConstantExpr::getFCmp(unsigned short pred, Constant *LHS, in getFCmp() argument 2161 assert(CmpInst::isFPPredicate((CmpInst::Predicate)pred) && in getFCmp() 2164 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getFCmp() 2173 const ConstantExprKeyType Key(Instruction::FCmp, ArgVec, pred); in getFCmp()
|
H A D | ConstantsContext.h | 272 unsigned short pred, Constant* LHS, Constant* RHS) in CompareConstantExpr() 273 : ConstantExpr(ty, opc, &Op<0>(), 2), predicate(pred) { in CompareConstantExpr() 271 CompareConstantExpr(Type *ty, Instruction::OtherOps opc, unsigned short pred, Constant* LHS, Constant* RHS) CompareConstantExpr() argument
|
/kernel/linux/linux-6.6/drivers/staging/media/rkvdec/ |
H A D | rkvdec-vp9.c | 74 u8 pred[3]; member 336 memcpy(rkprobs->pred, seg->pred_probs, sizeof(rkprobs->pred)); in init_probs()
|
/third_party/elfutils/libcpu/ |
H A D | riscv_disasm.c | 591 uint32_t pred = (word >> 20) & 0xf; in riscv_disasm() local 593 if (pred != 0xf || succ != 0xf) in riscv_disasm() 596 op[1] = (char *) order[pred]; in riscv_disasm()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_cfg.c | 959 struct vtn_block *pred = vtn_block(b, w[i + 1]); in vtn_handle_phi_second_pass() local 963 if (!pred->end_nop) in vtn_handle_phi_second_pass() 966 b->nb.cursor = nir_after_instr(&pred->end_nop->instr); in vtn_handle_phi_second_pass()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | nir.c | 558 ppir_node *pred = dep->pred; in ppir_emit_tex() local 560 ppir_node_add_dep(&load->node, pred, ppir_dep_src); in ppir_emit_tex()
|
/third_party/gn/src/base/containers/ |
H A D | circular_deque.h | 1103 void EraseIf(circular_deque<T>& container, Predicate pred) { in EraseIf() argument 1104 container.erase(std::remove_if(container.begin(), container.end(), pred), in EraseIf()
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_dump.c | 439 const char *str = cmp->pred < DXIL_CMP_INSTR_COUNT ? in dump_instr_cmp() 440 pred_strings[cmp->pred] : "INVALID"; in dump_instr_cmp()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_outline_function.cpp | 182 for (auto pred : ir_context->cfg()->preds(block.id())) { in IsApplicable() 183 if (!ir_context->IsReachable(*ir_context->cfg()->block(pred))) { in IsApplicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_outline_function.cpp | 182 for (auto pred : ir_context->cfg()->preds(block.id())) { in IsApplicable() 183 if (!ir_context->IsReachable(*ir_context->cfg()->block(pred))) { in IsApplicable()
|