/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AllocationOrder.h | 31 const SmallVector<MCPhysReg, 16> Hints; variable 90 AllocationOrder(SmallVector<MCPhysReg, 16> &&Hints, ArrayRef<MCPhysReg> Order, in AllocationOrder()
|
H A D | AllocationOrder.cpp | 35 SmallVector<MCPhysReg, 16> Hints; in create() local
|
H A D | TargetRegisterInfo.cpp | 425 getRegAllocationHints(Register VirtReg,ArrayRef<MCPhysReg> Order,SmallVectorImpl<MCPhysReg> & Hints,const MachineFunction & MF,const VirtRegMap * VRM,const LiveRegMatrix * Matrix) const getRegAllocationHints() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | TextDiagnostic.h | 87 emitCodeContext(FullSourceLoc Loc,DiagnosticsEngine::Level Level,SmallVectorImpl<CharSourceRange> & Ranges,ArrayRef<FixItHint> Hints) emitCodeContext() argument
|
H A D | SARIFDiagnostic.h | 47 ArrayRef<FixItHint> Hints) override {} in emitCodeContext()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaFixItUtils.h | 41 std::vector<FixItHint> Hints; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationPlanner.h | 317 const LoopVectorizeHints &Hints; global() variable 334 LoopVectorizationPlanner(Loop * L,LoopInfo * LI,DominatorTree * DT,const TargetLibraryInfo * TLI,const TargetTransformInfo & TTI,LoopVectorizationLegality * Legal,LoopVectorizationCostModel & CM,InterleavedAccessInfo & IAI,PredicatedScalarEvolution & PSE,const LoopVectorizeHints & Hints,OptimizationRemarkEmitter * ORE) LoopVectorizationPlanner() argument
|
H A D | LoopVectorize.cpp | 1025 LoopVectorizeHints Hints(TheLoop, true /* doesn't matter */, *ORE); reportVectorizationFailure() local 1035 LoopVectorizeHints Hints(TheLoop, true /* doesn't matter */, *ORE); reportVectorizationInfo() local 1205 LoopVectorizationCostModel(ScalarEpilogueLowering SEL,Loop * L,PredicatedScalarEvolution & PSE,LoopInfo * LI,LoopVectorizationLegality * Legal,const TargetTransformInfo & TTI,const TargetLibraryInfo * TLI,DemandedBits * DB,AssumptionCache * AC,OptimizationRemarkEmitter * ORE,const Function * F,const LoopVectorizeHints * Hints,InterleavedAccessInfo & IAI) LoopVectorizationCostModel() argument 1910 const LoopVectorizeHints *Hints; global() member in llvm::LoopVectorizationCostModel 2279 LoopVectorizeHints Hints(OuterLp, true /*DisableInterleaving*/, *ORE); isExplicitVecOuterLoop() local 7650 LoopVectorizeHints Hints(L, true, *ORE); executePlan() local 9566 getScalarEpilogueLowering(Function * F,Loop * L,LoopVectorizeHints & Hints,ProfileSummaryInfo * PSI,BlockFrequencyInfo * BFI,TargetTransformInfo * TTI,TargetLibraryInfo * TLI,LoopVectorizationLegality & LVL,InterleavedAccessInfo * IAI) getScalarEpilogueLowering() argument 9619 processLoopInVPlanNativePath(Loop * L,PredicatedScalarEvolution & PSE,LoopInfo * LI,DominatorTree * DT,LoopVectorizationLegality * LVL,TargetTransformInfo * TTI,TargetLibraryInfo * TLI,DemandedBits * DB,AssumptionCache * AC,OptimizationRemarkEmitter * ORE,BlockFrequencyInfo * BFI,ProfileSummaryInfo * PSI,LoopVectorizeHints & Hints,LoopVectorizationRequirements & Requirements) processLoopInVPlanNativePath() argument 9842 LoopVectorizeHints Hints(L, InterleaveOnlyWhenForced, *ORE, TTI); processLoop() local [all...] |
H A D | LoopVectorizationLegality.cpp | 301 Hint *Hints[] = {&Width, &Interleave, &Force, in setHint() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.cpp | 58 SmallVectorImpl<MCPhysReg> &Hints, in addHints() 76 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints()
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 426 ArrayRef<FixItHint> Hints) { in emitCaret() 532 ArrayRef<FixItHint> Hints) { in emitMacroExpansions()
|
H A D | TextDiagnostic.cpp | 995 buildFixItInsertionLine(FileID FID,unsigned LineNo,const SourceColumnMap & map,ArrayRef<FixItHint> Hints,const SourceManager & SM,const DiagnosticOptions * DiagOpts) buildFixItInsertionLine() argument 1124 emitSnippetAndCaret(FullSourceLoc Loc,DiagnosticsEngine::Level Level,SmallVectorImpl<CharSourceRange> & Ranges,ArrayRef<FixItHint> Hints) emitSnippetAndCaret() argument 1314 emitParseableFixits(ArrayRef<FixItHint> Hints,const SourceManager & SM) emitParseableFixits() argument [all...] |
H A D | SerializedDiagnosticPrinter.cpp | 698 ArrayRef<FixItHint> Hints, in EmitCodeContext() argument 728 ArrayRef<FixItHint> Hints) { in emitCodeContext() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 527 LoopVectorizeHints *Hints; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | SourceMgr.cpp | 382 ArrayRef<SMFixIt> Hints) in SMDiagnostic() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVRegisterInfo.cpp | 753 getRegAllocationHints(Register VirtReg,ArrayRef<MCPhysReg> Order,SmallVectorImpl<MCPhysReg> & Hints,const MachineFunction & MF,const VirtRegMap * VRM,const LiveRegMatrix * Matrix) const getRegAllocationHints() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBaseRegisterInfo.cpp | 338 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86RegisterInfo.cpp | 1070 getRegAllocationHints(Register VirtReg,ArrayRef<MCPhysReg> Order,SmallVectorImpl<MCPhysReg> & Hints,const MachineFunction & MF,const VirtRegMap * VRM,const LiveRegMatrix * Matrix) const getRegAllocationHints() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 1155 FixItHint Hints[NumLocs]; Finish() local [all...] |
H A D | SemaDecl.cpp | 14497 SmallVector<FixItHint, 1> Hints; CheckCompleteVariableDeclaration() local
|
H A D | SemaChecking.cpp | 12246 SmallVector<FixItHint,4> Hints; checkFormatExpr() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCRegisterInfo.cpp | 563 SmallVectorImpl<MCPhysReg> &Hints, in getRegAllocationHints() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 1213 MachO::twolevel_hints_command Hints = HintsOrErr.get(); in checkTwoLevelHintsCommand() local
|
/freebsd-src/sys/contrib/dev/acpica/include/ |
H A D | actbl2.h | 611 UINT8 Hints; global() member
|