/freebsd/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 (MCPhysReg Hint : Hints) in create() 47 assert(all_of(Hints, in create() 50 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/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 | 1172 FixItHint Hints[NumLocs]; in Finish() local 1180 Hints[I] = FixItHint::CreateRemoval(ExtraLocs[I]); in Finish() 1189 << Hints[0] << Hints[1] << Hints[2] << Hints[3] in Finish() 1190 << Hints[4] << Hints[5] << Hints[6] << Hints[7]; in Finish()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.cpp | 55 // registers are copy hints (and therefore already in Hints), hint them 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, PhysRe in getRegAllocationHints() [all...] |
H A D | SystemZRegisterInfo.h | 150 SmallVectorImpl<MCPhysReg> &Hints,
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | TextDiagnostic.h | 96 ArrayRef<FixItHint> Hints) override { in emitCodeContext() argument 97 emitSnippetAndCaret(Loc, Level, Ranges, Hints); in emitCodeContext() 113 ArrayRef<FixItHint> Hints); 119 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/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaFixItUtils.h | 41 std::vector<FixItHint> Hints; member 80 Hints.clear(); in clear()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationPlanner.h | 325 const LoopVectorizeHints &Hints; variable 352 PredicatedScalarEvolution &PSE, const LoopVectorizeHints &Hints, in LoopVectorizationPlanner() argument 355 IAI(IAI), PSE(PSE), Hints(Hints), ORE(ORE) {} in LoopVectorizationPlanner()
|
H A D | LoopVectorize.cpp | 942 LoopVectorizeHints Hints(TheLoop, true /* doesn't matter */, *ORE); in reportVectorizationFailure() local 944 createLVAnalysis(Hints.vectorizeAnalysisPassName(), ORETag, TheLoop, I) in reportVectorizationFailure() 955 LoopVectorizeHints Hints(TheLoop, true /* doesn't matter */, *ORE); in reportVectorizationInfo() local 957 createLVAnalysis(Hints.vectorizeAnalysisPassName(), ORETag, TheLoop, I) in reportVectorizationInfo() 1023 const LoopVectorizeHints *Hints, in LoopVectorizationCostModel() argument 1027 Hints(Hints), InterleaveInfo(IAI) {} in LoopVectorizationCostModel() 1104 return !Hints->allowReordering() && RdxDesc.isOrdered(); in useOrderedReductions() 1783 const LoopVectorizeHints *Hints; member in llvm::LoopVectorizationCostModel 2154 LoopVectorizeHints Hints(OuterLp, true /*DisableInterleaving*/, *ORE); in isExplicitVecOuterLoop() local 2158 if (Hints.getForce() == LoopVectorizeHints::FK_Undefined) in isExplicitVecOuterLoop() [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() 1165 if (!Requirements->getExactFPInst() || Hints->allowReordering()) in canVectorizeFPMath() 1526 if (Hints->getForce() == LoopVectorizeHints::FK_Enabled) in canVectorize()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | TextDiagnostic.cpp | 1004 ArrayRef<FixItHint> Hints, in buildFixItInsertionLine() argument 1008 if (Hints.empty() || !DiagOpts->ShowFixits) in buildFixItInsertionLine() 1012 for (const auto &H : Hints) { in buildFixItInsertionLine() 1289 SmallVectorImpl<CharSourceRange> &Ranges, ArrayRef<FixItHint> Hints) { in emitSnippetAndCaret() argument 1301 if (Loc == LastLoc && Ranges.empty() && Hints.empty() && in emitSnippetAndCaret() 1402 FID, LineNo, sourceColMap, Hints, SM, DiagOpts.get()); in emitSnippetAndCaret() 1447 emitParseableFixits(Hints, SM); in emitSnippetAndCaret() 1507 void TextDiagnostic::emitParseableFixits(ArrayRef<FixItHint> Hints, in emitParseableFixits() argument 1514 for (const auto &H : Hints) { in emitParseableFixits() 1520 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/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.cpp | 1075 SmallVectorImpl<MCPhysReg> &Hints, in getRegAllocationHints() argument 1082 VirtReg, Order, Hints, MF, VRM, Matrix); in getRegAllocationHints() 1092 Hints.push_back(PhysReg); in getRegAllocationHints() 1097 Hints.push_back(PhysReg); in getRegAllocationHints() 1101 CopyHints.insert(Hints.begin(), Hints.end()); in getRegAllocationHints() 1102 Hints.clear(); in getRegAllocationHints() 1116 for (auto Hint : Hints) { in getRegAllocationHints()
|
H A D | X86RegisterInfo.h | 176 SmallVectorImpl<MCPhysReg> &Hints,
|
/freebsd/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/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() 530 LoopVectorizeHints *Hints; variable
|
/freebsd/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/contrib/libpcap/cmake/Modules/ |
H A D | FindAirPcap.cmake | 18 # Hints and Backward Compatibility
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVRegisterInfo.h | 129 SmallVectorImpl<MCPhysReg> &Hints,
|
H A D | RISCVRegisterInfo.cpp | 804 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints() argument 810 VirtReg, Order, Hints, MF, VRM, Matrix); in getRegAllocationHints() 827 if (!MRI->isReserved(PhysReg) && !is_contained(Hints, PhysReg)) in getRegAllocationHints() 925 Hints.push_back(OrderReg); in getRegAllocationHints()
|
/freebsd/contrib/ntp/html/hints/ |
H A D | mpeix | 1 HP e3000 MPE/iX NTP Hints - May 29, 2001
|