Home
last modified time | relevance | path

Searched refs:Change (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp182 for (change_ty Change : Changes) { in DAGDeltaAlgorithmImpl() local
183 Predecessors.insert(std::make_pair(Change, std::vector<change_ty>())); in DAGDeltaAlgorithmImpl()
184 Successors.insert(std::make_pair(Change, std::vector<change_ty>())); in DAGDeltaAlgorithmImpl()
192 for (change_ty Change : Changes) in DAGDeltaAlgorithmImpl() local
193 if (succ_begin(Change) == succ_end(Change)) in DAGDeltaAlgorithmImpl()
194 Roots.push_back(Change); in DAGDeltaAlgorithmImpl()
199 change_ty Change = Worklist.back(); in DAGDeltaAlgorithmImpl() local
202 std::set<change_ty> &ChangeSuccs = SuccClosure[Change]; in DAGDeltaAlgorithmImpl()
203 for (pred_iterator_ty it = pred_begin(Change), in DAGDeltaAlgorithmImpl()
204 ie = pred_end(Change); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Safe/
H A DChanges91 Change 33503 on 2008/03/13 by rgs@stcosmo
94 Change 33278 on 2008/02/11 by rgs@stcosmo
98 Change 33238 on 2008/02/05 by rgs@stcosmo
101 Change 33237 on 2008/02/05 by rgs@stcosmo
104 Change 33236 on 2008/02/05 by rgs@stcosmo
107 Change 33170 on 2008/02/01 by nicholas@nicholas-bouvard
117 Change 33096 on 2008/01/28 by rgs@stcosmo
121 Change 33093 on 2008/01/28 by rgs@stcosmo
126 Change 32597 on 2007/12/08 by rgs@counterfly
128 Change maintainer address for Safe.
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp87 Status Change; member in BlockData
292 insertSetreg(MBB, InsertionPoint, TII, IPChange.delta(NewInfo->Change)); in processBlockPhase1()
306 NewInfo->Change = NewInfo->Change.merge(Setreg); in processBlockPhase1()
308 NewInfo->Change = NewInfo->Change.mergeUnknown(Mask); in processBlockPhase1()
310 } else if (!NewInfo->Change.isCompatible(InstrMode)) { in processBlockPhase1()
317 if (!IPChange.delta(NewInfo->Change).isCombinable(InstrMode)) { in processBlockPhase1()
323 NewInfo->Require = NewInfo->Change; in processBlockPhase1()
327 IPChange.delta(NewInfo->Change)); in processBlockPhase1()
328 IPChange = NewInfo->Change; in processBlockPhase1()
333 NewInfo->Change = NewInfo->Change.merge(InstrMode); in processBlockPhase1()
[all …]
H A DAMDGPUAttributor.cpp307 ChangeStatus Change = ChangeStatus::UNCHANGED; in updateImpl() local
317 Change = Change | clampStateAndIndicateChange(this->getState(), in updateImpl()
327 return Change; in updateImpl()
666 ChangeStatus Change = ChangeStatus::UNCHANGED; in updateImpl() local
676 Change |= in updateImpl()
686 return Change; in updateImpl()
805 ChangeStatus Change = A.run(); in runOnModule() local
806 return Change == ChangeStatus::CHANGED; in runOnModule()
/openbsd-src/gnu/usr.bin/perl/ext/Errno/
H A DChangeLog6 Change 171 on 2000-09-12 by <calle@lysator.liu.se> (Calle Dybedahl)
11 Change 170 on 1998/07/05 by <gbarr@pobox.com> (Graham Barr)
27 Change 160 on 1998/06/27 by <gbarr@pobox.com> (Graham Barr)
33 Change 159 on 1998/06/27 by <gbarr@pobox.com> (Graham Barr)
39 Change 158 on 1998/06/27 by <gbarr@pobox.com> (Graham Barr)
43 Change 146 on 1998/05/31 by <gbarr@pobox.com> (Graham Barr)
47 Change 140 on 1998/05/23 by <gbarr@pobox.com> (Graham Barr)
51 Change 139 on 1998/05/23 by <gbarr@pobox.com> (Graham Barr)
55 Change 136 on 1998/05/19 by <gbarr@pobox.com> (Graham Barr)
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DWhitespaceManager.cpp22 bool WhitespaceManager::Change::IsBeforeInFile::operator()( in operator ()()
23 const Change &C1, const Change &C2) const { in operator ()()
29 WhitespaceManager::Change::Change(const FormatToken &Tok, in Change() function in clang::format::WhitespaceManager::Change
55 Changes.push_back(Change(Tok, /*CreateReplacement=*/true, Tok.WhitespaceRange, in replaceWhitespace()
65 Changes.push_back(Change(Tok, /*CreateReplacement=*/false, in addUntouchableToken()
91 Change(Tok, /*CreateReplacement=*/true, in replaceWhitespaceInToken()
102 llvm::sort(Changes, Change::IsBeforeInFile(SourceMgr)); in generateReplacements()
119 Change *LastOutsideTokenChange = &Changes[0]; in calculateLineBreakInformation()
221 const WhitespaceManager::Change *LastBlockComment = nullptr; in calculateLineBreakInformation()
222 for (auto &Change : Changes) { in calculateLineBreakInformation() local
[all …]
H A DWhitespaceManager.h94 struct Change { struct
99 bool operator()(const Change &C1, const Change &C2) const; argument
114 Change(const FormatToken &Tok, bool CreateReplacement,
164 const Change *StartOfBlockComment; argument
349 SmallVector<Change, 16> Changes;
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastTileConfig.cpp110 bool Change = false; in configBasicBlock() local
160 Change = true; in configBasicBlock()
164 if (Change) in configBasicBlock()
167 return Change; in configBasicBlock()
177 bool Change = false; in runOnMachineFunction() local
181 Change |= configBasicBlock(MBB); in runOnMachineFunction()
183 return Change; in runOnMachineFunction()
H A DX86LowerAMXType.cpp993 bool Change = false; in combineLdSt() local
1009 Change = true; in combineLdSt()
1030 return Change; in combineLdSt()
1034 bool Change = false; in combineAMXcast() local
1066 Change = true; in combineAMXcast()
1079 Change = true; in combineAMXcast()
1088 Change |= combineLdSt(LiveCasts); in combineAMXcast()
1107 Change = true; in combineAMXcast()
1115 Change |= DCEInstruction(I, DeadInst, TLI); in combineAMXcast()
1117 return Change; in combineAMXcast()
[all …]
H A DX86FastPreTileConfig.cpp509 bool Change = false; in configBasicBlock() local
521 Change = true; in configBasicBlock()
653 return Change; in configBasicBlock()
685 bool Change = false; in runOnMachineFunction() local
698 Change |= configBasicBlock(*MBB); in runOnMachineFunction()
701 if (Change) in runOnMachineFunction()
705 return Change; in runOnMachineFunction()
/openbsd-src/gnu/llvm/clang/include/clang/Rewrite/Core/
H A DRewriteBuffer.h104 void AddInsertDelta(unsigned OrigOffset, int Change) { in AddInsertDelta() argument
105 return Deltas.AddDelta(2*OrigOffset, Change); in AddInsertDelta()
110 void AddReplaceDelta(unsigned OrigOffset, int Change) { in AddReplaceDelta() argument
111 return Deltas.AddDelta(2*OrigOffset+1, Change); in AddReplaceDelta()
/openbsd-src/usr.bin/file/magdir/
H A Dsysex99 >>>4 byte 0x20 SNDP (Sound Parameter Change)
104 >>>4 byte 0x21 MULP (Multi Parameter Change)
109 >>>4 byte 0x22 DRMP (Drum Map Parameter Change)
114 >>>4 byte 0x23 PATP (Sequencer Pattern Parameter Change)
119 >>>4 byte 0x24 GLBP (Global Parameter Parameter Change)
123 >>>4 byte 0x27 MODP (Mode Parameter Parameter Change)
128 >>>4 byte 0x20 SNDP (Sound Parameter Change)
133 >>>4 byte 0x21 MULP (Multi Parameter Change)
138 >>>4 byte 0x22 DRMP (Drum Map Parameter Change)
143 >>>4 byte 0x24 GLBP (Global Parameter Parameter Change)
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A DChanges116 - Makefile.PL: Change 26295 is incorporated.
181 - Change 16262: by sadahiro
187 - Change 15596: by sadahiro
188 - Change 16136: by pudge
192 - Change 15318: by jhi
193 - Change 15319: by jhi
202 - Change 14128: by Arthur
203 - Change 14129: by jhi
204 - Change 14156: by sadahiro
205 - Change 14199: by Nikola Knezevic
[all …]
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp153 AtomicChange Change(SM, Ranges[0].getBegin()); in createRenameReplacements() local
156 Change.replace(SM, CharSourceRange::getCharRange(Range.value()), in createRenameReplacements()
161 Changes.push_back(std::move(Change)); in createRenameReplacements()
223 Expected<std::vector<AtomicChange>> Change = in HandleOneRename() local
225 if (!Change) { in HandleOneRename()
227 << "'! " << llvm::toString(Change.takeError()) << "\n"; in HandleOneRename()
230 convertChangesToFileReplacements(*Change, &FileToReplaces); in HandleOneRename()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp151 AtomicChange Change(SM, ExtractedDeclLocation); in createSourceReplacements() local
171 auto Err = Change.insert(SM, ExtractedDeclLocation, OS.str()); in createSourceReplacements()
187 auto Err = Change.replace( in createSourceReplacements()
195 return AtomicChanges{std::move(Change)}; in createSourceReplacements()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCFIFixup.cpp160 bool Change = false; in runOnMachineFunction() local
212 Change = true; in runOnMachineFunction()
217 Change = true; in runOnMachineFunction()
224 return Change; in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objcopy/
H A DInstallNameToolOpts.td31 HelpText<"Change rpath path name">;
34 HelpText<"Change dynamic shared library id">;
37 HelpText<"Change dependent shared library install name">;
/openbsd-src/gnu/usr.bin/binutils/include/nlm/
H A DChangeLog22 from nlmNAME(external_cygnus_section_header). Change stamp field
25 nlm_internal_cygnus_section_header. Change stamp field to 8
43 * internal.h: Change HOST_64_BIT to BFD_HOST_64_BIT.
68 * internal.h: Change length fields of type char to type unsigned
/openbsd-src/gnu/usr.bin/binutils-2.17/include/nlm/
H A DChangeLog29 from nlmNAME(external_cygnus_section_header). Change stamp field
32 nlm_internal_cygnus_section_header. Change stamp field to 8
50 * internal.h: Change HOST_64_BIT to BFD_HOST_64_BIT.
75 * internal.h: Change length fields of type char to type unsigned
/openbsd-src/gnu/usr.bin/perl/cpan/DB_File/
H A Dconfig.in9 # Change the path below to point to the directory where db.h is
18 # Change the path below to point to the directory where libdb is
51 # Change the definition of PREFIX, below, to reflect the return type
64 # Change the definition of HASH, below, to reflect the return type of
/openbsd-src/gnu/usr.bin/cvs/diff/
H A DChangeLog158 * diffrun.h (struct diff_callbacks): Change calling convention of
191 * diff3.c: Include diffrun.h. Change several functions to use
209 * context.c: Change all output to outfile to use printf_output and
229 * diff.c (diff_run): Change #ifdef on HAVE_SETMODE to #if to match
279 Change DIFF_PROGRAM to "diff"; this argument is now used only for
298 (try_help): Change from `void' to `int'. Return, do not exit.
299 (diff3_fatal, diff3_perror_with_exit, process_diff): Change `exit'
301 (diff3_run): Initialize jump buffer for nonlocal exits. Change
302 exit calls to returns. Change `perror_with_exit' to
303 `perror_with_name' and add a return. Change `fatal' to
[all …]
/openbsd-src/usr.bin/vi/docs/
H A Dchangelog9 + Change installation to configure the recovery shell script to match
97 + Change the fg command to match screen names using the last component
100 + Change the ex read command to support named pipes.
107 + Change nvi to always prompt the user after a write filter command.
111 + Change configuration script to not cache option information, e.g.,
156 + Change so that search warning/error messages don't appear during an
218 + Change the cscope add command to put the directory name through
227 + Change ex/vi commands errors into beeps, unless the verbose edit
262 + Change incremental search to leave the cursor at its last position
267 verbose edit option, which doesn't match historic practice. Change
[all …]
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-install-name-tool.rst35 Change an install name ``<old_install_name>`` to ``<new_install_name>`` in the
56 Change shared library's identification name under LC_ID_DYLIB to ``<name>`` in the
62 Change an rpath named ``<old_rpath>`` to ``<new_rpath>`` in the specified binary. Can be specified
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp150 for (const auto &Change : Changes) { in createReplacementsForHeaders() local
151 for (llvm::StringRef Header : Change.getInsertedHeaders()) { in createReplacementsForHeaders()
164 for (const std::string &Header : Change.getRemovedHeaders()) { in createReplacementsForHeaders()
186 for (const auto &Change : Changes) in combineReplacementsInChanges() local
187 for (const auto &R : Change.getReplacements()) in combineReplacementsInChanges()
/openbsd-src/gnu/llvm/llvm/utils/docker/example/
H A DDockerfile14 # FIXME: Change maintainer name
33 # FIXME: Change maintainer name.

12345678910>>...18