Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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.cpp424 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DTextDiagnostic.h87 ArrayRef<FixItHint> Hints) override { in emitCodeContext()
H A DSARIFDiagnostic.h47 ArrayRef<FixItHint> Hints) override {} in emitCodeContext()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceVirtualRegisters.cpp26 const std::pair<Register, SmallVector<Register, 4>> &Hints = in dropRegisterHintsFromFunction() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h277 const LoopVectorizeHints &Hints; variable
293 const LoopVectorizeHints &Hints, in LoopVectorizationPlanner()
H A DLoopVectorizationLegality.cpp296 Hint *Hints[] = {&Width, &Interleave, &Force, in setHint() local
H A DLoopVectorize.cpp1000 LoopVectorizeHints Hints(TheLoop, true /* doesn't matter */, *ORE); in reportVectorizationFailure() local
1010 LoopVectorizeHints Hints(TheLoop, true /* doesn't matter */, *ORE); in reportVectorizationInfo() local
1172 const LoopVectorizeHints *Hints, in LoopVectorizationCostModel()
1851 const LoopVectorizeHints *Hints; member in llvm::LoopVectorizationCostModel
2155 LoopVectorizeHints Hints(OuterLp, true /*DisableInterleaving*/, *ORE); in isExplicitVecOuterLoop() local
7711 LoopVectorizeHints Hints(L, true, *ORE); in executePlan() local
9839 Function *F, Loop *L, LoopVectorizeHints &Hints, ProfileSummaryInfo *PSI, in getScalarEpilogueLowering()
9959 ProfileSummaryInfo *PSI, LoopVectorizeHints &Hints, in processLoopInVPlanNativePath()
10174 LoopVectorizeHints Hints(L, InterleaveOnlyWhenForced, *ORE, TTI); in processLoop() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSemaFixItUtils.h41 std::vector<FixItHint> Hints; member
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp58 SmallVectorImpl<MCPhysReg> &Hints, in addHints()
76 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints()
/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp154 addrinfo Hints{}; in connectTCPSocketImpl() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp426 ArrayRef<FixItHint> Hints) { in emitCaret()
534 ArrayRef<FixItHint> Hints) { in emitMacroExpansions()
H A DTextDiagnostic.cpp1063 ArrayRef<FixItHint> Hints, in buildFixItInsertionLine()
1133 SmallVectorImpl<CharSourceRange> &Ranges, ArrayRef<FixItHint> Hints) { in emitSnippetAndCaret()
1314 void TextDiagnostic::emitParseableFixits(ArrayRef<FixItHint> Hints, in emitParseableFixits()
H A DSerializedDiagnosticPrinter.cpp700 ArrayRef<FixItHint> Hints, in EmitCodeContext()
730 ArrayRef<FixItHint> Hints) { in emitCodeContext()
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dmap.bench.cpp55 Hints; member
58 enum class Shuffle { None, Keys, Hints }; enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h533 LoopVectorizeHints *Hints; variable
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexDiagnostic.cpp132 ArrayRef<FixItHint> Hints) override {} in emitCodeContext()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSourceMgr.cpp382 ArrayRef<SMFixIt> Hints) in SMDiagnostic()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp284 const auto &Hints = SrcMRI->getRegAllocationHints(Reg); in cloneMF() local
/openbsd-src/gnu/llvm/clang/docs/
H A DInternalsManual.rst455 .. _DiagnosticConsumer:
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp693 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp976 SmallVectorImpl<MCPhysReg> &Hints, in getRegAllocationHints()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp338 SmallVectorImpl<MCPhysReg> &Hints, const MachineFunction &MF, in getRegAllocationHints()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp1143 FixItHint Hints[NumLocs]; in Finish() local

12