Home
last modified time | relevance | path

Searched defs:Hints (Results 1 – 24 of 24) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAllocationOrder.h31 const SmallVector<MCPhysReg, 16> Hints; variable
90 AllocationOrder(SmallVector<MCPhysReg, 16> &&Hints, ArrayRef<MCPhysReg> Order, in AllocationOrder()
H A DAllocationOrder.cpp35 SmallVector<MCPhysReg, 16> Hints; in create() local
H A DTargetRegisterInfo.cpp425 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 DTextDiagnostic.h87 emitCodeContext(FullSourceLoc Loc,DiagnosticsEngine::Level Level,SmallVectorImpl<CharSourceRange> & Ranges,ArrayRef<FixItHint> Hints) emitCodeContext() argument
H A DSARIFDiagnostic.h47 ArrayRef<FixItHint> Hints) override {} in emitCodeContext()
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaFixItUtils.h41 std::vector<FixItHint> Hints; member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h317 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 DLoopVectorize.cpp1025 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 DLoopVectorizationLegality.cpp301 Hint *Hints[] = {&Width, &Interleave, &Force, in setHint() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp58 SmallVectorImpl<MCPhysReg> &Hints, in addHints()
76 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp426 ArrayRef<FixItHint> Hints) { in emitCaret()
532 ArrayRef<FixItHint> Hints) { in emitMacroExpansions()
H A DTextDiagnostic.cpp995 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 DSerializedDiagnosticPrinter.cpp698 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 DLoopVectorizationLegality.h527 LoopVectorizeHints *Hints; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp382 ArrayRef<SMFixIt> Hints) in SMDiagnostic() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp753 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 DARMBaseRegisterInfo.cpp338 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp1070 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 DDeclSpec.cpp1155 FixItHint Hints[NumLocs]; Finish() local
[all...]
H A DSemaDecl.cpp14497 SmallVector<FixItHint, 1> Hints; CheckCompleteVariableDeclaration() local
H A DSemaChecking.cpp12246 SmallVector<FixItHint,4> Hints; checkFormatExpr() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp563 SmallVectorImpl<MCPhysReg> &Hints, in getRegAllocationHints() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1213 MachO::twolevel_hints_command Hints = HintsOrErr.get(); in checkTwoLevelHintsCommand() local
/freebsd-src/sys/contrib/dev/acpica/include/
H A Dactbl2.h611 UINT8 Hints; global() member