Home
last modified time | relevance | path

Searched defs:Hint (Results 1 – 25 of 42) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h72 struct Hint { struct
75 HintKind Kind; argument
77 Hint(const char *Name, unsigned Value, HintKind Kind) in Hint() argument
/openbsd-src/gnu/llvm/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp57 std::string Hint = "") { in warn()
68 std::string Hint = "") { in exitWithError()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp213 DenseMap<unsigned, float> Hint; in weightCalcHelper() local
282 for (const auto &Hint : CopyHints) { in weightCalcHelper() local
H A DVirtRegMap.cpp110 Register Hint = MRI->getSimpleHint(VirtReg); in hasPreferredPhys() local
119 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(VirtReg); in hasKnownPreference() local
H A DRegAllocGreedy.cpp415 if (Register Hint = MRI->getSimpleHint(VirtReg.reg())) in tryAssign() local
2346 Register Hint = MRI->getSimpleHint(VirtReg.reg()); in selectOrSplitImpl() local
H A DRegAllocFast.cpp990 Register Hint; in useVirtReg() local
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp101 const FixItHint &Hint = Diag.fixit_begin()[FixIt]; in getFixIt() local
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h100 FixItHint Hint; variable
113 FixItHint Hint; variable
124 FixItHint Hint; in CreateRemoval() local
136 FixItHint Hint; in CreateReplacement() local
1212 void AddFixItHint(const FixItHint &Hint) const { in AddFixItHint()
1507 for (const FixItHint &Hint : Hints) variable
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCPredicates.h87 inline Predicate getPredicate(unsigned Condition, unsigned Hint) { in getPredicate()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp157 const FixItHint &Hint = Info.getFixItHint(Idx); in HandleDiagnostic() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp79 for (const FixItHint &Hint : Fixits) { in FlushDiagnosticsImpl() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp62 for (const auto &Hint : FixItHints) in mergeFixits() local
110 for (const auto &Hint : FixItHints) in emitDiagnostic() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DSourceMgr.h315 void addFixIt(const SMFixIt &Hint) { FixIts.push_back(Hint); } in addFixIt()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp341 std::pair<Register, Register> Hint = MRI.getRegAllocationHint(VirtReg); in getRegAllocationHints() local
394 std::pair<Register, Register> Hint = MRI->getRegAllocationHint(Reg); in updateRegAllocHint() local
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp420 FixItHint Hint; in CheckEndOfDirective() local
448 auto Hint = FixItHint::CreateReplacement(DirectiveRange, SuggValue); in SuggestTypoedDirective() local
2050 auto Hint = in LookupHeaderIncludeOrImport() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp1521 unsigned Hint = fieldFromInstruction(Insn, 16, 5); in DecodeCacheOp() local
1538 unsigned Hint = fieldFromInstruction(Insn, 21, 5); in DecodeCacheOpMM() local
1554 unsigned Hint = fieldFromInstruction(Insn, 21, 5); in DecodePrefeOpMM() local
1569 unsigned Hint = fieldFromInstruction(Insn, 16, 5); in DecodeCacheeOp_CacheOpR6() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp435 StringRef Hint(A->getValue()); in main() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp63 std::string Hint = "") { in warn()
81 std::string Hint = "") { in exitWithError()
95 StringRef Hint = ""; in exitWithError() local
142 StringRef Hint = ""; in handleMergeWriterError() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp1003 for (auto Hint : CopyHints) { in getRegAllocationHints() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp520 uint16_t Hint; in printImportTables() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h834 std::pair<Register, Register> Hint = getRegAllocationHint(VReg); in getSimpleHint() local
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h411 const DisplayHint Hint; variable
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dmap.bench.cpp40 enum class Hint { Begin, Third, Correct, End }; enum
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp1421 FixItHint Hint; in Finish() local
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp2406 LoopHint Hint; in ParsePragmaLoopHint() local

12