| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AllocationOrder.cpp | 35 SmallVector<MCPhysReg, 16> Hints; in create() local 37 TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix); in create() 40 if (!Hints.empty()) { in create() 42 for (unsigned I = 0, E = Hints.size(); I != E; ++I) in create() 43 dbgs() << ' ' << printReg(Hints[I], TRI); in create() 48 for (unsigned I = 0, E = Hints.size(); I != E; ++I) in create() 49 assert(is_contained(Order, Hints[I]) && in create() 52 return AllocationOrder(std::move(Hints), Order, HardHints); in create()
|
| H A D | AllocationOrder.h | 31 const SmallVector<MCPhysReg, 16> Hints; variable 57 return AO.Hints.end()[Pos]; 90 AllocationOrder(SmallVector<MCPhysReg, 16> &&Hints, ArrayRef<MCPhysReg> Order, in AllocationOrder() argument 92 : Hints(std::move(Hints)), Order(Order), in AllocationOrder() 96 return Iterator(*this, -(static_cast<int>(Hints.size()))); in begin() 118 return Reg.isPhysical() && is_contained(Hints, Reg.id()); in isHint()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaFixItUtils.cpp | 108 Hints.push_back(FixItHint::CreateRemoval( in tryToFixConversion() 112 Hints.push_back(FixItHint::CreateInsertion(Begin, "*(")); in tryToFixConversion() 113 Hints.push_back(FixItHint::CreateInsertion(End, ")")); in tryToFixConversion() 115 Hints.push_back(FixItHint::CreateInsertion(Begin, "*")); in tryToFixConversion() 146 Hints.push_back(FixItHint::CreateRemoval( in tryToFixConversion() 150 Hints.push_back(FixItHint::CreateInsertion(Begin, "&(")); in tryToFixConversion() 151 Hints.push_back(FixItHint::CreateInsertion(End, ")")); in tryToFixConversion() 153 Hints.push_back(FixItHint::CreateInsertion(Begin, "&")); in tryToFixConversion()
|
| H A D | DeclSpec.cpp | 1155 FixItHint Hints[NumLocs]; in Finish() local 1163 Hints[I] = FixItHint::CreateRemoval(ExtraLocs[I]); in Finish() 1172 << Hints[0] << Hints[1] << Hints[2] << Hints[3] in Finish() 1173 << Hints[4] << Hints[5] << Hints[6] << Hints[7]; in Finish()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | TextDiagnostic.h | 87 ArrayRef<FixItHint> Hints) override { in emitCodeContext() argument 88 emitSnippetAndCaret(Loc, Level, Ranges, Hints); in emitCodeContext() 104 ArrayRef<FixItHint> Hints); 109 void emitParseableFixits(ArrayRef<FixItHint> Hints, const SourceManager &SM);
|
| H A D | DiagnosticRenderer.h | 89 ArrayRef<FixItHint> Hints) = 0; 111 ArrayRef<CharSourceRange> Ranges, ArrayRef<FixItHint> Hints); 117 ArrayRef<FixItHint> Hints);
|
| H A D | SARIFDiagnostic.h | 47 ArrayRef<FixItHint> Hints) override {} in emitCodeContext() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.cpp | 58 SmallVectorImpl<MCPhysReg> &Hints, in addHints() argument 62 CopyHints.insert(Hints.begin(), Hints.end()); in addHints() 63 Hints.clear(); in addHints() 67 Hints.push_back(Reg); in addHints() 71 Hints.push_back(Reg); in addHints() 76 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints() argument 83 VirtReg, Order, Hints, MF, VRM, Matrix); in getRegAllocationHints() 118 if (!MRI->isReserved(PhysReg) && !is_contained(Hints, PhysReg)) in getRegAllocationHints() 128 Hints.push_back(OrderReg); in getRegAllocationHints() 156 addHints(Order, Hints, RC, MRI); in getRegAllocationHints() [all …]
|
| H A D | SystemZRegisterInfo.h | 150 SmallVectorImpl<MCPhysReg> &Hints,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaFixItUtils.h | 41 std::vector<FixItHint> Hints; member 80 Hints.clear(); in clear()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 317 const LoopVectorizeHints &Hints; variable 334 PredicatedScalarEvolution &PSE, const LoopVectorizeHints &Hints, in LoopVectorizationPlanner() argument 337 IAI(IAI), PSE(PSE), Hints(Hints), ORE(ORE) {} in LoopVectorizationPlanner()
|
| H A D | LoopVectorize.cpp | 1209 Hints(Hints), InterleaveInfo(IAI) {} in LoopVectorizationCostModel() 1910 const LoopVectorizeHints *Hints; member in llvm::LoopVectorizationCostModel 2293 if (Hints.getInterleave() > 1) { in isExplicitVecOuterLoop() 2297 Hints.emitRemarkWithHints(); in isExplicitVecOuterLoop() 7651 Hints.setAlreadyVectorized(); in executePlan() 9595 switch (Hints.getPredicate()) { in getScalarEpilogueLowering() 9672 Hints.setAlreadyVectorized(); in processLoopInVPlanNativePath() 9879 Hints.emitRemarkWithHints(); in processLoop() 9950 Hints.emitRemarkWithHints(); in processLoop() 9964 Hints.emitRemarkWithHints(); in processLoop() [all …]
|
| H A D | LoopVectorizationLegality.cpp | 301 Hint *Hints[] = {&Width, &Interleave, &Force, in setHint() local 303 for (auto *H : Hints) { in setHint() 1010 Hints->setPotentiallyUnsafe(); in canVectorizeInstrs() 1062 return OptimizationRemarkAnalysis(Hints->vectorizeAnalysisPassName(), in canVectorizeMemory() 1157 if (!Requirements->getExactFPInst() || Hints->allowReordering()) in canVectorizeFPMath() 1508 if (Hints->getForce() == LoopVectorizeHints::FK_Enabled) in canVectorize()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | TextDiagnostic.cpp | 995 ArrayRef<FixItHint> Hints, in buildFixItInsertionLine() argument 999 if (Hints.empty() || !DiagOpts->ShowFixits) in buildFixItInsertionLine() 1003 for (const auto &H : Hints) { in buildFixItInsertionLine() 1124 SmallVectorImpl<CharSourceRange> &Ranges, ArrayRef<FixItHint> Hints) { in emitSnippetAndCaret() argument 1136 if (Loc == LastLoc && Ranges.empty() && Hints.empty() && in emitSnippetAndCaret() 1231 FID, LineNo, sourceColMap, Hints, SM, DiagOpts.get()); in emitSnippetAndCaret() 1275 emitParseableFixits(Hints, SM); in emitSnippetAndCaret() 1314 void TextDiagnostic::emitParseableFixits(ArrayRef<FixItHint> Hints, in emitParseableFixits() argument 1321 for (const auto &H : Hints) { in emitParseableFixits() 1327 for (const auto &H : Hints) { in emitParseableFixits()
|
| H A D | SerializedDiagnosticPrinter.cpp | 79 ArrayRef<FixItHint> Hints) override; 194 ArrayRef<FixItHint> Hints, 698 ArrayRef<FixItHint> Hints, in EmitCodeContext() argument 711 for (ArrayRef<FixItHint>::iterator I = Hints.begin(), E = Hints.end(); in EmitCodeContext() 728 ArrayRef<FixItHint> Hints) { in emitCodeContext() argument 729 Writer.EmitCodeContext(Ranges, Hints, Loc.getManager()); in emitCodeContext()
|
| H A D | DiagnosticRenderer.cpp | 426 ArrayRef<FixItHint> Hints) { in emitCaret() argument 429 emitCodeContext(Loc, Level, SpellingRanges, Hints); in emitCaret() 532 ArrayRef<FixItHint> Hints) { in emitMacroExpansions() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.cpp | 1070 SmallVectorImpl<MCPhysReg> &Hints, in getRegAllocationHints() argument 1077 VirtReg, Order, Hints, MF, VRM, Matrix); in getRegAllocationHints() 1087 Hints.push_back(PhysReg); in getRegAllocationHints() 1092 Hints.push_back(PhysReg); in getRegAllocationHints() 1096 CopyHints.insert(Hints.begin(), Hints.end()); in getRegAllocationHints() 1097 Hints.clear(); in getRegAllocationHints() 1111 for (auto Hint : Hints) { in getRegAllocationHints()
|
| H A D | X86RegisterInfo.h | 176 SmallVectorImpl<MCPhysReg> &Hints,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseRegisterInfo.cpp | 338 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints() argument 352 TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); in getRegAllocationHints() 354 Hints.push_back(ARM::LR); in getRegAllocationHints() 357 return TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM); in getRegAllocationHints() 376 Hints.push_back(PairedPhys); in getRegAllocationHints() 386 Hints.push_back(Reg); in getRegAllocationHints()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.h | 249 ORE(ORE), Requirements(R), Hints(H), DB(DB), AC(AC), BFI(BFI), in LoopVectorizationLegality() 527 LoopVectorizeHints *Hints; variable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVRegisterInfo.h | 99 SmallVectorImpl<MCPhysReg> &Hints,
|
| H A D | RISCVRegisterInfo.cpp | 753 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints() argument 759 VirtReg, Order, Hints, MF, VRM, Matrix); in getRegAllocationHints() 773 if (!MRI->isReserved(PhysReg) && !is_contained(Hints, PhysReg)) in getRegAllocationHints() 871 Hints.push_back(OrderReg); in getRegAllocationHints()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SourceMgr.cpp | 382 ArrayRef<SMFixIt> Hints) in SMDiagnostic() argument 385 FixIts(Hints.begin(), Hints.end()) { in SMDiagnostic()
|
| /freebsd-14.2/contrib/libpcap/cmake/Modules/ |
| H A D | FindAirPcap.cmake | 18 # Hints and Backward Compatibility
|
| /freebsd-14.2/sys/contrib/dev/acpica/common/ |
| H A D | dmtbinfo2.c | 307 {ACPI_DMT_UINT8, ACPI_IORTA_OFFSET (Hints), "Hints (decoded below)", 0}, 308 {ACPI_DMT_FLAG0, ACPI_IORTA_FLAG_OFFSET (Hints, 0), "Transient", 0}, 309 {ACPI_DMT_FLAG1, ACPI_IORTA_FLAG_OFFSET (Hints, 0), "Write Allocate", 0}, 310 {ACPI_DMT_FLAG2, ACPI_IORTA_FLAG_OFFSET (Hints, 0), "Read Allocate", 0}, 311 {ACPI_DMT_FLAG3, ACPI_IORTA_FLAG_OFFSET (Hints, 0), "Override", 0},
|