Home
last modified time | relevance | path

Searched refs:pred (Results 351 - 375 of 498) sorted by relevance

1...<<11121314151617181920

/third_party/ffmpeg/libavcodec/
H A Dh264_cabac.c2080 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 Daacenc.h52 int pred; member
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3.h679 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 DInstructions.h1181 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 DConstants.h1138 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 Dminstate.h247 .pred.rel "mutex", pKStk, pUStk
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dminstate.h247 .pred.rel "mutex", pKStk, pUStk
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Disp2400_input_system_local.h498 mipi_predictor_t pred[N_MIPI_FORMAT_CUSTOM]; member
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Disp2400_input_system_local.h342 mipi_predictor_t pred[N_MIPI_FORMAT_CUSTOM]; member
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_regs_to_ssa.c56 block = phi_src->pred; in rewrite_src()
H A Dnir_opt_dead_cf.c100 if (phi_src->pred != last_block) in opt_constant_if()
H A Dnir_divergence_analysis.c893 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 Dsb_if_conversion.cpp74 if (a->pred || !a->src[0]->is_const() || !a->src[1]->is_const()) in convert_kill_instructions()
H A Dsb_peephole.cpp118 if ((cc != AF_CC_E && cc != AF_CC_NE) || a->pred) in optimize_cc_op2()
H A Dsb_shader.cpp489 c->pred = n->pred; in clone()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstants.cpp2133 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 DConstantsContext.h272 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 Drkvdec-vp9.c74 u8 pred[3]; member
336 memcpy(rkprobs->pred, seg->pred_probs, sizeof(rkprobs->pred)); in init_probs()
/third_party/elfutils/libcpu/
H A Driscv_disasm.c591 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 Dvtn_cfg.c959 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 Dnir.c558 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 Dcircular_deque.h1103 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 Ddxil_dump.c439 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 Dtransformation_outline_function.cpp182 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 Dtransformation_outline_function.cpp182 for (auto pred : ir_context->cfg()->preds(block.id())) { in IsApplicable()
183 if (!ir_context->IsReachable(*ir_context->cfg()->block(pred))) { in IsApplicable()

Completed in 45 milliseconds

1...<<11121314151617181920