/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
H A D | OptTable.h | 76 const Info &getInfo(OptSpecifier Opt) const { in getInfo() argument 89 unsigned getNumOptions() const { retur argument 98 getOptionName(OptSpecifier id) const getOptionName() argument 103 getOptionKind(OptSpecifier id) const getOptionKind() argument 108 getOptionGroupID(OptSpecifier id) const getOptionGroupID() argument 113 getOptionHelpText(OptSpecifier id) const getOptionHelpText() argument 119 getOptionMetaVar(OptSpecifier id) const getOptionMetaVar() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
H A D | Pass.h | 89 PassKind getPassKind() const { return Kind; } in getPassKind() argument 97 AnalysisID getPassID() const { in getPassID() argument 137 getResolver() const getResolver() argument [all...] |
H A D | PassAnalysisSupport.h | 123 bool getPreservesAll() const { return PreservesAll; } in getPreservesAll() argument 134 const VectorType &getRequiredSet() const { return Required; } in getRequiredSet() argument 135 const VectorType &getRequiredTransitiveSet() const { in getRequiredTransitiveSet() argument 138 const VectorType &getPreservedSet() const { retur in getRequiredTransitiveSet() argument 139 getUsedSet() const getUsedSet() argument 201 getAnalysisIfAvailable() const getAnalysisIfAvailable() argument 220 getAnalysis() const getAnalysis() argument 226 getAnalysisID(AnalysisID PI) const getAnalysisID() argument [all...] |
H A D | PassInfo.h | 62 StringRef getPassName() const { retur argument 67 getPassArgument() const getPassArgument() argument 71 getTypeInfo() const getTypeInfo() argument 74 isPassID(const void *IDPtr) const isPassID() argument 78 isAnalysisGroup() const isAnalysisGroup() argument 79 isAnalysis() const isAnalysis() argument 83 isCFGOnlyPass() const isCFGOnlyPass() argument 88 getNormalCtor() const getNormalCtor() argument 96 createPass() const createPass() argument 113 getInterfacesImplemented() const getInterfacesImplemented() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Automaton.h | 120 ArrayRef<NfaStatePair> getTransitionInfo() const { in getTransitionInfo() argument
|
H A D | BinaryStreamRef.h | 47 llvm::support::endianness getEndian() const { in getEndian() argument 51 uint32_t getLength() const { in getLength() argument 61 RefType drop_front(uint32_t N) const { in drop_front() argument 79 RefType drop_back(uint32_t N) const { in drop_back() argument 99 RefType keep_front(uint32_t N) const { in keep_front() argument 105 RefType keep_back(uint32_t N) const { in keep_back() argument 112 drop_symmetric(uint32_t N) const drop_symmetric() argument 118 slice(uint32_t Offset, uint32_t Len) const slice() argument 122 valid() const valid() argument 124 operator ==(const RefType &Other) const operator ==() argument 135 checkOffsetForRead(uint32_t Offset, uint32_t DataSize) const checkOffsetForRead() argument 230 checkOffsetForWrite(uint32_t Offset, uint32_t DataSize) const checkOffsetForWrite() argument [all...] |
H A D | BranchProbability.h | 46 bool isZero() const { return N == 0; } in isZero() argument 47 bool isUnknown() const { return N == UnknownN; } in isUnknown() argument 65 uint32_t getNumerator() const { return N; } in getNumerator() argument 69 BranchProbability getCompl() const { return BranchProbability(D - N); } in getCompl() argument 136 operator +(BranchProbability RHS) const operator +() argument 142 operator -(BranchProbability RHS) const operator -() argument 148 operator *(BranchProbability RHS) const operator *() argument 154 operator *(uint32_t RHS) const operator *() argument 160 operator /(BranchProbability RHS) const operator /() argument 166 operator /(uint32_t RHS) const operator /() argument 172 operator ==(BranchProbability RHS) const operator ==() argument 173 operator !=(BranchProbability RHS) const operator !=() argument 175 operator <(BranchProbability RHS) const operator <() argument 181 operator >(BranchProbability RHS) const operator >() argument 187 operator <=(BranchProbability RHS) const operator <=() argument 193 operator >=(BranchProbability RHS) const operator >=() argument [all...] |
H A D | DataExtractor.h | 71 uint64_t tell() const { return Offset; } in tell() argument 92 StringRef getData() const { return Data; } in getData() argument 94 bool isLittleEndian() const { return IsLittleEndian; } in isLittleEndian() argument 96 uint8_t getAddressSize() const { return AddressSize; } in getAddressSize() argument 180 getUnsigned(Cursor &C, uint32_t Size) const getUnsigned() argument 226 getAddress(uint64_t *offset_ptr) const getAddress() argument 233 getAddress(Cursor &C) const getAddress() argument 260 getU8(Cursor &C) const getU8() argument 298 getU8(Cursor &C, SmallVectorImpl<uint8_t> &Dst, uint32_t Count) const getU8() argument 334 getU16(Cursor &C) const getU16() argument 403 getU32(Cursor &C) const getU32() argument 455 getU64(Cursor &C) const getU64() argument 527 getULEB128(Cursor &C) const getULEB128() argument 537 eof(const Cursor &C) const eof() argument 544 isValidOffset(uint64_t offset) const isValidOffset() argument 551 isValidOffsetForDataOfSize(uint64_t offset, uint64_t length) const isValidOffsetForDataOfSize() argument 562 isValidOffsetForAddress(uint64_t offset) const isValidOffsetForAddress() argument 567 size() const size() argument [all...] |
H A D | DebugCounter.h | 125 unsigned getCounterId(const std::string &Name) const { in getCounterId() argument 130 unsigned int getNumCounters() const { return RegisteredCounters.size(); } in getNumCounters() argument 133 std::pair<std::string, std::string> getCounterInfo(unsigned ID) const { in getCounterInfo() argument 139 CounterVector::const_iterator begin() const { in begin() argument 142 CounterVector::const_iterator end() const { return RegisteredCounters.end(); } in end() argument [all...] |
H A D | ErrorOr.h | 152 explicit operator bool() const { in operator bool() argument 157 const_reference get() const { retur in get() argument 159 getError() const getError() argument 167 operator ->() const operator ->() argument 173 operator *() const operator *() argument 234 toPointer(const_pointer Val) const toPointer() argument 240 toPointer(const wrap *Val) const toPointer() argument 247 getStorage() const getStorage() argument 257 getErrorStorage() const getErrorStorage() argument [all...] |
H A D | FormatVariadic.h | 105 void format(raw_ostream &S) const { in format() argument 128 std::string str() const { in str() argument 136 template <unsigned N> SmallString<N> sstr() const { in sstr() argument 143 template <unsigned N> operator SmallString<N>() const { return sstr<N>(); } in operator SmallString() argument 145 operator std::string() const { return str(); } in operator std::string() argument [all...] |
H A D | Parallel.h | 60 void sync() const { in sync() argument 76 void sync() const { L.sync(); } in sync() argument
|
H A D | Registry.h | 35 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 D | TrailingObjects.h | 302 getTrailingObjects() const getTrailingObjects() argument 382 get() const get() argument [all...] |
H A D | TypeSize.h | 39 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 D | ArchitectureSet.h | 48 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 D | Symbol.h | 63 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 D | InstrumentationMap.h | 96 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 D | AssumptionCache.cpp | 272 void AssumptionCacheTracker::verifyAnalysis() const { in verifyAnalysis() argument
|
H A D | CallGraph.cpp | 89 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 D | DDG.cpp | 34 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 D | DemandedBits.cpp | 70 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 D | LegacyDivergenceAnalysis.cpp | 301 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 D | MemDepPrinter.cpp | 134 print(raw_ostream &OS, const Module *M) const print() argument [all...] |
H A D | PHITransAddr.cpp | 45 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
|