Home
last modified time | relevance | path

Searched defs:bb (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/third_party/typescript/tests/cases/conformance/controlFlow/
DcontrolFlowAssignmentPatternOrder.ts10 const bb: 0 = b; constant
16 const bb: 9 = b; constant
22 const bb: 0 | 8 = b; constant
28 const bb: 0 | 8 = b; constant
35 const bb: 0 = b; constant
41 const bb: 9 = b; constant
47 const bb: 0 | 8 = b; constant
53 const bb: 0 | 8 = b; constant
60 const bb: 0 = b; constant
66 const bb: 9 = b; constant
[all …]
DcontrolFlowBindingPatternOrder.ts8 const bb: 0 = b; constant
13 const bb: 9 = b; constant
18 const bb: 0 | 8 = b; constant
23 const bb: 0 | 8 = b; constant
/third_party/mesa3d/src/gallium/frontends/hgl/
Dbitmap_wrapper.cpp46 BBitmap *bb = new BBitmap(BRect(0, 0, width, height), colorSpace); in create_bitmap() local
56 BBitmap *bb = (BBitmap*)bitmap; in get_bitmap_size() local
69 BBitmap *bb = (BBitmap*)bitmap; in get_bitmap_color_space() local
79 BBitmap *bb = (BBitmap*)bitmap; in copy_bitmap_bits() local
91 BBitmap *bb = (BBitmap*)bitmap; in import_bitmap_bits() local
102 BBitmap *bb = (BBitmap*)bitmap; in delete_bitmap() local
110 BBitmap *bb = (BBitmap*)bitmap; in get_bitmap_bytes_per_row() local
120 BBitmap *bb = (BBitmap*)bitmap; in get_bitmap_bits_length() local
130 BBitmap *bb = (BBitmap*)bitmap; in dump_bitmap() local
/third_party/ltp/tools/sparse/sparse-src/
Dflow.c70 static int remove_other_phisources(struct basic_block *bb, struct multijmp_list *list, struct basic… in remove_other_phisources()
90 static int rewrite_branch(struct basic_block *bb, in rewrite_branch()
170 static bool bb_is_forwarder(struct basic_block *bb) in bb_is_forwarder()
196 struct basic_block *bb; in phi_check() local
224 static int try_to_simplify_bb(struct basic_block *bb, struct instruction *first, struct instruction… in try_to_simplify_bb()
271 static int bb_has_side_effects(struct basic_block *bb) in bb_has_side_effects()
304 static int simplify_phi_branch(struct basic_block *bb, struct instruction *br) in simplify_phi_branch()
319 static int simplify_branch_branch(struct basic_block *bb, struct instruction *br, in simplify_branch_branch()
356 static int simplify_one_branch(struct basic_block *bb, struct instruction *br) in simplify_one_branch()
367 struct basic_block *bb; in simplify_branch_nodes() local
[all …]
Dliveness.c31 static void asm_liveness(struct basic_block *bb, struct instruction *insn, in asm_liveness()
49 static void track_instruction_usage(struct basic_block *bb, struct instruction *insn, in track_instruction_usage()
156 static void insn_uses(struct basic_block *bb, pseudo_t pseudo) in insn_uses()
165 static void insn_defines(struct basic_block *bb, pseudo_t pseudo) in insn_defines()
171 static void track_bb_liveness(struct basic_block *bb) in track_bb_liveness()
191 struct basic_block *bb; in clear_liveness() local
205 struct basic_block *bb; in track_pseudo_liveness() local
263 static void track_bb_phi_uses(struct basic_block *bb) in track_bb_phi_uses()
275 static void death_def(struct basic_block *bb, pseudo_t pseudo) in death_def()
279 static void death_use(struct basic_block *bb, pseudo_t pseudo) in death_use()
[all …]
Dstorage.c24 static inline unsigned int storage_hash(struct basic_block *bb, pseudo_t pseudo, enum inout_enum in… in storage_hash()
45 struct storage_hash_list *gather_storage(struct basic_block *bb, enum inout_enum inout) in gather_storage()
88 struct storage *lookup_storage(struct basic_block *bb, pseudo_t pseudo, enum inout_enum inout) in lookup_storage()
100 void add_storage(struct storage *storage, struct basic_block *bb, pseudo_t pseudo, enum inout_enum … in add_storage()
118 struct storage *bb = b->storage; in storage_hash_cmp() local
215 static void set_up_bb_storage(struct basic_block *bb) in set_up_bb_storage()
248 static void set_up_argument_storage(struct entrypoint *ep, struct basic_block *bb) in set_up_argument_storage()
266 struct basic_block *bb; in set_up_storage() local
Dflowgraph.c23 static void label_postorder(struct basic_block *bb, struct cfg_info *info) in label_postorder()
41 struct basic_block *bb; in reverse_bbs() local
49 struct basic_block *bb; in debug_postorder() local
107 struct basic_block *bb = ep->entry->bb; in debug_domtree() local
121 struct basic_block *bb; in domtree_build() local
Dssa.c95 static void rewrite_local_var(struct basic_block *bb, pseudo_t addr, int nbr_stores, int nbr_uses) in rewrite_local_var()
136 struct basic_block *bb; in ssa_convert_one_var() local
164 struct basic_block *bb = insn->bb; in ssa_convert_one_var() local
213 static struct instruction *lookup_var(struct basic_block *bb, struct symbol *var) in lookup_var()
244 static void ssa_rename_insn(struct basic_block *bb, struct instruction *insn) in ssa_rename_insn()
292 struct basic_block *bb; in ssa_rename_insns() local
374 struct basic_block *bb; in ssa_convert() local
Dsparse.c43 static int context_increase(struct basic_block *bb, int entry) in context_increase()
70 static int imbalance(struct entrypoint *ep, struct basic_block *bb, int entry, int exit, const char… in imbalance()
81 static int check_children(struct entrypoint *ep, struct basic_block *bb, int entry, int exit) in check_children()
99 static int check_bb_context(struct entrypoint *ep, struct basic_block *bb, int entry, int exit) in check_bb_context()
224 static void check_bb_instructions(struct basic_block *bb) in check_bb_instructions()
236 struct basic_block *bb; in check_instructions() local
Ddominate.c41 static void bank_put(struct piggy *bank, struct basic_block *bb) in bank_put()
57 struct basic_block *bb = pop_bb(&bank->lists[level]); in bank_get() local
103 struct basic_block *bb; in idf_compute() local
131 struct basic_block *bb; in idf_dump() local
Dmemops.c57 struct basic_block *bb, struct pseudo_list **dominators, in find_dominating_parents()
132 static void simplify_loads(struct basic_block *bb) in simplify_loads()
224 static void kill_dominated_stores(struct basic_block *bb) in kill_dominated_stores()
274 struct basic_block *bb; in simplify_memops() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_bb.cpp97 BasicBlock *bb = new BasicBlock(pol.context()); in clone() local
299 BasicBlock::splitCommon(Instruction *insn, BasicBlock *bb, bool attach) in splitCommon()
332 BasicBlock *bb = new BasicBlock(func); in splitBefore() local
345 BasicBlock *bb = new BasicBlock(func); in splitAfter() local
399 Function::setEntry(BasicBlock *bb) in setEntry()
408 Function::setExit(BasicBlock *bb) in setExit()
422 BasicBlock *bb = in orderInstructions() local
484 BasicBlock *bb; in doRun() local
521 BasicBlock *bb = BasicBlock::get( in printCFGraph() local
/third_party/toybox/lib/
Ddeflate.c42 struct bitbuf *bb = xzalloc(sizeof(struct bitbuf)+size); in bitbuf_init() local
53 int bitbuf_skip(struct bitbuf *bb, int bits) in bitbuf_skip()
70 static inline int bitbuf_bit(struct bitbuf *bb) in bitbuf_bit()
83 unsigned bitbuf_get(struct bitbuf *bb, int bits) in bitbuf_get()
109 void bitbuf_flush(struct bitbuf *bb) in bitbuf_flush()
118 void bitbuf_put(struct bitbuf *bb, int data, int len) in bitbuf_put()
185 static unsigned huff_and_puff(struct bitbuf *bb, struct huff *huff) in huff_and_puff()
202 static void inflate(struct deflate *dd, struct bitbuf *bb) in inflate()
324 static void deflate(struct deflate *dd, struct bitbuf *bb) in deflate()
405 static int is_gzip(struct bitbuf *bb) in is_gzip()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.cpp94 BasicBlock* bb) { in CreatePhiCandidate()
107 BasicBlock* bb = pass_->context()->get_instr_block(user_id); in ReplacePhiUsersWith() local
246 uint32_t SSARewriter::GetValueAtBlock(uint32_t var_id, BasicBlock* bb) { in GetValueAtBlock()
259 uint32_t SSARewriter::GetReachingDef(uint32_t var_id, BasicBlock* bb) { in GetReachingDef()
295 void SSARewriter::SealBlock(BasicBlock* bb) { in SealBlock()
302 void SSARewriter::ProcessStore(Instruction* inst, BasicBlock* bb) { in ProcessStore()
329 bool SSARewriter::ProcessLoad(Instruction* inst, BasicBlock* bb) { in ProcessLoad()
438 bool SSARewriter::GenerateSSAReplacements(BasicBlock* bb) { in GenerateSSAReplacements()
674 auto* bb = pass_->context()->get_instr_block(decl); in AddDebugValuesForInvisibleDebugDecls() local
721 fp->entry().get(), [this](BasicBlock* bb) { in RewriteFunctionIntoSSA()
Dregister_pressure.cpp35 ExcludePhiDefinedInBlock(IRContext* context, const BasicBlock* bb) in ExcludePhiDefinedInBlock()
85 cfg_.ForEachBlockInPostOrder(&start_bb, [this](BasicBlock* bb) { in Compute()
98 void ComputePhiUses(const BasicBlock& bb, in ComputePhiUses()
120 void ComputePartialLiveness(BasicBlock* bb) { in ComputePartialLiveness()
192 BasicBlock* bb = cfg_.block(bb_id); in DoLoopLivenessUnification() local
320 BasicBlock* bb = context_->cfg()->block(bb_id); in ComputeLoopRegisterPressure() local
387 BasicBlock* bb = insn->context()->get_instr_block(insn); in SimulateFusion() local
394 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local
425 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local
517 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFission() local
Dcode_sink.cpp32 [&modified, this](BasicBlock* bb) { in Process()
41 bool CodeSinkingPass::SinkInstructionsInBB(BasicBlock* bb) { in SinkInstructionsInBB()
77 BasicBlock* bb = original_bb; in FindNewBasicBlockFor() local
299 BasicBlock* bb = context()->get_instr_block(worklist.back()); in IntersectsPath() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dssa_rewrite_pass.cpp94 BasicBlock* bb) { in CreatePhiCandidate()
107 BasicBlock* bb = pass_->context()->get_instr_block(user_id); in ReplacePhiUsersWith() local
246 uint32_t SSARewriter::GetValueAtBlock(uint32_t var_id, BasicBlock* bb) { in GetValueAtBlock()
259 uint32_t SSARewriter::GetReachingDef(uint32_t var_id, BasicBlock* bb) { in GetReachingDef()
295 void SSARewriter::SealBlock(BasicBlock* bb) { in SealBlock()
302 void SSARewriter::ProcessStore(Instruction* inst, BasicBlock* bb) { in ProcessStore()
329 bool SSARewriter::ProcessLoad(Instruction* inst, BasicBlock* bb) { in ProcessLoad()
438 bool SSARewriter::GenerateSSAReplacements(BasicBlock* bb) { in GenerateSSAReplacements()
674 auto* bb = pass_->context()->get_instr_block(decl); in AddDebugValuesForInvisibleDebugDecls() local
721 fp->entry().get(), [this](BasicBlock* bb) { in RewriteFunctionIntoSSA()
Dregister_pressure.cpp35 ExcludePhiDefinedInBlock(IRContext* context, const BasicBlock* bb) in ExcludePhiDefinedInBlock()
85 cfg_.ForEachBlockInPostOrder(&start_bb, [this](BasicBlock* bb) { in Compute()
98 void ComputePhiUses(const BasicBlock& bb, in ComputePhiUses()
120 void ComputePartialLiveness(BasicBlock* bb) { in ComputePartialLiveness()
192 BasicBlock* bb = cfg_.block(bb_id); in DoLoopLivenessUnification() local
320 BasicBlock* bb = context_->cfg()->block(bb_id); in ComputeLoopRegisterPressure() local
387 BasicBlock* bb = insn->context()->get_instr_block(insn); in SimulateFusion() local
394 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local
425 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local
517 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFission() local
/third_party/spirv-tools/source/opt/
Dssa_rewrite_pass.cpp93 BasicBlock* bb) { in CreatePhiCandidate()
106 BasicBlock* bb = pass_->context()->get_instr_block(user_id); in ReplacePhiUsersWith() local
245 uint32_t SSARewriter::GetValueAtBlock(uint32_t var_id, BasicBlock* bb) { in GetValueAtBlock()
258 uint32_t SSARewriter::GetReachingDef(uint32_t var_id, BasicBlock* bb) { in GetReachingDef()
294 void SSARewriter::SealBlock(BasicBlock* bb) { in SealBlock()
301 void SSARewriter::ProcessStore(Instruction* inst, BasicBlock* bb) { in ProcessStore()
328 bool SSARewriter::ProcessLoad(Instruction* inst, BasicBlock* bb) { in ProcessLoad()
437 bool SSARewriter::GenerateSSAReplacements(BasicBlock* bb) { in GenerateSSAReplacements()
664 fp->entry().get(), [this](BasicBlock* bb) { in RewriteFunctionIntoSSA()
Dregister_pressure.cpp35 ExcludePhiDefinedInBlock(IRContext* context, const BasicBlock* bb) in ExcludePhiDefinedInBlock()
85 cfg_.ForEachBlockInPostOrder(&start_bb, [this](BasicBlock* bb) { in Compute()
98 void ComputePhiUses(const BasicBlock& bb, in ComputePhiUses()
120 void ComputePartialLiveness(BasicBlock* bb) { in ComputePartialLiveness()
192 BasicBlock* bb = cfg_.block(bb_id); in DoLoopLivenessUnification() local
320 BasicBlock* bb = context_->cfg()->block(bb_id); in ComputeLoopRegisterPressure() local
387 BasicBlock* bb = insn->context()->get_instr_block(insn); in SimulateFusion() local
394 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local
425 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFusion() local
517 BasicBlock* bb = context_->cfg()->block(bb_id); in SimulateFission() local
/third_party/node/deps/npm/lib/install/
Ddiff-trees.js58 function sriMatch (aa, bb) { argument
71 function pkgAreEquiv (aa, bb) { argument
107 function pushAll (aa, bb) { argument
108 Array.prototype.push.apply(aa, bb) argument
152 function sortByLocation (aa, bb) { argument
155 function sortModuleByLocation (aa, bb) { argument
/third_party/typescript/tests/baselines/reference/
DtemplateLiteralTypesPatterns.js175 var bb: `${number}`; variable
176 var bb: `${number}` | '0'; variable
333 var bb; variable
334 var bb; variable
DtypesVersions.ambientModules.js34 const bb: "ts3.1 b" = b; constant
43 const bb = other_1.b; constant
/third_party/selinux/libsepol/src/
Dkernel_to_common.c258 char *const *bb = b; in strs_cmp() local
460 struct ocontext *const *bb = b; in fsuse_data_cmp() local
476 struct ocontext *const *bb = b; in portcon_data_cmp() local
495 struct ocontext *const *bb = b; in netif_data_cmp() local
503 struct ocontext *const *bb = b; in node_data_cmp() local
519 struct ocontext *const *bb = b; in node6_data_cmp() local
536 struct ocontext *const *bb = b; in ibpkey_data_cmp() local
550 struct ocontext *const *bb = b; in ibendport_data_cmp() local
562 struct ocontext *const *bb = b; in pirq_data_cmp() local
576 struct ocontext *const *bb = b; in ioport_data_cmp() local
[all …]
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrSegment.java61 BitBuffer bb = new BitBuffer(); in makeBytes() local
80 BitBuffer bb = new BitBuffer(); in makeNumeric() local
104 BitBuffer bb = new BitBuffer(); in makeAlphanumeric() local
148 BitBuffer bb = new BitBuffer(); in makeEci() local

12345678910>>...16