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:GCR
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H
A
D
StripGCRelocates.cpp
50
if (auto *
GCR
= dyn_cast<GCRelocateInst>(&I))
in runOnFunction()
51
if (isStatepoint(
GCR
->getOperand(0)))
in runOnFunction()
52
GCRelocates.push_back(
GCR
);
in runOnFunction()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_perfcounter.h
103
GCR
= 0x2B,
enumerator
H
A
D
ac_perfcounter.c
664
.gpu_block =
GCR
,
665
.name = "
GCR
",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H
A
D
InstCombineCalls.cpp
4113
auto &
GCR
= *cast<GCRelocateInst>(II);
in visitCallInst()
local
4117
if (
GCR
.getBasePtr() ==
GCR
.getDerivedPtr() &&
in visitCallInst()
4118
GCR
.getBasePtrIndex() !=
GCR
.getDerivedPtrIndex()) {
in visitCallInst()
4119
auto *OpIntTy =
GCR
.getOperand(2)->getType();
in visitCallInst()
4120
II->setOperand(2, ConstantInt::get(OpIntTy,
GCR
.getBasePtrIndex()));
in visitCallInst()
4127
Value *DerivedPtr =
GCR
.getDerivedPtr();
in visitCallInst()
Completed in 9 milliseconds