Home
last modified time | relevance | path

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

/freebsd/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.cpp421 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DSARIFDiagnostic.h47 ArrayRef<FixItHint> Hints) override {} in emitCodeContext()
H A DTextDiagnostic.h96 ArrayRef<FixItHint> Hints) override { in emitCodeContext()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaFixItUtils.h41 std::vector<FixItHint> Hints; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h325 const LoopVectorizeHints &Hints; variable
352 PredicatedScalarEvolution &PSE, const LoopVectorizeHints &Hints, in LoopVectorizationPlanner()
H A DLoopVectorize.cpp942 LoopVectorizeHints Hints(TheLoop, true /* doesn't matter */, *ORE); in reportVectorizationFailure() local
955 LoopVectorizeHints Hints(TheLoop, true /* doesn't matter */, *ORE); in reportVectorizationInfo() local
1023 const LoopVectorizeHints *Hints, in LoopVectorizationCostModel()
1783 const LoopVectorizeHints *Hints; member in llvm::LoopVectorizationCostModel
2154 LoopVectorizeHints Hints(OuterLp, true /*DisableInterleaving*/, *ORE); in isExplicitVecOuterLoop() local
7386 LoopVectorizeHints Hints(L, true, *ORE); in executePlan() local
9380 Function *F, Loop *L, LoopVectorizeHints &Hints, ProfileSummaryInfo *PSI, in getScalarEpilogueLowering()
9433 ProfileSummaryInfo *PSI, LoopVectorizeHints &Hints, in processLoopInVPlanNativePath()
9652 LoopVectorizeHints Hints(L, InterleaveOnlyWhenForced, *ORE, TTI); in processLoop() local
H A DLoopVectorizationLegality.cpp301 Hint *Hints[] = {&Width, &Interleave, &Force, in setHint() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp58 SmallVectorImpl<MCPhysReg> &Hints, in addHints() argument
76 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints() argument
[all...]
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp426 ArrayRef<FixItHint> Hints) { in emitCaret()
532 ArrayRef<FixItHint> Hints) { in emitMacroExpansions()
H A DTextDiagnostic.cpp1004 ArrayRef<FixItHint> Hints, in buildFixItInsertionLine()
1289 SmallVectorImpl<CharSourceRange> &Ranges, ArrayRef<FixItHint> Hints) { in emitSnippetAndCaret()
1507 void TextDiagnostic::emitParseableFixits(ArrayRef<FixItHint> Hints, in emitParseableFixits()
H A DSerializedDiagnosticPrinter.cpp698 ArrayRef<FixItHint> Hints, in EmitCodeContext()
728 ArrayRef<FixItHint> Hints) { in emitCodeContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h530 LoopVectorizeHints *Hints; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp382 ArrayRef<SMFixIt> Hints) in SMDiagnostic()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp804 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp1075 SmallVectorImpl<MCPhysReg> &Hints, in getRegAllocationHints()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp338 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp1172 FixItHint Hints[NumLocs]; in Finish() local
H A DSemaDecl.cpp14302 SmallVector<FixItHint, 1> Hints; in CheckCompleteVariableDeclaration() local
H A DSemaChecking.cpp7480 SmallVector<FixItHint,4> Hints; in checkFormatExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp563 SmallVectorImpl<MCPhysReg> &Hints, in getRegAllocationHints()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1213 MachO::twolevel_hints_command Hints = HintsOrErr.get(); in checkTwoLevelHintsCommand() local
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl2.h708 UINT8 Hints; member