Home
last modified time | relevance | path

Searched refs:VI (Results 1 – 25 of 202) sorted by relevance

123456789

/netbsd-src/external/bsd/nvi/dist/perl_api/
H A DVI.pod3 VI - VI module within perl embedded nvi
9 $i = $VI::StartLine;
10 while ($i <= $VI::StopLine) {
39 VI::DelLine($curscr, 57);
59 VI::AppendLine(screenId,lineNumber,text);
65 VI::DelLine(screenId,lineNum);
71 VI::EndScreen(screenId);
77 VI::FindScreen(file);
83 ($line, $column) = VI::GetCursor(screenId);
89 VI::GetLine(screenId,lineNumber);
[all …]
H A Dperl.xs14 #undef VI
496 typedef SCR * VI; typedef
511 MODULE = VI PACKAGE = VI
516 # Perl Command: VI::Msg
517 # Usage: VI::Msg screenId text
521 VI screen
533 # Perl Command: VI::EndScreen
534 # Usage: VI::EndScreen screenId
538 VI screen
553 # Perl Command: VI::NewScreen
[all …]
H A Dtypemap4 VI T_VIOBJNOMUNGE
5 VI::OPT T_VIOBJREF
6 VI::MAP T_VIOBJREF
7 VI::MARK T_VIOBJREF
8 VI::LINE T_VIOBJREF
9 VI::TAGQ T_VITAGQ
10 VI::TAGQ2 T_VITAGQ2
20 if (sv_isa($arg, \"VI\")) {
31 if (sv_isa((SV *)tmp, \"VI\")) {
43 if (sv_isa($arg, \"VI::TAGQ\")) {
[all …]
H A Dnviperl.pod22 The C<$VI::ScreenId>, C<$VI::StartLine> and C<$VI::StopLine> are set.
23 To find out how to maniplulate the nvi screens, see L<VI>.
32 The perldo commando does B<not> set the C<VI> variables. (If you think
39 L<VI>
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp268 updateValueInfoForIndirectCalls(const ModuleSummaryIndex &Index, ValueInfo VI) { in updateValueInfoForIndirectCalls() argument
269 if (!VI.getSummaryList().empty()) in updateValueInfoForIndirectCalls()
270 return VI; in updateValueInfoForIndirectCalls()
276 auto GUID = Index.getGUIDFromOriginalID(VI.getGUID()); in updateValueInfoForIndirectCalls()
282 static bool shouldImportGlobal(const ValueInfo &VI, in shouldImportGlobal() argument
284 const auto &GVS = DefinedGVSummaries.find(VI.getGUID()); in shouldImportGlobal()
298 if (VI.getSummaryList().size() > 1 && in shouldImportGlobal()
311 for (auto &VI : Summary.refs()) { in computeImportForReferencedGlobals() local
312 if (!shouldImportGlobal(VI, DefinedGVSummaries)) { in computeImportForReferencedGlobals()
318 LLVM_DEBUG(dbgs() << " ref -> " << VI << "\n"); in computeImportForReferencedGlobals()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DModuleSummaryIndex.cpp167 auto VI = getValueInfo(ValueGUID); in getGlobalValueSummary() local
168 assert(VI && "GlobalValue not found in index"); in getGlobalValueSummary()
169 assert((!PerModuleIndex || VI.getSummaryList().size() == 1) && in getGlobalValueSummary()
171 auto &Summary = VI.getSummaryList()[0]; in getGlobalValueSummary()
176 auto VI = getValueInfo(GUID); in isGUIDLive() local
177 if (!VI) in isGUIDLive()
179 const auto &SummaryList = VI.getSummaryList(); in isGUIDLive()
199 for (auto &VI : S->refs()) { in propagateAttributesToRefs() local
200 assert(VI.getAccessSpecifier() == 0 || isa<FunctionSummary>(S)); in propagateAttributesToRefs()
201 if (!VI.getAccessSpecifier()) { in propagateAttributesToRefs()
[all …]
H A DValueSymbolTable.cpp35 for (const auto &VI : vmap) in ~ValueSymbolTable() local
37 << *VI.getValue()->getType() << "' Name = '" << VI.getKeyData() in ~ValueSymbolTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp38 const GlobalValue *SGV, ValueInfo VI) { in shouldPromoteLocalToGlobal() argument
63 VI, SGV->getParent()->getModuleIdentifier()); in shouldPromoteLocalToGlobal()
197 ValueInfo VI; in processGlobalForThinLTO() local
199 VI = ImportIndex.getValueInfo(GV.getGUID()); in processGlobalForThinLTO()
201 if (VI && ImportIndex.hasSyntheticEntryCounts()) { in processGlobalForThinLTO()
204 for (auto &S : VI.getSummaryList()) { in processGlobalForThinLTO()
219 assert(VI || GV.isDeclaration() || in processGlobalForThinLTO()
231 if (!GV.isDeclaration() && VI && ImportIndex.withAttributePropagation()) { in processGlobalForThinLTO()
243 ImportIndex.findSummaryInModule(VI, M.getModuleIdentifier())); in processGlobalForThinLTO()
260 if (GV.hasLocalLinkage() && shouldPromoteLocalToGlobal(&GV, VI)) { in processGlobalForThinLTO()
[all …]
H A DAutoInitRemark.cpp198 const VariableInfo &VI = VIs[i]; in inspectDst() local
199 assert(!VI.isEmpty() && "No extra content to display."); in inspectDst()
202 if (VI.Name) in inspectDst()
203 R << NV("VarName", *VI.Name); in inspectDst()
206 if (VI.Size) in inspectDst()
207 R << " (" << NV("VarSize", *VI.Size) << " bytes)"; in inspectDst()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsel-sched-ir.h672 #define VINSN_INSN_RTX(VI) ((VI)->insn_rtx) argument
673 #define VINSN_PATTERN(VI) (PATTERN (VINSN_INSN_RTX (VI))) argument
675 #define VINSN_ID(VI) (&((VI)->id)) argument
676 #define VINSN_HASH(VI) ((VI)->hash) argument
677 #define VINSN_HASH_RTX(VI) ((VI)->hash_rtx) argument
678 #define VINSN_TYPE(VI) (IDATA_TYPE (VINSN_ID (VI))) argument
679 #define VINSN_SEPARABLE_P(VI) (VINSN_TYPE (VI) == SET) argument
680 #define VINSN_CLONABLE_P(VI) (VINSN_SEPARABLE_P (VI) || VINSN_TYPE (VI) == USE) argument
681 #define VINSN_UNIQUE_P(VI) (!VINSN_CLONABLE_P (VI)) argument
682 #define VINSN_LHS(VI) (IDATA_LHS (VINSN_ID (VI))) argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsel-sched-ir.h672 #define VINSN_INSN_RTX(VI) ((VI)->insn_rtx) argument
673 #define VINSN_PATTERN(VI) (PATTERN (VINSN_INSN_RTX (VI))) argument
675 #define VINSN_ID(VI) (&((VI)->id)) argument
676 #define VINSN_HASH(VI) ((VI)->hash) argument
677 #define VINSN_HASH_RTX(VI) ((VI)->hash_rtx) argument
678 #define VINSN_TYPE(VI) (IDATA_TYPE (VINSN_ID (VI))) argument
679 #define VINSN_SEPARABLE_P(VI) (VINSN_TYPE (VI) == SET) argument
680 #define VINSN_CLONABLE_P(VI) (VINSN_SEPARABLE_P (VI) || VINSN_TYPE (VI) == USE) argument
681 #define VINSN_UNIQUE_P(VI) (!VINSN_CLONABLE_P (VI)) argument
682 #define VINSN_LHS(VI) (IDATA_LHS (VINSN_ID (VI))) argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithThinLTOSummaries/
H A DLLJITWithThinLTOSummaries.cpp70 DuplicateDefinitionInSummary(std::string GlobalValueName, ValueInfo VI) in DuplicateDefinitionInSummary() argument
72 ModulePaths.reserve(VI.getSummaryList().size()); in DuplicateDefinitionInSummary()
73 for (const auto &S : VI.getSummaryList()) in DuplicateDefinitionInSummary()
139 ValueInfo VI = Index.getValueInfo(G); in getMainModulePath() local
142 if (!VI || VI.getSummaryList().empty()) in getMainModulePath()
144 if (VI.getSummaryList().size() > 1) in getMainModulePath()
145 return make_error<DuplicateDefinitionInSummary>(FunctionName.str(), VI); in getMainModulePath()
147 GlobalValueSummary *S = VI.getSummaryList().front()->getBaseObject(); in getMainModulePath()
/netbsd-src/external/bsd/nvi/dist/perl_scripts/
H A Dforall.pl3 my ($i) = $VI::StartLine-1;
4 while (++$i <= $VI::StopLine) {
6 VI::SetLine($VI::ScreenId, $i, $_) if(&$code);
H A Dwc.pl3 $i = $VI::StartLine;
4 while ($i <= $VI::StopLine) {
/netbsd-src/games/quiz/datfiles/
H A Dsov15 Hen[ry|] [V|5]:15:Hen[ry|] [VI|6]
16 Hen[ry|] [VI|6]:15:Ed[w[ard|]|] [IV|4]
21 Hen[ry|] [VIII|8]:16:Ed[w[ard|]|] [VI|6]
22 Ed[w[ard|]|] [VI|6]:16:Mary
41 Ed[w[ard|]|] [VIII|8]:20:Geo[rge|] [VI|6]
42 Geo[rge|] [VI|6]:20:Eliz[abeth|] [II|2]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h73 ValueInfo VI; member
81 ImportFailureInfo(ValueInfo VI, CalleeInfo::HotnessType MaxHotness, in ImportFailureInfo()
83 : VI(VI), MaxHotness(MaxHotness), Reason(Reason), Attempts(Attempts) {} in ImportFailureInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DImmutableGraph.h335 size_type VI = 0, EI = 0; in get() local
336 for (; VI < VertexSize; ++VI) { in get()
337 VertexArray[VI].Value = std::move(AdjList[VI].first); in get()
338 VertexArray[VI].Edges = &EdgeArray[EI]; in get()
339 auto NumEdges = static_cast<size_type>(AdjList[VI].second.size()); in get()
341 auto &E = AdjList[VI].second[VEI]; in get()
346 assert(VI == VertexSize && EI == EdgeSize && "ImmutableGraph malformed"); in get()
347 VertexArray[VI].Edges = &EdgeArray[EdgeSize]; // terminator node in get()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveVariables.cpp678 VarInfo &VI = getVarInfo(Reg); in replaceKillInstruction() local
679 std::replace(VI.Kills.begin(), VI.Kills.end(), &OldMI, &NewMI); in replaceKillInstruction()
733 LiveVariables::VarInfo &VI = getVarInfo(Reg); in isLiveOut() local
736 for (unsigned i = 0, e = VI.Kills.size(); i != e; ++i) in isLiveOut()
737 Kills.insert(VI.Kills[i]->getParent()); in isLiveOut()
744 if (VI.AliveBlocks.test(SuccIdx)) in isLiveOut()
797 VarInfo &VI = getVarInfo(Reg); in addNewBlock() local
798 if (Kills.count(Reg) || VI.AliveBlocks.test(SuccBB->getNumber())) in addNewBlock()
799 VI.AliveBlocks.set(NumNew); in addNewBlock()
816 LiveVariables::VarInfo &VI = getVarInfo(VirtReg); in addNewBlock() local
[all …]
H A DPHIElimination.cpp169 LiveVariables::VarInfo &VI = LV->getVarInfo(VirtReg); in runOnMachineFunction() local
170 SparseBitVector<>::iterator AliveBlockItr = VI.AliveBlocks.begin(); in runOnMachineFunction()
171 SparseBitVector<>::iterator EndItr = VI.AliveBlocks.end(); in runOnMachineFunction()
179 if (VI.Kills.size() > 1 || in runOnMachineFunction()
180 (!VI.Kills.empty() && VI.Kills.front()->getParent() != DefMBB)) in runOnMachineFunction()
181 for (auto *MI : VI.Kills) in runOnMachineFunction()
322 LiveVariables::VarInfo &VI = LV->getVarInfo(IncomingReg); in LowerPHINode() local
330 if (reusedIncoming && (OldKill = VI.findKill(&MBB))) { in LowerPHINode()
H A DTailDuplicator.cpp407 auto VI = LocalVRMap.find(Reg); in duplicateInstruction() local
408 if (VI != LocalVRMap.end()) { in duplicateInstruction()
413 auto *MappedRC = MRI->getRegClass(VI->second.Reg); in duplicateInstruction()
415 if (VI->second.SubReg != 0) { in duplicateInstruction()
417 VI->second.SubReg); in duplicateInstruction()
422 MRI->setRegClass(VI->second.Reg, ConstrRC); in duplicateInstruction()
427 ConstrRC = MRI->constrainRegClass(VI->second.Reg, OrigRC); in duplicateInstruction()
433 MO.setReg(VI->second.Reg); in duplicateInstruction()
437 VI->second.SubReg)); in duplicateInstruction()
448 .addReg(VI->second.Reg, 0, VI->second.SubReg); in duplicateInstruction()
[all …]
H A DInterleavedLoadCombinePass.cpp1138 for (auto &VI : InterleavedLoad) { in combine() local
1140 LIs.insert(VI.LIs.begin(), VI.LIs.end()); in combine()
1145 Is.insert(VI.Is.begin(), VI.Is.end()); in combine()
1148 SVIs.insert(VI.SVI); in combine()
1195 for (auto &VI : InterleavedLoad) { in combine() local
1196 if (!DT.dominates(InsertionPoint, VI.SVI)) in combine()
1235 for (auto &VI : InterleavedLoad) { in combine() local
1240 Builder.SetInsertPoint(VI.SVI); in combine()
1242 VI.SVI->replaceAllUsesWith(SVI); in combine()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvector.md53 (define_mode_iterator VI [V1QI V2QI V4QI V8QI V16QI V1HI V2HI V4HI V8HI V1SI V2SI V4SI V1DI V2DI])
723 [(set (match_operand:VI 0 "register_operand" "=v")
724 (neg:VI (match_operand:VI 1 "register_operand" "v")))]
731 [(set (match_operand:VI 0 "register_operand" "=v")
732 (abs:VI (match_operand:VI 1 "register_operand" "v")))]
970 [(set (match_operand:VI 0 "register_operand" "=v")
971 (rotate:VI (match_operand:VI 1 "register_operand" "v")
972 (match_operand:VI 2 "register_operand" "v")))]
988 [(set (match_operand:VI 0 "register_operand" "")
989 (VEC_SHIFTS:VI (match_operand:VI 1 "register_operand" "")
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp276 auto VI = Values.begin(); in restrictToBlocks() local
278 assert(VI != Values.end()); in restrictToBlocks()
281 VI = Values.erase(VI); in restrictToBlocks()
284 ++VI; in restrictToBlocks()
427 auto VI = ValueNumbering.find(V); in lookupOrAdd() local
428 if (VI != ValueNumbering.end()) in lookupOrAdd()
429 return VI->second; in lookupOrAdd()
517 auto VI = ValueNumbering.find(V); in lookup() local
518 assert(VI != ValueNumbering.end() && "Value not numbered?"); in lookup()
519 return VI->second; in lookup()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInfoByHwMode.h171 bool operator< (const RegSizeInfoByHwMode &VI) const;
172 bool operator== (const RegSizeInfoByHwMode &VI) const;
173 bool operator!= (const RegSizeInfoByHwMode &VI) const {
174 return !(*this == VI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp149 for (const auto &VI : ExportList) { in computeLTOCacheKey() local
150 auto GUID = VI.getGUID(); in computeLTOCacheKey()
212 for (const ValueInfo &VI : GS->refs()) { in computeLTOCacheKey() local
213 AddUnsigned(VI.isDSOLocal(Index.withDSOLocalPropagation())); in computeLTOCacheKey()
214 AddUsedCfiGlobal(VI.getGUID()); in computeLTOCacheKey()
322 const Config &C, ValueInfo VI, in thinLTOResolvePrevailingGUID() argument
330 C.VisibilityScheme == Config::ELF ? VI.getELFVisibility() in thinLTOResolvePrevailingGUID()
332 for (auto &S : VI.getSummaryList()) { in thinLTOResolvePrevailingGUID()
347 if (isPrevailing(VI.getGUID(), S.get())) { in thinLTOResolvePrevailingGUID()
360 S->setCanAutoHide(VI.canAutoHide() && in thinLTOResolvePrevailingGUID()
[all …]

123456789