/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_nv50.cpp | 481 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 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...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | moduleAugmentationExtendFileModule1.js | 19 filter(pred: (e:T) => boolean): Observable<T>;
|
H A D | moduleAugmentationNoNewNames.js | 20 filter(pred: (e:T) => boolean): Observable<T>;
|
H A D | moduleAugmentationDisallowedExtensions.js | 36 filter(pred: (e:T) => boolean): Observable<T>;
|
H A D | moduleAugmentationExtendAmbientModule2.js | 20 filter(pred: (e:T) => boolean): Observable<T>;
|
H A D | moduleAugmentationExtendFileModule2.js | 19 filter(pred: (e:T) => boolean): Observable<T>;
|
/third_party/ffmpeg/libavcodec/ |
H A D | alac.c | 179 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 D | ratecontrol.h | 67 Predictor pred[5]; member
|
/third_party/ffmpeg/libavfilter/ |
H A D | motion_estimation.c | 372 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 D | aco_optimizer_postRA.cpp | 78 [=](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 D | regalloc.c | 581 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 D | ssa_rewrite_pass.cpp | 173 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 D | ssa_rewrite_pass.cpp | 173 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 D | spvIR.h | 204 void addPredecessor(Block* pred) { predecessors.push_back(pred); pred->successors.push_back(this);} in addPredecessor() argument
|
/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_control_flow.h | 176 void nir_insert_phi_undef(nir_block *block, nir_block *pred);
|
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()
|
/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/node/deps/v8/src/codegen/ |
H A D | handler-table.h | 73 void SetRangeHandler(int index, int offset, CatchPrediction pred);
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_controlflow.h | 77 IfInstr(AluInstr *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()
|