| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ADCE.cpp | 78 bool Live = false; member 87 bool Live = false; member 111 bool terminatorIsLive() const { return TerminatorLiveInfo->Live; } in terminatorIsLive() 131 bool isLive(BasicBlock *BB) { return BlockInfo[BB].Live; } in isLive() 135 bool isLive(Instruction *I) { return InstInfo[I].Live; } in isLive() 321 EntryInfo.Live = true; in initialize() 385 if (Info.Live) in markLive() 389 Info.Live = true; in markLive() 410 if (BBInfo.Live) in markLive() 413 BBInfo.Live = true; in markLive() [all …]
|
| H A D | RewriteStatepointsForGC.cpp | 2013 Function &F, DominatorTree &DT, ArrayRef<Value *> Live, in relocationViaAlloca() argument 2029 PromotableAllocas.reserve(Live.size()); in relocationViaAlloca() 2043 for (Value *V : Live) in relocationViaAlloca() 2195 assert(PromotableAllocas.size() == Live.size() + NumRematerializedValues && in relocationViaAlloca() 2835 SmallVector<Value *, 128> Live; in insertParsePoints() local 2842 llvm::append_range(Live, Info.StatepointToken->gc_args()); in insertParsePoints() 2862 unique_unsorted(Live); in insertParsePoints() 2866 for (auto *Ptr : Live) in insertParsePoints() 2871 relocationViaAlloca(F, DT, Live, Records); in insertParsePoints() 3250 static void checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live, in checkBasicSSA() argument [all …]
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DeadStoresChecker.cpp | 155 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive() argument 156 if (Live.isLive(D)) in isLive() 267 const LiveVariables::LivenessValues &Live) { in CheckVarDecl() argument 276 if (!isLive(Live, VD) && in CheckVarDecl() 287 const LiveVariables::LivenessValues& Live) { in CheckDeclRef() argument 289 CheckVarDecl(VD, DR, Val, dsk, Live); in CheckDeclRef() 316 const LiveVariables::LivenessValues &Live) override { in observeStmt() argument 355 CheckVarDecl(VD, DR, B->getRHS(), dsk, Live); in observeStmt() 369 CheckDeclRef(DR, U, DeadIncrement, Live); in observeStmt() 402 if (!isLive(Live, V) && in observeStmt()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 370 return Live; in markIfNotLive() 409 if (Result != Live) in surveyUse() 429 if (Result == Live) in surveyUse() 442 return Live; in surveyUse() 452 return Live; in surveyUse() 464 return Live; in surveyUse() 481 if (Result == Live) in surveyUses() 588 if (RetValLiveness[Idx] != Live) { in surveyFunction() 590 if (RetValLiveness[Idx] == Live) in surveyFunction() 597 if (surveyUse(&UU, MaybeLiveAggregateUses) == Live) { in surveyFunction() [all …]
|
| /src/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | wd,mbl-gpio.txt | 1 Bindings for the Western Digital's MyBook Live memory-mapped GPIO controllers. 3 The Western Digital MyBook Live has two memory-mapped GPIO controllers.
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndexYAML.h | 140 bool NotEligibleToImport, Live, IsLocal, CanAutoHide; 184 io.mapOptional("Live", summary.Live); 231 FSum.NotEligibleToImport, FSum.Live, FSum.IsLocal, 255 static_cast<bool>(FSum->flags().Live),
|
| H A D | ModuleSummaryIndex.h | 485 unsigned Live : 1; 509 bool NotEligibleToImport, bool Live, bool IsLocal, 512 NotEligibleToImport(NotEligibleToImport), Live(Live), 587 bool isLive() const { return Flags.Live; } 589 void setLive(bool Live) { Flags.Live = Live; }
|
| /src/sys/contrib/device-tree/src/arm/marvell/ |
| H A D | orion5x-linkstation-lsgl.dts | 3 * (also known as Buffalo Linkstation Pro/Live) 56 model = "Buffalo Linkstation Pro/Live";
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 634 if (Flags.Live && hasReadOnlyFlag(SummaryIt.second)) in exportToDot() 636 if (Flags.Live && hasWriteOnlyFlag(SummaryIt.second)) in exportToDot() 638 if (Flags.Live && hasConstantFlag(SummaryIt.second)) in exportToDot() 656 if (!Flags.Live) in exportToDot()
|
| H A D | AsmWriter.cpp | 3581 Out << ", live: " << GVFlags.Live; in printSummary()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveVariables.cpp | 465 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local 468 Live.insert(SubReg); in HandlePhysRegDef() 477 if (Live.count(SubReg)) in HandlePhysRegDef() 481 Live.insert(SS); in HandlePhysRegDef() 491 if (!Live.count(SubReg)) in HandlePhysRegDef()
|
| H A D | RDFLiveness.cpp | 932 BitVector LiveIn(TRI.getNumRegs()), Live(TRI.getNumRegs()); in resetKills() local 935 CopyLiveIns(SI, Live); in resetKills() 953 Live.reset(SR); in resetKills() 963 if (!Live[*AR]) in resetKills() 971 Live.set(SR); in resetKills()
|
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | DeadArgumentElimination.h | 73 enum Liveness { Live, MaybeLive }; enumerator
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenMux.cpp | 362 bool Live = !LPR.available(Op.getReg()); in genMuxInBlock() local 363 Op.setIsKill(!Live); in genMuxInBlock()
|
| /src/contrib/libcbor/doc/source/ |
| H A D | development.rst | 119 Live preview of docs
|
| /src/sys/i386/conf/ |
| H A D | GENERIC | 303 device snd_emu10kx # Creative SoundBlaster Live! and Audigy
|
| /src/share/misc/ |
| H A D | usb_vendors | 1419 3040 SoundBlaster Live! 24-bit External SB0490 1465 4029 Webcam Live! 1469 4036 Webcam Live!/Live! Pro 1470 4037 Webcam Live! 1472 4039 Webcam Live! Effects 1475 403c Webcam Live! Ultra 1478 4041 Webcam Live! Motion 1480 4045 Live! Cam Voice 1481 4049 Live! Cam Voice 1482 4051 Live! Cam Notebook Pro [VF0250] [all …]
|
| /src/sys/amd64/conf/ |
| H A D | GENERIC | 351 device snd_emu10kx # Creative SoundBlaster Live! and Audigy
|
| /src/sys/contrib/device-tree/Bindings/fpga/ |
| H A D | fpga-region.txt | 349 Live Device Tree contains:
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseInstrInfo.cpp | 5850 bool Live = false; in isLRAvailable() local 5856 Live = false; in isLRAvailable() 5865 Live = true; in isLRAvailable() 5869 Live = true; in isLRAvailable() 5871 return !Live; in isLRAvailable()
|
| /src/contrib/file/magic/Magdir/ |
| H A D | animation | 818 # Live or stored single AAC stream (used with MPEG-2 systems) 855 # Live MPEG-4 audio streams (instead of RTP FlexMux)
|
| H A D | console | 710 >0 belong 0 Microsoft Xbox 360 package (non-Xbox Live) 713 >0x104 belong 0 Microsoft Xbox 360 package (Xbox Live)
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExpr.cpp | 5058 const Expr *Live = E->getTrueExpr(), *Dead = E->getFalseExpr(); in HandleConditionalOperatorLValueSimpleCase() local 5060 std::swap(Live, Dead); in HandleConditionalOperatorLValueSimpleCase() 5068 if (auto *ThrowExpr = dyn_cast<CXXThrowExpr>(Live->IgnoreParens())) { in HandleConditionalOperatorLValueSimpleCase() 5076 return CGF.EmitLValue(Live); in HandleConditionalOperatorLValueSimpleCase()
|
| /src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 1163 bool Live = (RawFlags & 0x2) || Version < 3; in getDecodedGVSummaryFlags() local 1168 Live, Local, AutoHide, IK); in getDecodedGVSummaryFlags()
|
| /src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1246 RawFlags |= (Flags.Live << 1); in getEncodedGVSummaryFlags()
|