Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:find_as
(Results
1 - 20
of
20
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
AssumptionCache.cpp
46
// Try using
find_as
first to avoid creating extra value handles just for the
in getOrInsertAffectedValues()
48
auto AVI = AffectedValues.
find_as
(V);
in getOrInsertAffectedValues()
130
auto AVI = AffectedValues.
find_as
(AV);
in unregisterAssumption()
242
auto I = ACT->AssumptionCaches.
find_as
(cast<Function>(getValPtr()));
in deleted()
253
auto I = AssumptionCaches.
find_as
(&F);
in getAssumptionCache()
266
auto I = AssumptionCaches.
find_as
(&F);
in lookupAssumptionCache()
H
A
D
AliasSetTracker.cpp
561
PointerMapType::iterator I = PointerMap.
find_as
(PtrVal);
in deleteValue()
589
PointerMapType::iterator I = PointerMap.
find_as
(From);
in copyValue()
598
I = PointerMap.
find_as
(From);
in copyValue()
H
A
D
PhiValues.cpp
153
auto It = TrackedValues.
find_as
(V);
in invalidateValue()
H
A
D
LazyValueInfo.cpp
193
auto It = ValueCache.
find_as
(Val);
in insertResult()
196
It = ValueCache.
find_as
(Val);
in insertResult()
216
auto I = ValueCache.
find_as
(V);
in hasCachedValueInfo()
227
auto I = ValueCache.
find_as
(V);
in getCachedValueInfo()
H
A
D
ScalarEvolution.cpp
3850
ExprValueMapType::iterator SI = ExprValueMap.
find_as
(S);
3867
ValueExprMapType::iterator I = ValueExprMap.
find_as
(V);
3941
ValueExprMapType::iterator I = ValueExprMap.
find_as
(V);
4209
auto It = ValueExprMap.
find_as
(static_cast<Value *>(I));
5044
assert(ValueExprMap.
find_as
(PN) == ValueExprMap.end() &&
6752
ValueExprMap.
find_as
(static_cast<Value *>(I));
6876
ValueExprMap.
find_as
(static_cast<Value *>(I));
6915
ValueExprMap.
find_as
(static_cast<Value *>(I));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
H
A
D
HashTable.h
222
const_iterator
find_as
(const Key &K, TraitsT &Traits) const {
in find_as()
function in llvm::pdb::HashTable
260
auto Iter =
find_as
(K, Traits);
in get()
279
auto Entry =
find_as
(K, Traits);
in set_as_internal()
298
assert((
find_as
(K, Traits)) != end());
in set_as_internal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H
A
D
DenseSet.h
176
iterator
find_as
(const LookupKeyT &Val) {
in find_as()
function in llvm::detail::DenseSetImpl
177
return Iterator(TheMap.
find_as
(Val));
in find_as()
180
const_iterator
find_as
(const LookupKeyT &Val) const {
in find_as()
function in llvm::detail::DenseSetImpl
181
return ConstIterator(TheMap.
find_as
(Val));
in find_as()
H
A
D
DenseMap.h
169
iterator
find_as
(const LookupKeyT &Val) {
in find_as()
function in llvm::DenseMapBase
176
const_iterator
find_as
(const LookupKeyT &Val) const {
in find_as()
function in llvm::DenseMapBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
ValueMap.h
153
return Map.
find_as
(Val) == Map.end() ? 0 : 1;
in count()
157
return iterator(Map.
find_as
(Val));
in find()
160
return const_iterator(Map.
find_as
(Val));
in find()
166
typename MapT::const_iterator I = Map.
find_as
(Val);
in lookup()
192
typename MapT::iterator I = Map.
find_as
(Val);
in erase()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
MetadataImpl.h
24
auto I = Store.
find_as
(Key);
in getUniqued()
H
A
D
ConstantsContext.h
655
auto I = Map.
find_as
(Lookup);
in getOrCreate()
681
auto ItMap = Map.
find_as
(Lookup);
in replaceOperandsInPlace()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H
A
D
NamedStreamMap.cpp
101
auto Iter = OffsetIndexMap.
find_as
(Stream, HashTraits);
in get()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H
A
D
AssumptionCache.h
142
auto AVI = AffectedValues.
find_as
(const_cast<Value *>(V));
in assumptionsFor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
H
A
D
CostAllocator.h
96
typename EntrySetT::iterator I = EntrySet.
find_as
(ValueKey);
in getValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
JSON.h
128
iterator find(StringRef K) { return M.
find_as
(K); }
in find()
129
const_iterator find(StringRef K) const { return M.
find_as
(K); }
in find()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H
A
D
DenseMap.h
146
iterator
find_as
(const LookupKeyT &Val) {
in find_as()
function in llvm::DenseMapBase
153
const_iterator
find_as
(const LookupKeyT &Val) const {
in find_as()
function in llvm::DenseMapBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H
A
D
InstrBuilder.cpp
600
if (Descriptors.
find_as
(MCI.getOpcode()) != Descriptors.end())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H
A
D
NewGVN.cpp
2048
const auto Result = M.
find_as
(Key);
2058
const auto Result = M.
find_as
(Key);
2295
auto Iter = ExpressionToClass.
find_as
(
2422
auto Iter = ExpressionToClass.
find_as
(ExactEqualsExpression(*OldE));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H
A
D
DWARFAcceleratorTable.cpp
610
const auto AbbrevIt = Abbrevs.
find_as
(AbbrevCode);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
H
A
D
IRMover.cpp
1552
auto I = NonOpaqueStructTypes.
find_as
(Key);
in findNonOpaque()
Completed in 44 milliseconds