Home
last modified time | relevance | path

Searched refs:pred (Results 201 - 225 of 404) sorted by relevance

12345678910>>...17

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp481 Value *pred = mul->getPredicate(); in handleMUL() local
483 if (pred) in handleMUL()
500 if (pred) in handleMUL()
501 def->getInsn()->setPredicate(cc, pred); in handleMUL()
918 Value *pred = bld.getScratch(1, FILE_FLAGS); in handleTXB() local
920 bld.mkQuadop(qop, pred, l, bias, bias)->flagsDef = 0; in handleTXB()
921 bld.mkMov(bit, imm)->setPredicate(CC_EQ, pred); in handleTXB()
974 Value *pred = bld.getScratch(1, FILE_FLAGS); in handleTXL() local
976 bld.mkQuadop(qop, pred, l, lod, lod)->flagsDef = 0; in handleTXL()
977 bld.mkFlow(OP_BRA, texiBB, CC_EQ, pred) in handleTXL()
1183 Value *pred = bld.getScratch(1, FILE_FLAGS); handleSLCT() local
2165 Value *pred = insn->getPredicate(); checkPredicate() local
[all...]
H A Dnv50_ir_peephole.cpp2531 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...]
/third_party/typescript/tests/baselines/reference/
H A DmoduleAugmentationExtendFileModule1.js19 filter(pred: (e:T) => boolean): Observable<T>;
H A DmoduleAugmentationNoNewNames.js20 filter(pred: (e:T) => boolean): Observable<T>;
H A DmoduleAugmentationDisallowedExtensions.js36 filter(pred: (e:T) => boolean): Observable<T>;
H A DmoduleAugmentationExtendAmbientModule2.js20 filter(pred: (e:T) => boolean): Observable<T>;
H A DmoduleAugmentationExtendFileModule2.js19 filter(pred: (e:T) => boolean): Observable<T>;
/third_party/ffmpeg/libavcodec/
H A Dalac.c179 uint32_t *pred = buffer_out; in lpc_prediction() local
213 int d = *pred++; in lpc_prediction()
217 val += (pred[j] - d) * lpc_coefs[j]; in lpc_prediction()
227 val = d - pred[j]; in lpc_prediction()
H A Dratecontrol.h67 Predictor pred[5]; member
/third_party/ffmpeg/libavfilter/
H A Dmotion_estimation.c372 repeated can be skipped, if no predictors are used, set me_ctx->pred to (0,0)
385 AVMotionEstPredictor *pred = &me_ctx->preds[0]; in ff_me_search_umh() local
391 for (i = 0; i < pred->nb; i++) in ff_me_search_umh()
392 COST_P_MV(x_mb + pred->mvs[i][0], y_mb + pred->mvs[i][1]); in ff_me_search_umh()
/third_party/mesa3d/src/amd/compiler/
H A Daco_optimizer_postRA.cpp78 [=](unsigned pred) in reset_block()
79 { return instr_idx_by_regs[pred][i] == instr_idx_by_regs[first_linear_pred][i]; }); in reset_block()
97 [=](unsigned pred) { in reset_block()
98 return instr_idx_by_regs[pred][i] == instr_idx_by_regs[first_logical_pred][i]; in reset_block()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dregalloc.c581 gpir_node *pred = dep->pred; in regalloc_print_result() local
582 printf(" %d/%d", pred->index, pred->value_reg); in regalloc_print_result()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dssa_rewrite_pass.cpp173 for (uint32_t pred : pass_->cfg()->preds(phi_candidate->bb()->id())) { in AddPhiOperands()
174 BasicBlock* pred_bb = pass_->cfg()->block(pred); in AddPhiOperands()
613 for (uint32_t pred : pass_->cfg()->preds(phi_candidate->bb()->id())) { in FinalizePhiCandidate()
614 BasicBlock* pred_bb = pass_->cfg()->block(pred); in FinalizePhiCandidate()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dssa_rewrite_pass.cpp173 for (uint32_t pred : pass_->cfg()->preds(phi_candidate->bb()->id())) { in AddPhiOperands()
174 BasicBlock* pred_bb = pass_->cfg()->block(pred); in AddPhiOperands()
613 for (uint32_t pred : pass_->cfg()->preds(phi_candidate->bb()->id())) { in FinalizePhiCandidate()
614 BasicBlock* pred_bb = pass_->cfg()->block(pred); in FinalizePhiCandidate()
/third_party/glslang/SPIRV/
H A DspvIR.h204 void addPredecessor(Block* pred) { predecessors.push_back(pred); pred->successors.push_back(this);} in addPredecessor() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_bit_size.c213 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 Dnir_control_flow.h176 void nir_insert_phi_undef(nir_block *block, nir_block *pred);
H A Dnir_opt_phi_precision.c243 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp169 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 Dcfa.h240 [&idoms, undefined_dom](BB* pred) { in CalculateDominators()
241 return idoms.count(pred) && in CalculateDominators()
242 idoms[pred].dominator != undefined_dom; in CalculateDominators()
/third_party/node/deps/v8/src/codegen/
H A Dhandler-table.h73 void SetRangeHandler(int index, int offset, CatchPrediction pred);
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_controlflow.h77 IfInstr(AluInstr *pred);
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_liveness.cpp312 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 Dir2_private.h92 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 DSwitchLoweringUtils.h149 CaseBlock(CmpInst::Predicate pred, bool nocmp, const Value *cmplhs, in CaseBlock()
155 : PredInfo({pred, nocmp}), CmpLHS(cmplhs), CmpMHS(cmpmiddle), in CaseBlock()

Completed in 27 milliseconds

12345678910>>...17