Home
last modified time | relevance | path

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

12

/llvm-project/llvm/unittests/CodeGen/
H A DAllocationOrderTest.cpp28 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
35 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
42 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
49 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
58 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
68 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
75 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
82 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
91 SmallVector<MCPhysReg, 16> Hints; in TEST() local
100 SmallVector<MCPhysReg, 16> Hints = {1, 2, 3}; in TEST() local
/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
/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()
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceVirtualRegisters.cpp26 const std::pair<unsigned, SmallVector<Register, 4>> *Hints = in dropRegisterHintsFromFunction() local
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DTypesInternal.h64 enum class Hints : uint8_t { enum
/llvm-project/clang/include/clang/Sema/
H A DSemaFixItUtils.h41 std::vector<FixItHint> Hints; member
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DConstReturnTypeCheck.cpp63 llvm::SmallVector<clang::FixItHint, 4> Hints; member
/llvm-project/clang-tools-extra/clang-tidy/abseil/
H A DRedundantStrcatCallsCheck.cpp45 std::vector<FixItHint> Hints; member
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h325 const LoopVectorizeHints &Hints; global() variable
342 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
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp144 addrinfo Hints{}; connectTCPSocketImpl() local
/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...]
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DCrtpConstructorAccessibilityCheck.cpp70 std::vector<FixItHint> Hints; in hintMakeCtorPrivate() local
/llvm-project/clang-tools-extra/include-cleaner/unittests/
H A DAnalysisTest.cpp461 TEST(Hints,Ordering) TEST() argument
462 __anonca074cb60802(Hints Hints) TEST() argument
[all...]
/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp426 emitCaret(FullSourceLoc Loc,DiagnosticsEngine::Level Level,ArrayRef<CharSourceRange> Ranges,ArrayRef<FixItHint> Hints) emitCaret() argument
532 emitMacroExpansions(FullSourceLoc Loc,DiagnosticsEngine::Level Level,ArrayRef<CharSourceRange> Ranges,ArrayRef<FixItHint> Hints) emitMacroExpansions() argument
H A DTextDiagnostic.cpp1004 ArrayRef<FixItHint> Hints, in buildFixItInsertionLine() argument
1289 SmallVectorImpl<CharSourceRange> &Ranges, ArrayRef<FixItHint> Hints) { in emitSnippetAndCaret() argument
1507 void TextDiagnostic::emitParseableFixits(ArrayRef<FixItHint> Hints, in emitParseableFixits() argument
[all...]
H A DSerializedDiagnosticPrinter.cpp698 EmitCodeContext(SmallVectorImpl<CharSourceRange> & Ranges,ArrayRef<FixItHint> Hints,const SourceManager & SM) EmitCodeContext() argument
728 emitCodeContext(FullSourceLoc Loc,DiagnosticsEngine::Level Level,SmallVectorImpl<CharSourceRange> & Ranges,ArrayRef<FixItHint> Hints) emitCodeContext() argument
/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h530 LoopVectorizeHints *Hints; global() variable
/llvm-project/libcxx/benchmarks/
H A Dmap.bench.cpp
/llvm-project/clang-tools-extra/clangd/tool/
H A DCheck.cpp367 auto Hints = inlayHints(*AST, LineRange); buildInlayHints() local
/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp382 ArrayRef<SMFixIt> Hints) in SMDiagnostic() argument
/llvm-project/clang/tools/libclang/
H A DCIndexDiagnostic.cpp132 emitCodeContext(FullSourceLoc Loc,DiagnosticsEngine::Level Level,SmallVectorImpl<CharSourceRange> & Ranges,ArrayRef<FixItHint> Hints) emitCodeContext() argument
/llvm-project/clang/docs/
H A DInternalsManual.rst493 DiagnosticConsumerFix-It Hints global() argument
/llvm-project/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp309 const auto &Hints = SrcMRI->getRegAllocationHints(Reg); cloneMF() local

12