/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangle.h | 31 size_t Used = 0; member 42 NewHead->Used = 0; in addNode() 61 uint8_t *P = Head->Buf + Head->Used; in allocUnalignedBuffer() 63 Head->Used += Size; in allocUnalignedBuffer() 64 if (Head->Used <= Head->Capacity) in allocUnalignedBuffer() 68 Head->Used = Size; in allocUnalignedBuffer() 76 size_t P = (size_t)Head->Buf + Head->Used; in allocArray() 82 Head->Used += Size + Adjustment; in allocArray() 83 if (Head->Used <= Head->Capacity) in allocArray() 87 Head->Used in allocArray() [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_pair_dead_sources.c | 35 if (sub->Src[RC_PAIR_PRESUB_SRC].Used) { in mark_used_presub() 40 sub->Src[i].Used = 1; in mark_used_presub() 54 inst->U.P.RGB.Src[sub->Arg[i].Source].Used = 1; in mark_used() 58 inst->U.P.Alpha.Src[sub->Arg[i].Source].Used = 1; in mark_used() 79 inst->U.P.RGB.Src[i].Used = 0; in rc_pair_remove_dead_sources() 80 inst->U.P.Alpha.Src[i].Used = 0; in rc_pair_remove_dead_sources()
|
H A D | radeon_program_pair.c | 53 if (rgb && pair->RGB.Src[RC_PAIR_PRESUB_SRC].Used in rc_pair_alloc_source() 58 if (alpha && pair->Alpha.Src[RC_PAIR_PRESUB_SRC].Used in rc_pair_alloc_source() 67 if (pair->RGB.Src[i].Used) { in rc_pair_alloc_source() 77 if (pair->Alpha.Src[i].Used) { in rc_pair_alloc_source() 102 pair->RGB.Src[candidate].Used = 1; in rc_pair_alloc_source() 110 pair->RGB.Src[i].Used = 1; in rc_pair_alloc_source() 115 pair->Alpha.Src[candidate].Used = 1; in rc_pair_alloc_source() 123 pair->Alpha.Src[i].Used = 1; in rc_pair_alloc_source()
|
H A D | radeon_program.c | 75 unsigned char * Used; member 94 d->Used[index] |= mask; in get_used_temporaries_cb() 111 d.Used = used; in rc_get_used_temporaries()
|
H A D | radeon_pair_regalloc.c | 55 unsigned int Used:1; member 167 if (!src || !src->Used) { in print_live_intervals() 185 if (!a->Used || !b->Used) { in overlap_live_intervals() 222 s->Input[index].Used = 1; in scan_read_callback() 229 reg->Live[i].Used = 1; in scan_read_callback() 562 if (s->Input[i].Live[chan].Used) { in do_advanced_regalloc()
|
H A D | radeon_variable.c | 102 .Used = 1; in rc_variable_change_dst() 110 .Used = 1; in rc_variable_change_dst() 196 if (!var->Live[chan].Used in rc_variable_compute_live_intervals() 201 if (!var->Live[chan].Used in rc_variable_compute_live_intervals() 205 var->Live[chan].Used = 1; in rc_variable_compute_live_intervals()
|
H A D | radeon_pair_schedule.c | 86 * Used to keep track of which instructions read a value. 94 * Used to keep track which values are stored in each component of a 341 sinst->Score += sinst->Instruction->U.P.RGB.Src[src_idx].Used + in calc_score_r300() 342 sinst->Instruction->U.P.Alpha.Src[src_idx].Used; in calc_score_r300() 527 if (dst_sub->Src[RC_PAIR_PRESUB_SRC].Used) in merge_presub_sources() 552 if (!temp.Used) in merge_presub_sources() 608 if (alpha->RGB.Src[RC_PAIR_PRESUB_SRC].Used) { in destructive_merge_instructions() 614 if (alpha->Alpha.Src[RC_PAIR_PRESUB_SRC].Used) { in destructive_merge_instructions() 725 if (emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Used) { in presub_nop() 740 if (!emitted->U.P.Alpha.Src[RC_PAIR_PRESUB_SRC].Used) in presub_nop() [all...] |
H A D | radeon_program_print.c | 352 if (inst->RGB.Src[src].Used) { in rc_print_pair_instruction() 359 if (inst->Alpha.Src[src].Used) { in rc_print_pair_instruction() 367 if(inst->RGB.Src[RC_PAIR_PRESUB_SRC].Used) { in rc_print_pair_instruction() 372 if(inst->Alpha.Src[RC_PAIR_PRESUB_SRC].Used) { in rc_print_pair_instruction()
|
H A D | radeon_variable.h | 41 int Used; member
|
H A D | radeon_program_pair.h | 59 unsigned int Used:1; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
H A D | PassAnalysisSupport.h | 54 SmallVector<AnalysisID, 0> Used; member in llvm::AnalysisUsage 98 Used.push_back(ID); in addUsedIfAvailableID() 102 Used.push_back(&ID); in addUsedIfAvailableID() 108 Used.push_back(&PassClass::ID); in addUsedIfAvailable() 139 const VectorType &getUsedSet() const { return Used; } in getUsedSet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
H A D | ExecuteStage.cpp | 54 SmallVector<std::pair<ResourceRef, ResourceCycles>, 4> Used; in issueInstruction() local 58 HWS.issueInstruction(IR, Used, Pending, Ready); in issueInstruction() 64 notifyInstructionIssued(IR, Used); in issueInstruction() 254 MutableArrayRef<std::pair<ResourceRef, ResourceCycles>> Used) const { in notifyInstructionIssued() 257 for (const std::pair<ResourceRef, ResourceCycles> &Resource : Used) { in notifyInstructionIssued() 259 dbgs() << "[E] Resource Used: [" << Resource.first.first << '.' in notifyInstructionIssued() 266 for (std::pair<ResourceRef, ResourceCycles> &Use : Used) in notifyInstructionIssued() 269 notifyEvent<HWInstructionEvent>(HWInstructionIssuedEvent(IR, Used)); in notifyInstructionIssued()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionImportUtils.h | 44 SmallPtrSet<GlobalValue *, 8> Used; member in llvm::FunctionImportGlobalProcessing 56 /// Only used in assertion checking, and disabled under NDEBUG since the Used 101 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ false); in FunctionImportGlobalProcessing() 103 collectUsedGlobalVariables(M, Used, /*CompilerUsed*/ true); in FunctionImportGlobalProcessing()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | RecordStreamer.cpp | 26 case Used: in markDefined() 47 case Used: in markGlobal() 67 case Used: in markUsed() 68 S = Used; in markUsed() 182 case RecordStreamer::Used: in flushSymverDirectives()
|
H A D | IRSymtab.cpp | 111 const SmallPtrSet<GlobalValue *, 8> &Used, 122 SmallPtrSet<GlobalValue *, 8> Used; in addModule() 123 collectUsedGlobalVariables(*M, Used, /*CompilerUsed*/ false); in addModule() 160 if (Error Err = addSymbol(Msymtab, Used, Msym)) in addModule() 196 const SmallPtrSet<GlobalValue *, 8> &Used, in addSymbol() 256 if (Used.count(GV) || IsBuiltinFunc) in addSymbol() 195 addSymbol(const ModuleSymbolTable &Msymtab, const SmallPtrSet<GlobalValue *, 8> &Used, ModuleSymbolTable::Symbol Msym) addSymbol() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Internalize.cpp | 154 SmallPtrSet<GlobalValue *, 8> Used; in internalizeModule() local 155 collectUsedGlobalVariables(M, Used, false); in internalizeModule() 177 for (GlobalValue *V : Used) { in internalizeModule()
|
H A D | GlobalOpt.cpp | 2650 SmallPtrSet<GlobalValue *, 8> Used; 2657 UsedV = collectUsedGlobalVariables(M, Used, false); 2664 iterator usedBegin() { return Used.begin(); } 2665 iterator usedEnd() { return Used.end(); } 2678 bool usedCount(GlobalValue *GV) const { return Used.count(GV); } 2684 bool usedErase(GlobalValue *GV) { return Used.erase(GV); } 2686 bool usedInsert(GlobalValue *GV) { return Used.insert(GV).second; } 2694 setUsedInitializer(*UsedV, Used); 2772 LLVMUsed Used(M); 2774 for (GlobalValue *GV : Used [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | performance_query.c | 57 * toggle Active/Used to false because we're tearing down the GL context in free_performance_query() 61 m->Used = false; in free_performance_query() 547 if (obj->Used && !obj->Ready) { in _mesa_DeletePerfQueryINTEL() 594 if (obj->Used && !obj->Ready) { in _mesa_BeginPerfQueryINTEL() 600 obj->Used = true; in _mesa_BeginPerfQueryINTEL() 675 if (!obj->Used) { in _mesa_GetPerfQueryDataINTEL()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | TargetCallingConv.h | 161 bool Used = false; member 176 : Flags(flags), Used(used), OrigArgIndex(origIdx), PartOffset(partOffs) { in InputArg()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 388 std::vector<GlobalValue *> Used; in preserveDiscardableGVs() local 400 Used.push_back(&GV); in preserveDiscardableGVs() 409 if (Used.empty()) in preserveDiscardableGVs() 412 appendToCompilerUsed(TheModule, Used); in preserveDiscardableGVs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | RegisterScavenging.cpp | 390 LiveRegUnits Used(TRI); in findSurvivorBackwards() 395 Used.accumulate(MI); in findSurvivorBackwards() 400 if (!MRI.isReserved(Reg) && Used.available(Reg) && in findSurvivorBackwards() 412 Used.accumulate(*std::next(From)); in findSurvivorBackwards() 415 if (Survivor == 0 || !Used.available(Survivor)) { in findSurvivorBackwards() 418 if (!MRI.isReserved(Reg) && Used.available(Reg)) { in findSurvivorBackwards()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNRegBankReassign.cpp | 317 unsigned Used = 0; 321 Used |= 1 << I; 323 Mask &= ~Used; 337 unsigned Used = 0; 340 Used |= 1 << I; 342 Mask &= ~Used;
|
/third_party/mbedtls/tests/data_files/ |
H A D | print_c.pl | 27 Used to include some of the test data in /library/certs.c for
|
/third_party/python/Tools/buildbot/ |
H A D | clean.bat | 2 rem Used by the buildbot "clean" step.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 78 // Numbering map for gep nodes. Used to keep track of ordering for 181 Used = 0x04, enumerator 233 if (GN.Flags & GepNode::Used) { in operator <<() 401 PN->Flags |= GepNode::Used; in processGepInst() 615 if (NF & GepNode::Used) in common() 768 if (Node->Flags & GepNode::Used) { in recalculatePlacement() 772 assert(UF != Uses.end() && "Used node with no use information"); in recalculatePlacement() 970 NewN->Flags &= ~GepNode::Used; in separateChainForNode() 992 Node->Flags &= ~GepNode::Used; in separateChainForNode() 997 NewNode->Flags |= GepNode::Used; in separateChainForNode() [all...] |