| /freebsd-13.1/tools/tools/locale/etc/charmaps/ |
| H A D | eucKR.TXT | 6614 0xA4CF 0x315F #HANGUL LETTER WI 7645 0xAAF0 0x3090 #HIRAGANA LETTER WI 7812 0xABF0 0x30F0 #KATAKANA LETTER WI 9037 0xB4B5 0xB258 #HANGUL SYLLABLE NIEUN WI 9632 0xB7F2 0xB93C #HANGUL SYLLABLE RIEUL WI 9937 0xB9BF 0xBB88 #HANGUL SYLLABLE MIEUM WI 10147 0xBADF 0xBDD4 #HANGUL SYLLABLE PIEUP WI 10630 0xBDAC 0xC26C #HANGUL SYLLABLE SIOS WI 11159 0xC0A7 0xC704 #HANGUL SYLLABLE IEUNG WI 11397 0xC1E3 0xC950 #HANGUL SYLLABLE CIEUC WI [all …]
|
| H A D | eucCN.TXT | 353 0xA4F0 0x3090 # HIRAGANA LETTER WI 436 0xA5F0 0x30F0 # KATAKANA LETTER WI
|
| H A D | GB2312.TXT | 407 0x2470 0x3090 # HIRAGANA LETTER WI 490 0x2570 0x30F0 # KATAKANA LETTER WI
|
| H A D | Big5.TXT | 5989 0xC6F4 0x3090 # HIRAGANA LETTER WI 6072 0xC7AA 0x30F0 # KATAKANA LETTER WI
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | IndVarSimplify.cpp | 511 static void visitIVCast(CastInst *Cast, WideIVInfo &WI, in visitIVCast() argument 544 if (!WI.WidestNativeType) { in visitIVCast() 545 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitIVCast() 546 WI.IsSigned = IsSigned; in visitIVCast() 551 if (WI.IsSigned != IsSigned) in visitIVCast() 554 if (Width > SE->getTypeSizeInBits(WI.WidestNativeType)) in visitIVCast() 555 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitIVCast() 574 WideIVInfo WI; member in __anon8bb146580211::IndVarSimplifyVisitor 581 WI.NarrowIV = IVPhi; in IndVarSimplifyVisitor() 629 if (Visitor.WI.WidestNativeType) { in simplifyAndExtend() [all …]
|
| H A D | LoopStrengthReduce.cpp | 4237 for (const WorkItem &WI : WorkItems) { in GenerateCrossUseConstantOffsets() local 4238 size_t LUIdx = WI.LUIdx; in GenerateCrossUseConstantOffsets() 4240 int64_t Imm = WI.Imm; in GenerateCrossUseConstantOffsets() 4241 const SCEV *OrigReg = WI.OrigReg; in GenerateCrossUseConstantOffsets()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | SimplifyIndVar.h | 77 PHINode *createWideIV(const WideIVInfo &WI,
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ExternalSemaSource.h | 166 SmallVectorImpl<std::pair<IdentifierInfo *, WeakInfo> > &WI) {} in ReadWeakUndeclaredIdentifiers()
|
| H A D | MultiplexExternalSemaSource.h | 304 SmallVectorImpl<std::pair<IdentifierInfo*, WeakInfo> > &WI) override;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | MultiplexExternalSemaSource.cpp | 289 SmallVectorImpl<std::pair<IdentifierInfo*, WeakInfo> > &WI) { in ReadWeakUndeclaredIdentifiers() 291 Sources[i]->ReadWeakUndeclaredIdentifiers(WI); in ReadWeakUndeclaredIdentifiers()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 1036 WidenIV(const WideIVInfo &WI, LoopInfo *LInfo, ScalarEvolution *SEv, 1128 WidenIV::WidenIV(const WideIVInfo &WI, LoopInfo *LInfo, ScalarEvolution *SEv, in WidenIV() argument 1131 : OrigPhi(WI.NarrowIV), WideType(WI.WidestNativeType), LI(LInfo), in WidenIV() 1136 ExtendKindMap[OrigPhi] = WI.IsSigned ? SignExtended : ZeroExtended; in WidenIV() 2042 PHINode *llvm::createWideIV(const WideIVInfo &WI, in createWideIV() argument 2047 WidenIV Widener(WI, LI, SE, DT, DeadInsts, HasGuards, UsePostIncrementRanges); in createWideIV()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTUtils.h | 517 &WI) override { in ReadWeakUndeclaredIdentifiers() 519 Source->ReadWeakUndeclaredIdentifiers(WI); in ReadWeakUndeclaredIdentifiers()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 490 auto &WI = All[WriteEntry->second]; in chooseInstructionsToInstrument() local 495 cast<StoreInst>(WI.Inst)->isVolatile()); in chooseInstructionsToInstrument() 499 WI.Flags |= InstructionInfo::kCompoundRW; in chooseInstructionsToInstrument()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 3015 WLItem &WI = WL.back(); in findReportInEquivalenceClass() local 3016 assert(!WI.N->succ_empty()); in findReportInEquivalenceClass() 3018 for (; WI.I != WI.E; ++WI.I) { in findReportInEquivalenceClass() 3019 const ExplodedNode *Succ = *WI.I; in findReportInEquivalenceClass() 3045 if (!WL.empty() && &WL.back() == &WI) in findReportInEquivalenceClass()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIWholeQuadMode.cpp | 703 WorkItem WI = Worklist.back(); in analyzeFunction() local 706 if (WI.MI) in analyzeFunction() 707 propagateInstruction(*WI.MI, Worklist); in analyzeFunction() 709 propagateBlock(*WI.MBB, Worklist); in analyzeFunction()
|
| H A D | EvergreenInstructions.td | 308 // FIXME: Add _RTN version. We need per WI scratch location to store the old value 316 // FIXME: Add _RTN version. We need per WI scratch location to store the old value 325 // FIXME: Add _RTN version. We need per WI scratch location to store the old value
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineBasicBlock.cpp | 797 probability_iterator WI = getProbabilityIterator(I); in removeSuccessor() local 798 Probs.erase(WI); in removeSuccessor()
|
| /freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | NeonEmitter.cpp | 566 Record *WI = R.getClass("WInst"); in NeonEmitter() local 575 ClassMap[WI] = ClassW; in NeonEmitter()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 2027 SmallVectorImpl<std::pair<IdentifierInfo *, WeakInfo>> &WI) override;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 4401 WeakInfo &WI = WeakUndeclaredIdentifier.second; in WriteASTCore() local 4403 AddIdentifierRef(WI.getAlias(), WeakUndeclaredIdentifiers); in WriteASTCore() 4404 AddSourceLocation(WI.getLocation(), WeakUndeclaredIdentifiers); in WriteASTCore() 4405 WeakUndeclaredIdentifiers.push_back(WI.getUsed()); in WriteASTCore()
|
| H A D | ASTReader.cpp | 8403 WeakInfo WI(AliasId, Loc); in ReadWeakUndeclaredIdentifiers() local 8404 WI.setUsed(Used); in ReadWeakUndeclaredIdentifiers() 8405 WeakIDs.push_back(std::make_pair(WeakId, WI)); in ReadWeakUndeclaredIdentifiers()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | P9InstrResources.td | 130 (instregex "CMP(WI|LWI|W|LW)(8)?$"),
|
| /freebsd-13.1/sys/dev/usb/ |
| H A D | usbdevs | 3216 product MELCO WIU2433DM 0x0242 WI-U2-433DM 3217 product MELCO WIU3866D 0x025d WI-U3-866D 3218 product MELCO WIU2433DHP 0x029b WI-U2-433DHP
|
| /freebsd-13.1/crypto/heimdal/lib/wind/ |
| H A D | UnicodeData.txt | 3191 1171;HANGUL JUNGSEONG WI;Lo;0;L;;;;;N;;;;; 3504 12CA;ETHIOPIC SYLLABLE WI;Lo;0;L;;;;;N;;;;; 3743 13EB;CHEROKEE LETTER WI;Lo;0;L;;;;;N;;;;; 3766 140E;CANADIAN SYLLABICS WI;Lo;0;L;;;;;N;;;;; 3767 140F;CANADIAN SYLLABICS WEST-CREE WI;Lo;0;L;;;;;N;;;;; 4220 15D4;CANADIAN SYLLABICS CARRIER WI;Lo;0;L;;;;;N;;;;; 8530 3090;HIRAGANA LETTER WI;Lo;0;L;;;;;N;;;;; 8624 30F0;KATAKANA LETTER WI;Lo;0;L;;;;;N;;;;; 8726 315F;HANGUL LETTER WI;Lo;0;L;<compat> 1171;;;;N;;;;; 12143 10039;LINEAR B SYLLABLE B040 WI;Lo;0;L;;;;;N;;;;; [all …]
|
| /freebsd-13.1/sys/contrib/zlib/ |
| H A D | ChangeLog | 600 - Add -WI,-rpath,. to LDFLAGS for OSF 1 V4*
|