Home
last modified time | relevance | path

Searched refs:WI (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp246 struct WorkItem *WI = new WorkItem(BB, State); in calculateCXXStateForAsynchEH() local
247 WorkList.push_back(WI); in calculateCXXStateForAsynchEH()
250 WI = WorkList.pop_back_val(); in calculateCXXStateForAsynchEH()
251 const BasicBlock *BB = WI->Block; in calculateCXXStateForAsynchEH()
252 int State = WI->State; in calculateCXXStateForAsynchEH()
253 delete WI; in calculateCXXStateForAsynchEH()
285 WI = new WorkItem(SuccBB, State); in calculateCXXStateForAsynchEH()
286 WorkList.push_back(WI); in calculateCXXStateForAsynchEH()
307 struct WorkItem *WI = new WorkItem(BB, State); in calculateSEHStateForAsynchEH() local
308 WorkList.push_back(WI); in calculateSEHStateForAsynchEH()
[all …]
H A DMachineBasicBlock.cpp847 probability_iterator WI = getProbabilityIterator(I); in removeSuccessor() local
848 Probs.erase(WI); in removeSuccessor()
/freebsd/tools/tools/locale/etc/charmaps/
H A DeucKR.TXT586 0x82D1 0xADC2 #HANGUL SYLLABLE KIYEOK WI SSANGKIYEOK
587 0x82D2 0xADC3 #HANGUL SYLLABLE KIYEOK WI KIYEOKSIOS
588 0x82D3 0xADC5 #HANGUL SYLLABLE KIYEOK WI NIEUNCIEUC
589 0x82D4 0xADC6 #HANGUL SYLLABLE KIYEOK WI NIEUNHIEUH
590 0x82D5 0xADC7 #HANGUL SYLLABLE KIYEOK WI TIKEUT
591 0x82D6 0xADC9 #HANGUL SYLLABLE KIYEOK WI RIEULKIYEOK
592 0x82D7 0xADCA #HANGUL SYLLABLE KIYEOK WI RIEULMIEUM
593 0x82D8 0xADCB #HANGUL SYLLABLE KIYEOK WI RIEULPIEUP
594 0x82D9 0xADCC #HANGUL SYLLABLE KIYEOK WI RIEULSIOS
595 0x82DA 0xADCD #HANGUL SYLLABLE KIYEOK WI RIEULTHIEUTH
[all …]
H A DeucCN.TXT352 0xA4F0 0x3090 # HIRAGANA LETTER WI
435 0xA5F0 0x30F0 # KATAKANA LETTER WI
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp512 static void visitIVCast(CastInst *Cast, WideIVInfo &WI, in visitIVCast() argument
528 uint64_t NarrowIVWidth = SE->getTypeSizeInBits(WI.NarrowIV->getType()); in visitIVCast()
545 if (!WI.WidestNativeType || in visitIVCast()
546 Width > SE->getTypeSizeInBits(WI.WidestNativeType)) { in visitIVCast()
547 WI.WidestNativeType = SE->getEffectiveSCEVType(Ty); in visitIVCast()
548 WI.IsSigned = IsSigned; in visitIVCast()
556 WI.IsSigned |= IsSigned; in visitIVCast()
575 WideIVInfo WI; member in __anon28dbd4a40211::IndVarSimplifyVisitor
582 WI.NarrowIV = IVPhi; in IndVarSimplifyVisitor()
586 void visitCast(CastInst *Cast) override { visitIVCast(Cast, WI, SE, TTI); } in visitCast()
[all …]
H A DLoopStrengthReduce.cpp4604 for (const WorkItem &WI : WorkItems) { in GenerateCrossUseConstantOffsets() local
4605 size_t LUIdx = WI.LUIdx; in GenerateCrossUseConstantOffsets()
4607 Immediate Imm = WI.Imm; in GenerateCrossUseConstantOffsets()
4608 const SCEV *OrigReg = WI.OrigReg; in GenerateCrossUseConstantOffsets()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyIndVar.h83 PHINode *createWideIV(const WideIVInfo &WI,
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h164 SmallVectorImpl<std::pair<IdentifierInfo *, WeakInfo> > &WI) {} in ReadWeakUndeclaredIdentifiers()
H A DMultiplexExternalSemaSource.h303 SmallVectorImpl<std::pair<IdentifierInfo*, WeakInfo> > &WI) override;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp295 SmallVectorImpl<std::pair<IdentifierInfo*, WeakInfo> > &WI) { in ReadWeakUndeclaredIdentifiers()
297 Sources[i]->ReadWeakUndeclaredIdentifiers(WI); in ReadWeakUndeclaredIdentifiers()
H A DSema.cpp1244 for (const auto &WI : WeakIDs.second) in ActOnEndOfTranslationUnit() local
1245 Diag(WI.getLocation(), diag::warn_attribute_wrong_decl_type) in ActOnEndOfTranslationUnit()
1248 for (const auto &WI : WeakIDs.second) in ActOnEndOfTranslationUnit() local
1249 Diag(WI.getLocation(), diag::warn_weak_identifier_undeclared) in ActOnEndOfTranslationUnit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp428 auto &WI = All[WriteEntry->second]; in chooseInstructionsToInstrument() local
433 cast<StoreInst>(WI.Inst)->isVolatile()); in chooseInstructionsToInstrument()
437 WI.Flags |= InstructionInfo::kCompoundRW; in chooseInstructionsToInstrument()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp1133 WidenIV(const WideIVInfo &WI, LoopInfo *LInfo, ScalarEvolution *SEv,
1227 WidenIV::WidenIV(const WideIVInfo &WI, LoopInfo *LInfo, ScalarEvolution *SEv, in WidenIV() argument
1230 : OrigPhi(WI.NarrowIV), WideType(WI.WidestNativeType), LI(LInfo), in WidenIV()
1235 ExtendKindMap[OrigPhi] = WI.IsSigned ? ExtendKind::Sign : ExtendKind::Zero; in WidenIV()
2264 PHINode *llvm::createWideIV(const WideIVInfo &WI, in createWideIV() argument
2269 WidenIV Widener(WI, LI, SE, DT, DeadInsts, HasGuards, UsePostIncrementRanges); in createWideIV()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h524 &WI) override { in ReadWeakUndeclaredIdentifiers()
526 Source->ReadWeakUndeclaredIdentifiers(WI); in ReadWeakUndeclaredIdentifiers()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3061 WLItem &WI = WL.back(); in findReportInEquivalenceClass() local
3062 assert(!WI.N->succ_empty()); in findReportInEquivalenceClass()
3064 for (; WI.I != WI.E; ++WI.I) { in findReportInEquivalenceClass()
3065 const ExplodedNode *Succ = *WI.I; in findReportInEquivalenceClass()
3091 if (!WL.empty() && &WL.back() == &WI) in findReportInEquivalenceClass()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp713 WorkItem WI = Worklist.back(); in analyzeFunction() local
716 if (WI.MI) in analyzeFunction()
717 propagateInstruction(*WI.MI, Worklist); in analyzeFunction()
719 propagateBlock(*WI.MBB, Worklist); in analyzeFunction()
H A DSIInsertWaitcnts.cpp1476 for (MachineInstr **WI : WaitsToErase) { in applyPreexistingWaitcnt()
1477 if (!*WI) in applyPreexistingWaitcnt()
1480 (*WI)->eraseFromParent(); in applyPreexistingWaitcnt()
1481 *WI = nullptr; in applyPreexistingWaitcnt()
H A DEvergreenInstructions.td307 // 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
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp572 Record *WI = R.getClass("WInst"); in NeonEmitter() local
581 ClassMap[WI] = ClassW; in NeonEmitter()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DP9InstrResources.td130 (instregex "CMP(WI|LWI|W|LW)(8)?$"),
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5406 for (const auto &WI : WeakUndeclaredIdentifierList.second) { in WriteASTCore() local
5408 AddIdentifierRef(WI.getAlias(), WeakUndeclaredIdentifiers); in WriteASTCore()
5409 AddSourceLocation(WI.getLocation(), WeakUndeclaredIdentifiers); in WriteASTCore()
H A DASTReader.cpp8804 WeakInfo WI(AliasId, Loc); in ReadWeakUndeclaredIdentifiers() local
8805 WeakIDs.push_back(std::make_pair(WeakId, WI)); in ReadWeakUndeclaredIdentifiers()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVVLPatterns.td959 def : VPatBinaryVL_XI<vop, instruction_name, "WI",
978 defm : VPatBinaryRM_VL_XI<vop, instruction_name, "WI",
/freebsd/sys/dev/usb/
H A Dusbdevs3296 product MELCO WIU2433DM 0x0242 WI-U2-433DM
3297 product MELCO WIU3866D 0x025d WI-U3-866D
3298 product MELCO WIU2433DHP 0x029b WI-U2-433DHP
/freebsd/crypto/heimdal/lib/wind/
H A DUnicodeData.txt3191 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;;;;;
4189 15B5;CANADIAN SYLLABICS BLACKFOOT 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;;;;;
[all …]

12