Home
last modified time | relevance | path

Searched defs:const (Results 11351 - 11375 of 19672) sorted by relevance

1...<<451452453454455456457458459460>>...787

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
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...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dtrace.cpp197 void Trace::Event::write(std::ostream& out) const { in write() argument
227 void Trace::NameThreadEvent::write(std::ostream& out) const { in write() argument
238 void Trace::AsyncEvent::write(std::ostream& out) const { in write() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssembler.cpp141 llvm::StringRef Assembler::getBufferView() const { in getBufferView() argument
152 void Assembler::emitIASBytes(GlobalContext *Ctx) const { in emitIASBytes() argument
H A DIceClFlags.h145 bool isSequential() const { return NumTranslationThreads == 0; } in isSequential() argument
146 bool isParseParallel() const { in isParseParallel() argument
149 std::string getAppName() const { return AppName; } in getAppName() argument
156 bool getGenerateUnitTestMessages() const { in getGenerateUnitTestMessages() argument
163 matchForceO2(GlobalString Name, uint32_t Number) const matchForceO2() argument
166 matchSplitInsts(const std::string &Name, uint32_t Number) const matchSplitInsts() argument
169 matchTestStatus(GlobalString Name, uint32_t Number) const matchTestStatus() argument
172 matchTimingFocus(GlobalString Name, uint32_t Number) const matchTimingFocus() argument
175 matchTranslateOnly(GlobalString Name, uint32_t Number) const matchTranslateOnly() argument
178 matchVerboseFocusOn(GlobalString Name, uint32_t Number) const matchVerboseFocusOn() argument
181 matchVerboseFocusOn(const std::string &Name, uint32_t Number) const matchVerboseFocusOn() argument
[all...]
H A DIceFixups.h39 intptr_t position() const { return position_; } in position() argument
42 FixupKind kind() const { return kind_; } in kind() argument
49 bool isNullSymbol() const { return ConstValue == NullSymbol; } in isNullSymbol() argument
53 bool valueIsSymbol() const { return ValueIsSymbol; } in valueIsSymbol() argument
62 getSymbolValue() const getSymbolValue() argument
68 get_addend() const get_addend() argument
[all...]
H A DIceRegAlloc.h41 SizeT getNumEvictions() const { return Evicted.size(); } in getNumEvictions() argument
42 bool hasEvictions() const { return !Evicted.empty(); } in hasEvictions() argument
[all...]
H A DIceStringPool.h55 void dump(Ostream &Str) const { in dump() argument
95 hasStdString() const hasStdString() argument
97 getID() const getID() argument
101 toString() const toString() argument
107 toStringOrEmpty() const toStringOrEmpty() argument
113 operator ==(const StringID &Other) const operator ==() argument
114 operator !=(const StringID &Other) const operator !=() argument
115 operator <(const StringID &Other) const operator <() argument
139 isValid() const isValid() argument
[all...]
H A DIceSwitchLowering.h49 CaseClusterKind getKind() const { return Kind; } in getKind() argument
50 uint64_t getLow() const { return Low; } in getLow() argument
51 uint64_t getHigh() const { return High; } in getHigh() argument
52 CfgNode *getTarget() const { in getTarget() argument
56 InstJumpTable *getJumpTable() const { in getJumpTable() argument
61 bool isUnitRange() const { return Low == High; } in isUnitRange() argument
62 bool isPairRange() const { return Low == High - 1; } in isPairRange() argument
97 getName() const getName() argument
98 getFunctionName() const getFunctionName() argument
99 getId() const getId() argument
100 getTargetOffsets() const getTargetOffsets() argument
107 getSectionName() const getSectionName() argument
[all...]
H A DIceTargetLoweringX8632.h97 containsValid(SizeT VarNum) const containsValid() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp28 bool MachOYAML::LinkEditData::isEmpty() const { in isEmpty() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp135 void CounterMappingContext::dump(const Counter &C, raw_ostream &OS) const { in dump() argument
165 Expected<int64_t> CounterMappingContext::evaluate(const Counter &C) const { in evaluate() argument
197 getImpreciseRecordIndicesForFilename( StringRef Filename) const getImpreciseRecordIndicesForFilename() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DGCOV.cpp107 void GCOVFile::print(raw_ostream &OS) const { in print() argument
114 LLVM_DUMP_METHOD void GCOVFile::dump() const { print(dbgs()); } in dump() argument
341 uint64_t GCOVFunction::getEntryCount() const { in getEntryCount() argument
347 uint64_t GCOVFunction::getExitCount() const { in getExitCount() argument
351 void GCOVFunction::print(raw_ostream &OS) const { in print() argument
360 LLVM_DUMP_METHOD void GCOVFunction::dump() const { print(dbgs()); } in dump() argument
[all...]
H A DSampleProf.cpp90 void LineLocation::print(raw_ostream &OS) const { in print() argument
103 LLVM_DUMP_METHOD void LineLocation::dump() const { print(dbgs()); } in dump() argument
107 void SampleRecord::print(raw_ostream &OS, unsigned Indent) const { in print() argument
118 LLVM_DUMP_METHOD void SampleRecord::dump() const { prin argument
128 print(raw_ostream &OS, unsigned Indent) const print() argument
177 findFunctionSamples(const DILocation *DIL) const findFunctionSamples() argument
198 dump() const dump() argument
232 dump(raw_ostream &OS) const dump() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DRemarkParser.cpp36 Expected<StringRef> ParsedStringTable::operator[](size_t Index) const { in operator []() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DBinaryStreamReader.cpp160 uint8_t BinaryStreamReader::peek() const { in peek() argument
169 BinaryStreamReader::split(uint32_t Off) const { in split() argument

Completed in 19 milliseconds

1...<<451452453454455456457458459460>>...787