/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 72 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 D | llvm-cxxmap.cpp | 57 std::string Hint = "") { in warn() 68 std::string Hint = "") { in exitWithError()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | CalcSpillWeights.cpp | 213 DenseMap<unsigned, float> Hint; in weightCalcHelper() local 282 for (const auto &Hint : CopyHints) { in weightCalcHelper() local
|
H A D | VirtRegMap.cpp | 110 Register Hint = MRI->getSimpleHint(VirtReg); in hasPreferredPhys() local 119 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(VirtReg); in hasKnownPreference() local
|
H A D | RegAllocGreedy.cpp | 415 if (Register Hint = MRI->getSimpleHint(VirtReg.reg())) in tryAssign() local 2346 Register Hint = MRI->getSimpleHint(VirtReg.reg()); in selectOrSplitImpl() local
|
H A D | RegAllocFast.cpp | 990 Register Hint; in useVirtReg() local
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CXStoredDiagnostic.cpp | 101 const FixItHint &Hint = Diag.fixit_begin()[FixIt]; in getFixIt() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | Diagnostic.h | 100 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 D | PPCPredicates.h | 87 inline Predicate getPredicate(unsigned Condition, unsigned Hint) { in getPredicate()
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | FixItRewriter.cpp | 157 const FixItHint &Hint = Info.getFixItHint(Idx); in HandleDiagnostic() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | TextDiagnostics.cpp | 79 for (const FixItHint &Hint : Fixits) { in FlushDiagnosticsImpl() local
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 62 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 D | SourceMgr.h | 315 void addFixIt(const SMFixIt &Hint) { FixIts.push_back(Hint); } in addFixIt()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMBaseRegisterInfo.cpp | 341 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 D | PPDirectives.cpp | 420 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 D | MipsDisassembler.cpp | 1521 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 D | llvm-symbolizer.cpp | 435 StringRef Hint(A->getValue()); in main() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 63 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 D | X86RegisterInfo.cpp | 1003 for (auto Hint : CopyHints) { in getRegAllocationHints() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | COFFDump.cpp | 520 uint16_t Hint; in printImportTables() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineRegisterInfo.h | 834 std::pair<Register, Register> Hint = getRegAllocationHint(VReg); in getSimpleHint() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
H A D | PathDiagnostic.h | 411 const DisplayHint Hint; variable
|
/openbsd-src/gnu/llvm/libcxx/benchmarks/ |
H A D | map.bench.cpp | 40 enum class Hint { Begin, Third, Correct, End }; enum
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 1421 FixItHint Hint; in Finish() local
|
/openbsd-src/gnu/llvm/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 2406 LoopHint Hint; in ParsePragmaLoopHint() local
|