Home
last modified time | relevance | path

Searched defs:const (Results 11901 - 11925 of 20481) sorted by relevance

1...<<471472473474475476477478479480>>...820

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DRegistry.h35 StringRef getName() const { return Name; } in getName() argument
36 StringRef getDesc() const { return Desc; } in getDesc() argument
37 std::unique_ptr<T> instantiate() const { return Ctor(); } in instantiate() argument
91 bool operator==(const iterator &That) const { retur argument
93 operator *() const operator *() argument
[all...]
H A DTrailingObjects.h302 getTrailingObjects() const getTrailingObjects() argument
382 get() const get() argument
[all...]
H A DTypeSize.h39 bool operator==(const ElementCount& RHS) const { in operator ==() argument
42 bool operator!=(const ElementCount& RHS) const { in operator !=() argument
109 operator *(unsigned RHS) const operator *() argument
117 operator /(unsigned RHS) const operator /() argument
124 getFixedSize() const getFixedSize() argument
132 getKnownMinSize() const getKnownMinSize() argument
137 isScalable() const isScalable() argument
142 isByteSized() const isByteSized() argument
150 operator uint64_t() const operator uint64_t() argument
156 operator *(uint64_t RHS) const operator *() argument
160 operator *(int RHS) const operator *() argument
164 operator *(int64_t RHS) const operator *() argument
180 operator /(uint64_t RHS) const operator /() argument
184 operator /(int RHS) const operator /() argument
188 operator /(int64_t RHS) const operator /() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
H A DArchitectureSet.h48 bool has(Architecture Arch) const { in has() argument
52 bool contains(ArchitectureSet Archs) const { in contains() argument
58 bool empty() const { return ArchSet == 0; } in empty() argument
60 ArchSetType rawValue() const { return ArchSet; } in rawValue() argument
62 bool hasX86() const { in hasX86() argument
91 Architecture operator*() const { return static_cast<Architecture>(Index); } in operator *() argument
104 bool operator==(const arch_iterato argument
108 operator !=(const arch_iterator &o) const operator !=() argument
129 operator ==(const ArchitectureSet &o) const operator ==() argument
133 operator !=(const ArchitectureSet &o) const operator !=() argument
137 operator <(const ArchitectureSet &o) const operator <() argument
145 begin() const begin() argument
146 end() const end() argument
[all...]
H A DSymbol.h63 SymbolKind getKind() const { return Kind; } in getKind() argument
64 StringRef getName() const { return Name; } in getName() argument
65 ArchitectureSet getArchitectures() const { in getArchitectures() argument
68 SymbolFlags getFlags() const { return Flags; } in getFlags() argument
70 bool isWeakDefined() const { in isWeakDefined() argument
74 bool isWeakReferenced() const { in isWeakReferenced() argument
78 bool isThreadLocalValue() const { in isThreadLocalValue() argument
83 bool isUndefined() const { in isUndefined() argument
87 bool isReexported() const { in isReexported() argument
93 const_target_range targets() const { retur argument
104 dump() const dump() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
H A DInstrumentationMap.h96 const SledContainer &sleds() const { return Sleds; }; in sleds() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DAssumptionCache.cpp272 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis() argument
H A DCallGraph.cpp89 void CallGraph::print(raw_ostream &OS) const { in print() argument
112 LLVM_DUMP_METHOD void CallGraph::dump() const { print(dbgs()); } in dump() argument
162 void CallGraphNode::print(raw_ostream &OS) const { in print() argument
181 LLVM_DUMP_METHOD void CallGraphNode::dump() const { prin argument
267 getAnalysisUsage(AnalysisUsage &AU) const getAnalysisUsage() argument
284 print(raw_ostream &OS, const Module *) const print() argument
296 dump() const dump() argument
[all...]
H A DDDG.cpp34 collectInstructions( llvm::function_ref<bool(Instruction *)> const &Pred, InstructionListType &IList) const collectInstructions() argument
241 getPiBlock(const NodeType &N) const getPiBlock() argument
260 shouldCreatePiBlocks() const shouldCreatePiBlocks() argument
[all...]
H A DDemandedBits.cpp70 void DemandedBitsWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() argument
77 void DemandedBitsWrapperPass::print(raw_ostream &OS, const Module *M) const { in print() argument
[all...]
H A DLegacyDivergenceAnalysis.cpp301 void LegacyDivergenceAnalysis::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() argument
309 shouldUseGPUDivergenceAnalysis( const Function &F) const shouldUseGPUDivergenceAnalysis() argument
359 isDivergent(const Value *V) const isDivergent() argument
366 isDivergentUse(const Use *U) const isDivergentUse() argument
373 print(raw_ostream &OS, const Module *) const print() argument
[all...]
H A DMemDepPrinter.cpp134 print(raw_ostream &OS, const Module *M) const print() argument
[all...]
H A DPHITransAddr.cpp45 LLVM_DUMP_METHOD void PHITransAddr::dump() const { in dump() argument
91 bool PHITransAddr::Verify() const { in Verify() argument
114 bool PHITransAddr::IsPotentiallyPHITranslatable() const { in IsPotentiallyPHITranslatable() argument
H A DPhiValues.cpp164 print(raw_ostream &OS) const print() argument
220 getAnalysisUsage(AnalysisUsage &AU) const getAnalysisUsage() argument
[all...]
H A DRegionInfo.cpp141 void RegionInfoPass::verifyAnalysis() const { in verifyAnalysis() argument
145 void RegionInfoPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() argument
152 void RegionInfoPass::print(raw_ostream &OS, const Module *) const { in print() argument
157 LLVM_DUMP_METHOD void RegionInfoPass::dump() const { in dump() argument
H A DScopedNoAliasAA.cpp66 const MDNode *getNode() const { return Node; } in getNode() argument
69 const MDNode *getDomain() const { in getDomain() argument
141 mayAliasInScopes(const MDNode *Scopes, const MDNode *NoAlias) const mayAliasInScopes() argument
209 getAnalysisUsage(AnalysisUsage &AU) const getAnalysisUsage() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.h57 LocTy getLoc() const { return SMLoc::getFromPointer(TokStart); } in getLoc() argument
58 lltok::Kind getKind() const { return CurKind; } in getKind() argument
59 const std::string &getStrVal() const { return StrVal; } in getStrVal() argument
60 Type *getTyVal() const { return TyVal; } in getTyVal() argument
61 unsigned getUIntVal() const { return UIntVal; } in getUIntVal() argument
62 const APSInt &getAPSIntVal() const { retur in getUIntVal() argument
63 getAPFloatVal() const getAPFloatVal() argument
70 Error(const Twine &Msg) const Error() argument
73 Warning(const Twine &Msg) const Warning() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp36 std::string DocNode::toString() const { in toString() argument
111 StringRef ScalarDocNode::getYAMLTag() const { in getYAMLTag() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp137 void SpeculativeExecutionLegacyPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp167 getAnalysisUsage(AnalysisUsage &AU) const getAnalysisUsage() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h86 unsigned getVPValueID() const { return SubclassID; } in getVPValueID() argument
88 void printAsOperand(raw_ostream &OS) const { in printAsOperand() argument
92 unsigned getNumUsers() const { return Users.size(); } in getNumUsers() argument
101 const_user_iterator user_begin() const { return Users.begin(); } in user_begin() argument
103 const_user_iterator user_end() const { return Users.end(); } in user_end() argument
105 const_user_range users() const { in users() argument
161 getNumOperands() const getNumOperands() argument
162 getOperand(unsigned N) const getOperand() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DInstrumentationMap.cpp37 Optional<int32_t> InstrumentationMap::getFunctionId(uint64_t Addr) const { in getFunctionId() argument
44 Optional<uint64_t> InstrumentationMap::getFunctionAddr(int32_t FuncId) const { in getFunctionAddr() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h48 void Retain() const { ++ref_cnt; } in Retain() argument
49 void Release() const { in Release() argument
74 void Retain() const { ++ref_cnt; } in Retain() argument
75 void Release() const { in Release() argument
105 void Retain() const { RefCount.fetch_add(1, std::memory_order_relaxed); } in Retain() argument
107 void Release() const { in Release() argument
171 operator *() const operator *() argument
173 operator ->() const operator ->() argument
175 get() const get() argument
177 operator bool() const operator bool() argument
[all...]
H A DOptional.h119 const T* getPointer() const { assert(hasVal); return reinterpret_cast<const argument
124 operator bool() const operator bool() argument
125 hasValue() const hasValue() argument
126 operator ->() const operator ->() argument
[all...]
H A DSmallString.h99 bool equals(StringRef RHS) const { in equals() argument
104 bool equals_lower(StringRef RHS) const { in equals_lower() argument
110 int compare(StringRef RHS) const { in compare() argument
115 int compare_lower(StringRef RHS) const { in compare_lower() argument
121 int compare_numeric(StringRef RHS) const { in compare_numeric() argument
130 bool startswith(StringRef Prefix) const { in startswith() argument
135 bool endswith(StringRef Suffix) const { in endswith() argument
147 size_t find(char C, size_t From = 0) const { in find() argument
155 find(StringRef Str, size_t From = 0) const find() argument
163 rfind(char C, size_t From = StringRef::npos) const rfind() argument
171 rfind(StringRef Str) const rfind() argument
177 find_first_of(char C, size_t From = 0) const find_first_of() argument
185 find_first_of(StringRef Chars, size_t From = 0) const find_first_of() argument
191 find_first_not_of(char C, size_t From = 0) const find_first_not_of() argument
199 find_first_not_of(StringRef Chars, size_t From = 0) const find_first_not_of() argument
205 find_last_of(char C, size_t From = StringRef::npos) const find_last_of() argument
213 find_last_of( StringRef Chars, size_t From = StringRef::npos) const find_last_of() argument
223 count(char C) const count() argument
229 count(StringRef Str) const count() argument
246 substr(size_t Start, size_t N = StringRef::npos) const substr() argument
260 slice(size_t Start, size_t End) const slice() argument
267 str() const str() argument
277 operator StringRef() const operator StringRef() argument
[all...]

Completed in 18 milliseconds

1...<<471472473474475476477478479480>>...820