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:Sub2
(Results
1 - 5
of
5
) sorted by relevance
/third_party/rust/crates/clap/tests/derive/
H
A
D
nested_subcommands.rs
115
cmd:
Sub2
,
119
enum
Sub2
{
enum
139
cmd:
Sub2
::Foo {
in test_subsubcommand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H
A
D
HexagonHardwareLoops.cpp
1548
unsigned
Sub2
= DI->getOperand(2).getImm();
in checkForImmediate()
local
1550
if (
Sub2
== Hexagon::isub_lo && Sub4 == Hexagon::isub_hi)
in checkForImmediate()
1552
else if (
Sub2
== Hexagon::isub_hi && Sub4 == Hexagon::isub_lo)
in checkForImmediate()
H
A
D
HexagonBitSimplify.cpp
436
unsigned Sub1 = I.getOperand(2).getImm(),
Sub2
= I.getOperand(4).getImm();
442
assert((Sub1 == SubLo &&
Sub2
== SubHi) || (Sub1 == SubHi &&
Sub2
== SubLo));
443
if (Sub1 == SubLo &&
Sub2
== SubHi) {
448
if (Sub1 == SubHi &&
Sub2
== SubLo) {
H
A
D
HexagonConstPropagation.cpp
1953
unsigned
Sub2
= MI.getOperand(4).getImm();
in evaluate()
local
1959
if (
Sub2
!= SubLo &&
Sub2
!= SubHi)
in evaluate()
1961
assert(Sub1 !=
Sub2
);
in evaluate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPUISelLowering.cpp
1767
SDValue
Sub2
= DAG.getBitcast(VT,
in LowerUDIVREM64()
local
1796
SDValue Sel2 = DAG.getSelectCC(DL, C6, Zero, Sub3,
Sub2
, ISD::SETNE);
in LowerUDIVREM64()
Completed in 19 milliseconds