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:IndexOperand
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
InterleavedAccessPass.cpp
368
auto *
IndexOperand
= cast<ConstantInt>(Extract->getIndexOperand());
in tryReplaceExtracts()
local
369
auto Index =
IndexOperand
->getSExtValue();
in tryReplaceExtracts()
/third_party/vixl/src/aarch64/
H
A
D
macro-assembler-sve-aarch64.cc
891
class
IndexOperand
: public Operand {
in Index()
class
893
static
IndexOperand
Prepare(MacroAssembler* masm,
in Index()
901
return
IndexOperand
(imm);
in Index()
905
return
IndexOperand
(scratch);
in Index()
909
return
IndexOperand
(op.GetRegister());
in Index()
920
explicit
IndexOperand
(const Register& reg) : Operand(reg) {}
in Index()
function in vixl::aarch64::IndexOperand
921
explicit
IndexOperand
(int64_t imm) : Operand(imm) {}
in Index()
function in vixl::aarch64::IndexOperand
925
IndexOperand
start_enc =
IndexOperand
::Prepare(this, &temps, start, zd);
in Index()
926
IndexOperand
step_en
in Index()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPUInstructionSelector.cpp
1053
unsigned
IndexOperand
= MI.getOperand(7).getImm();
1060
unsigned OrderedCountIndex =
IndexOperand
& 0x3f;
1061
IndexOperand
&= ~0x3f;
1065
CountDw = (
IndexOperand
>> 24) & 0xf;
1066
IndexOperand
&= ~(0xf << 24);
1074
if (
IndexOperand
)
H
A
D
SIISelLowering.cpp
6146
unsigned
IndexOperand
= M->getConstantOperandVal(7);
in LowerINTRINSIC_W_CHAIN()
local
6152
unsigned OrderedCountIndex =
IndexOperand
& 0x3f;
in LowerINTRINSIC_W_CHAIN()
6153
IndexOperand
&= ~0x3f;
in LowerINTRINSIC_W_CHAIN()
6157
CountDw = (
IndexOperand
>> 24) & 0xf;
in LowerINTRINSIC_W_CHAIN()
6158
IndexOperand
&= ~(0xf << 24);
in LowerINTRINSIC_W_CHAIN()
6166
if (
IndexOperand
)
in LowerINTRINSIC_W_CHAIN()
Completed in 24 milliseconds