Home
last modified time | relevance | path

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

123

/external/clang/unittests/Tooling/
DFixItTest.cpp85 FixItHint Hint = createRemoval(*CE); in TEST() local
120 FixItHint Hint = createRemoval(*CE); in TEST() local
147 FixItHint Hint = createRemoval(*CE); in TEST() local
195 FixItHint Hint = createReplacement(*P0, *P1, *Context); in TEST() local
210 FixItHint Hint = createReplacement(*P0, *P1, *Context); in TEST() local
224 FixItHint Hint = createReplacement(*P0, *P1, *Context); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h62 struct Hint { struct
65 HintKind Kind; argument
67 Hint(const char *Name, unsigned Value, HintKind Kind) in Hint() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAllocationOrder.h30 unsigned Hint; variable
DRegAllocFast.cpp479 void RAFast::allocVirtReg(MachineInstr *MI, LiveRegEntry &LRE, unsigned Hint) { in allocVirtReg()
542 unsigned VirtReg, unsigned Hint) { in defineVirtReg()
576 unsigned VirtReg, unsigned Hint) { in reloadVirtReg()
DVirtRegMap.cpp119 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(virtReg); in getRegAllocPref() local
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DCalcSpillWeights.h46 DenseMap<unsigned, float> Hint; variable
DMachineRegisterInfo.h266 std::pair<unsigned, unsigned> Hint = getRegAllocationHint(Reg); in getSimpleHint() local
/external/clang/tools/libclang/
DCXStoredDiagnostic.cpp105 const FixItHint &Hint = Diag.fixit_begin()[FixIt]; in getFixIt() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h57 DenseMap<unsigned, float> Hint; variable
/external/llvm/include/llvm/CodeGen/
DCalcSpillWeights.h58 DenseMap<unsigned, float> Hint; variable
/external/llvm/lib/CodeGen/
DVirtRegMap.cpp83 unsigned Hint = MRI->getSimpleHint(VirtReg); in hasPreferredPhys() local
92 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(VirtReg); in hasKnownPreference() local
DRegAllocFast.cpp526 unsigned Hint) { in allocVirtReg()
601 unsigned Hint) { in defineVirtReg()
635 unsigned Hint) { in reloadVirtReg()
/external/clang/include/clang/Basic/
DDiagnostic.h81 FixItHint Hint; variable
94 FixItHint Hint; variable
105 FixItHint Hint; in CreateRemoval() local
117 FixItHint Hint; in CreateReplacement() local
999 void AddFixItHint(const FixItHint &Hint) const { in AddFixItHint()
1112 for (const FixItHint &Hint : Hints) variable
DPartialDiagnostic.h167 void AddFixItHint(const FixItHint &Hint) const { in AddFixItHint()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCPredicates.h88 inline Predicate getPredicate(unsigned Condition, unsigned Hint) { in getPredicate()
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp40 StringRef Hint = "") { in exitWithError()
54 StringRef Hint = ""; in exitWithError() local
91 StringRef Hint = ""; in handleMergeWriterError() local
/external/clang/lib/Frontend/Rewrite/
DFixItRewriter.cpp151 const FixItHint &Hint = Info.getFixItHint(Idx); in HandleDiagnostic() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DVirtRegMap.cpp104 unsigned Hint = MRI->getSimpleHint(VirtReg); in hasPreferredPhys() local
113 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(VirtReg); in hasKnownPreference() local
DRegAllocFast.cpp546 LiveRegMap::iterator LRI, unsigned Hint) { in allocVirtReg()
615 unsigned Hint) { in defineVirtReg()
649 unsigned Hint) { in reloadVirtReg()
DCalcSpillWeights.cpp290 for (auto &Hint : CopyHints) { in weightCalcHelper() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp46 std::string Hint = "") { in warn()
56 std::string Hint = "") { in exitWithError()
70 StringRef Hint = ""; in exitWithError() local
107 StringRef Hint = ""; in handleMergeWriterError() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSourceMgr.h266 void addFixIt(const SMFixIt &Hint) { in addFixIt()
/external/llvm/include/llvm/Support/
DSourceMgr.h271 void addFixIt(const SMFixIt &Hint) { in addFixIt()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DSourceMgr.h295 void addFixIt(const SMFixIt &Hint) { in addFixIt()
/external/llvm/lib/Target/ARM/
DARMBaseRegisterInfo.cpp262 std::pair<unsigned, unsigned> Hint = MRI.getRegAllocationHint(VirtReg); in getRegAllocationHints() local
313 std::pair<unsigned, unsigned> Hint = MRI->getRegAllocationHint(Reg); in updateRegAllocHint() local

123