Home
last modified time | relevance | path

Searched defs:const (Results 11876 - 11900 of 20420) sorted by relevance

1...<<471472473474475476477478479480>>...817

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
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...]
H A DStringRef.h103 begin() const begin() argument
105 end() const end() argument
107 bytes_begin() const bytes_begin() argument
110 bytes_end() const bytes_end() argument
113 bytes() const bytes() argument
125 data() const data() argument
130 empty() const empty() argument
135 size() const size() argument
139 front() const front() argument
146 back() const back() argument
153 copy(Allocator &A) const copy() argument
166 equals(StringRef RHS) const equals() argument
173 equals_lower(StringRef RHS) const equals_lower() argument
181 compare(StringRef RHS) const compare() argument
225 str() const str() argument
235 operator [](size_t Index) const operator []() argument
[all...]
H A DStringSwitch.h244 Default(const T &Value) const Default() argument
251 operator R() const operator R() argument
[all...]
H A Dilist_node.h70 const ilist_node_impl *getPrev() const { in getPrev() argument
73 const ilist_node_impl *getNext() const { in getNext() argument
82 const_self_iterator getIterator() const { return const_self_iterator(*this); } in getIterator() argument
86 const_reverse_self_iterator getReverseIterator() const { in getReverseIterator() argument
97 bool isSentinel() const { in isSentinel() argument
235 empty() const empty() argument
253 getNodeParent() const getNodeParent() argument
269 getPrevNode() const getPrevNode() argument
282 getNextNode() const getNextNode() argument
[all...]
H A Diterator.h63 operator ReferenceT() const { return *I; } in operator ReferenceT() argument
67 DerivedT operator+(DifferenceTypeT n) const { in operator +() argument
81 DerivedT operator-(DifferenceTypeT n) const { in operator -() argument
113 bool operator!=(const DerivedT &RHS) const { in operator !=() argument
117 bool operator>(const Derived argument
124 operator <=(const DerivedT &RHS) const operator <=() argument
130 operator >=(const DerivedT &RHS) const operator >=() argument
137 operator ->() const operator ->() argument
140 operator [](DifferenceTypeT n) const operator []() argument
181 wrapped() const wrapped() argument
201 operator -(const DerivedT &RHS) const operator -() argument
224 operator ==(const DerivedT &RHS) const operator ==() argument
225 operator <(const DerivedT &RHS) const operator <() argument
232 operator *() const operator *() argument
274 operator *() const operator *() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DGlobalObject.h59 unsigned getAlignment() const { in getAlignment() argument
69 bool hasSection() const { return !getSection().empty(); } in hasSection() argument
70 StringRef getSection() const { retur in hasSection() argument
73 hasComdat() const hasComdat() argument
74 getComdat() const getComdat() argument
79 hasMetadata() const hasMetadata() argument
137 hasMetadataHashEntry() const hasMetadataHashEntry() argument
[all...]
H A DGlobalValue.h112 bool mayBeDerefined() const { in mayBeDerefined() argument
142 unsigned getGlobalValueSubClassData() const { in getGlobalValueSubClassData() argument
[all...]
H A DLLVMContext.h259 getOption() const getOption() argument
[all...]
H A DUse.h81 operator Value *() const { return Val; } in operator Value *() argument
82 Value *get() const { return Val; } in get() argument
96 const Value *operator->() const { return Val; } in operator ->() argument
98 Use *getNext() const { return Next; } in getNext() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormatVariadic.h97 void format(raw_ostream &S) const { in format() argument
120 std::string str() const { in str() argument
128 template <unsigned N> SmallString<N> sstr() const { in sstr() argument
135 template <unsigned N> operator SmallString<N>() const { return sstr<N>(); } in operator SmallString() argument
137 operator std::string() const { return str(); } in operator std::string() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DStringMap.cpp130 int StringMapImpl::FindKey(StringRef Key) const { in FindKey() argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dpool.h189 T* Pool<T>::Loan::operator->() const { in operator ->() argument
194 T* Pool<T>::Loan::get() const { in get() argument
274 borrow() const borrow() argument
283 borrow(size_t n, const F& f) const borrow() argument
298 tryBorrow() const tryBorrow() argument
396 borrow() const borrow() argument
404 borrow(size_t n, const F& f) const borrow() argument
[all...]
H A Dticket.h138 void Ticket::wait() const { in wait() argument
143 void Ticket::done() const { in done() argument
148 void Ticket::onCall(Function&& f) const { in onCall() argument
[all...]

Completed in 19 milliseconds

1...<<471472473474475476477478479480>>...817