Home
last modified time | relevance | path

Searched refs:Live (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DADCE.cpp78 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 DRewriteStatepointsForGC.cpp2013 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp370 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 …]
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dwd,mbl-gpio.txt1 Bindings for the Western Digital's MyBook Live memory-mapped GPIO controllers.
3 The Western Digital MyBook Live has two memory-mapped GPIO controllers.
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h140 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 DModuleSummaryIndex.h485 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; }
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dorion5x-linkstation-lsgl.dts3 * (also known as Buffalo Linkstation Pro/Live)
56 model = "Buffalo Linkstation Pro/Live";
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DModuleSummaryIndex.cpp634 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 DAsmWriter.cpp3581 Out << ", live: " << GVFlags.Live; in printSummary()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp465 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 DRDFLiveness.cpp932 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h73 enum Liveness { Live, MaybeLive }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp362 bool Live = !LPR.available(Op.getReg()); in genMuxInBlock() local
363 Op.setIsKill(!Live); in genMuxInBlock()
/freebsd/contrib/googletest/
H A DREADME.md5 #### Live at Head
8 [Abseil Live at Head philosophy](https://abseil.io/about/philosophy#upgrade-support).
/freebsd/contrib/libcbor/doc/source/
H A Ddevelopment.rst119 Live preview of docs
/freebsd/sys/i386/conf/
H A DGENERIC301 device snd_emu10kx # Creative SoundBlaster Live! and Audigy
/freebsd/share/misc/
H A Dusb_vendors1407 3040 SoundBlaster Live! 24-bit External SB0490
1453 4029 Webcam Live!
1457 4036 Webcam Live!/Live! Pro
1458 4037 Webcam Live!
1460 4039 Webcam Live! Effects
1463 403c Webcam Live! Ultra
1466 4041 Webcam Live! Motion
1468 4045 Live! Cam Voice
1469 4049 Live! Cam Voice
1470 4051 Live! Cam Notebook Pro [VF0250]
[all …]
/freebsd/sys/amd64/conf/
H A DGENERIC337 device snd_emu10kx # Creative SoundBlaster Live! and Audigy
/freebsd/sys/contrib/device-tree/Bindings/fpga/
H A Dfpga-region.txt349 Live Device Tree contains:
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp5850 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()
/freebsd/contrib/file/magic/Magdir/
H A Danimation818 # Live or stored single AAC stream (used with MPEG-2 systems)
855 # Live MPEG-4 audio streams (instead of RTP FlexMux)
H A Dconsole710 >0 belong 0 Microsoft Xbox 360 package (non-Xbox Live)
713 >0x104 belong 0 Microsoft Xbox 360 package (Xbox Live)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp5058 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()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1163 bool Live = (RawFlags & 0x2) || Version < 3; in getDecodedGVSummaryFlags() local
1168 Live, Local, AutoHide, IK); in getDecodedGVSummaryFlags()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1246 RawFlags |= (Flags.Live << 1); in getEncodedGVSummaryFlags()

12