/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | ADCE.cpp | 79 bool Live = false; member 88 bool Live = false; member 112 bool terminatorIsLive() const { return TerminatorLiveInfo->Live; } in terminatorIsLive() 126 bool isLive(BasicBlock *BB) { return BlockInfo[BB].Live; } in isLive() 130 bool isLive(Instruction *I) { return InstInfo[I].Live; } in isLive() 316 EntryInfo.Live = true; in initialize() 380 if (Info.Live) in markLive() 384 Info.Live = true; in markLive() 405 if (BBInfo.Live) in markLive() 408 BBInfo.Live = true; in markLive() [all …]
|
D | RewriteStatepointsForGC.cpp | 1688 Function &F, DominatorTree &DT, ArrayRef<Value *> Live, in relocationViaAlloca() argument 1704 PromotableAllocas.reserve(Live.size()); in relocationViaAlloca() 1718 for (Value *V : Live) in relocationViaAlloca() 1865 assert(PromotableAllocas.size() == Live.size() + NumRematerializedValues && in relocationViaAlloca() 2338 SmallVector<Value *, 128> Live; in insertParsePoints() local 2348 Live.insert(Live.end(), Statepoint.gc_args_begin(), in insertParsePoints() 2369 unique_unsorted(Live); in insertParsePoints() 2373 for (auto *Ptr : Live) in insertParsePoints() 2378 relocationViaAlloca(F, DT, Live, Records); in insertParsePoints() 2699 static void checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live, in checkBasicSSA() argument [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceCfgNode.cpp | 636 LivenessBV Live(NumVars); in livenessLightweight() local 641 I.livenessLightweight(Func, Live); in livenessLightweight() 646 I.livenessLightweight(Func, Live); in livenessLightweight() 656 LivenessBV &Live = Liveness->getScratchBV(); in liveness() local 657 Live.clear(); in liveness() 678 Live |= LiveIn; in liveness() 684 Phi->livenessPhiOperand(Live, this, Liveness); in liveness() 687 assert(Live.empty() || Live.size() == NumGlobalVars); in liveness() 688 Liveness->getLiveOut(this) = Live; in liveness() 691 Live.resize(NumVars); in liveness() [all …]
|
D | IceOperand.h | 773 LiveRange &getLiveRange() { return Live; } in getLiveRange() 774 const LiveRange &getLiveRange() const { return Live; } in getLiveRange() 775 void setLiveRange(const LiveRange &Range) { Live = Range; } in setLiveRange() 776 void resetLiveRange() { Live.reset(); } in resetLiveRange() 780 Live.addSegment(Start, End, Node); 782 void trimLiveRange(InstNumberT Start) { Live.trim(Start); } in trimLiveRange() 783 void untrimLiveRange() { Live.untrim(); } in untrimLiveRange() 785 return Live.endsBefore(Other->Live); in rangeEndsBefore() 789 return Live.overlaps(Other->Live, UseTrimmed); in rangeOverlaps() 793 return Live.overlapsInst(Other->Live.getStart(), UseTrimmed); in rangeOverlapsStart() [all …]
|
D | IceInst.cpp | 189 void Inst::livenessLightweight(Cfg *Func, LivenessBV &Live) { in livenessLightweight() argument 197 if (Live[Index]) in livenessLightweight() 199 Live[Index] = true; in livenessLightweight() 204 bool Inst::liveness(InstNumberT InstNumber, LivenessBV &Live, in liveness() argument 212 if (Live[VarNum]) { in liveness() 214 Live[VarNum] = false; in liveness() 234 if (!Live[VarNum]) { in liveness() 237 Live[VarNum] = true; in liveness() 429 void InstPhi::livenessPhiOperand(LivenessBV &Live, CfgNode *Target, in livenessPhiOperand() argument 438 if (!Live[SrcIndex]) { in livenessPhiOperand() [all …]
|
D | IceCfg.h | 168 Liveness *getLiveness() const { return Live.get(); } in getLiveness() 319 std::unique_ptr<Liveness> Live; variable
|
D | IceCfg.cpp | 40 NextInstNumber(Inst::NumberInitial), Live(nullptr) { in Cfg() 1460 Live = nullptr; in liveness() 1461 Live = Liveness::create(this, Mode); in liveness() 1464 Live->init(); in liveness() 1703 if (Live == nullptr) { in getLivenessMemoryMB() 1706 return Live->getAllocator()->getTotalMemory() / _1MB; in getLivenessMemoryMB()
|
D | IceInst.h | 164 void livenessLightweight(Cfg *Func, LivenessBV &Live); 170 bool liveness(InstNumberT InstNumber, LivenessBV &Live, Liveness *Liveness, 686 void livenessPhiOperand(LivenessBV &Live, CfgNode *Target,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | DeadArgumentElimination.cpp | 363 return Live; in MarkIfNotLive() 401 if (Result != Live) in SurveyUse() 421 if (Result == Live) in SurveyUse() 434 return Live; in SurveyUse() 444 return Live; in SurveyUse() 457 return Live; in SurveyUse() 474 if (Result == Live) in SurveyUses() 589 if (RetValLiveness[Idx] != Live) { in SurveyFunction() 591 if (RetValLiveness[Idx] == Live) in SurveyFunction() 598 if (SurveyUse(&U, MaybeLiveAggregateUses) == Live) { in SurveyFunction() [all …]
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_variable.c | 196 if (!var->Live[chan].Used in rc_variable_compute_live_intervals() 197 || chan_start < var->Live[chan].Start) { in rc_variable_compute_live_intervals() 198 var->Live[chan].Start = in rc_variable_compute_live_intervals() 201 if (!var->Live[chan].Used in rc_variable_compute_live_intervals() 202 || chan_end > var->Live[chan].End) { in rc_variable_compute_live_intervals() 203 var->Live[chan].End = chan_end; in rc_variable_compute_live_intervals() 205 var->Live[chan].Used = 1; in rc_variable_compute_live_intervals() 590 var->Live[i].Start, var->Live[i].End); in rc_variable_print()
|
D | radeon_pair_regalloc.c | 53 struct live_intervals Live[4]; member 229 reg->Live[i].Used = 1; in scan_read_callback() 230 reg->Live[i].Start = 0; in scan_read_callback() 231 reg->Live[i].End = in scan_read_callback() 562 if (s->Input[i].Live[chan].Used) { in do_advanced_regalloc() 588 if (overlap_live_intervals_array(var_a->Live, var_b->Live)) { in do_advanced_regalloc() 607 if (overlap_live_intervals_array(s->Input[i].Live, in do_advanced_regalloc() 608 var->Live)) { in do_advanced_regalloc()
|
D | radeon_variable.h | 51 struct live_intervals Live[4]; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ModuleSummaryIndexYAML.h | 139 bool NotEligibleToImport, Live, IsLocal, CanAutoHide; 181 io.mapOptional("Live", summary.Live); 226 FSum.NotEligibleToImport, FSum.Live, FSum.IsLocal, FSum.CanAutoHide), 246 static_cast<bool>(FSum->flags().Live),
|
D | ModuleSummaryIndex.h | 305 unsigned Live : 1; 324 bool NotEligibleToImport, bool Live, bool IsLocal, 327 Live(Live), DSOLocal(IsLocal), CanAutoHide(CanAutoHide) {} 400 bool isLive() const { return Flags.Live; } 402 void setLive(bool Live) { Flags.Live = Live; }
|
/third_party/node/doc/contributing/ |
D | streaming-to-youtube.md | 46 ## Live streaming a meeting 54 5. Go to "... More" in toolbar, choose "Live on YouTube", it will open in 59 then press the red "Go Live!" button. Troubleshooting note: at least one 60 person has found that "Go Live!" errored with a message "Please grant
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveVariables.cpp | 446 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local 450 Live.insert(*SubRegs); in HandlePhysRegDef() 460 if (Live.count(SubReg)) in HandlePhysRegDef() 465 Live.insert(*SS); in HandlePhysRegDef() 476 if (!Live.count(SubReg)) in HandlePhysRegDef()
|
/third_party/json/tests/thirdparty/Fuzzer/test/ |
D | fuzzer-oom-with-profile.test | 4 CHECK: Live Heap Allocations
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 481 if (Flags.Live && hasReadOnlyFlag(SummaryIt.second)) in exportToDot() 483 if (Flags.Live && hasWriteOnlyFlag(SummaryIt.second)) in exportToDot() 495 if (!Flags.Live) in exportToDot()
|
/third_party/googletest/ |
D | README.md | 5 #### Live at Head 8 [Abseil Live at Head philosophy](https://abseil.io/about/philosophy#upgrade-support).
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
D | DeadArgumentElimination.h | 74 enum Liveness { Live, MaybeLive }; enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenMux.cpp | 374 bool Live = IsLive(Op.getReg()); in genMuxInBlock() local 375 Op.setIsKill(!Live); in genMuxInBlock()
|
D | RDFLiveness.cpp | 874 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local 877 CopyLiveIns(SI, Live); in resetKills() 896 Live.reset(*SR); in resetKills() 906 if (!Live[*AR]) in resetKills() 914 Live.set(*SR); in resetKills()
|
/third_party/curl/docs/ |
D | PARALLEL-TRANSFERS.md | 35 DL% UL% Dled Uled Xfers Live Qd Total Current Left Speed
|
/third_party/icu/docs/userguide/format_parse/numbers/ |
D | rounding-modes.md | 150 * Live rounding mode chart: [Rounding Mode
|
/third_party/libwebsockets/READMEs/ |
D | README.tls-sessions.md | 89 The Time-To-Live policy for sessions at the client can be set in seconds at
|