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
defs:MaxVal
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H
A
D
SystemZFrameLowering.cpp
405
int64_t
MaxVal
= (int64_t(1) << 31) - 8;
in emitIncrement()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
MemoryBuiltins.cpp
509
bool
MaxVal
= cast<ConstantInt>(ObjectSize->getArgOperand(1))->isZero();
in lowerObjectSizeCall()
local
H
A
D
ScalarEvolutionExpander.cpp
2321
auto
MaxVal
= APInt::getMaxValue(DstBits).zext(SrcBits);
in generateOverflowCheck()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/
H
A
D
SystemZAsmParser.cpp
1298
parsePCRel(OperandVector &Operands, int64_t MinVal, int64_t
MaxVal
, bool AllowTLS)
parsePCRel()
argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H
A
D
LegalizeIntegerTypes.cpp
726
APInt
MaxVal
= APInt::getAllOnesValue(OldBits).zext(NewBits);
in PromoteIntRes_ADDSUBSAT()
local
735
APInt
MaxVal
= APInt::getSignedMaxValue(OldBits).sext(NewBits);
in PromoteIntRes_ADDSUBSAT()
local
3046
APInt
MaxVal
= APInt::getSignedMaxValue(VTSize);
in ExpandIntRes_MULFIX()
local
3056
APInt
MaxVal
= APInt::getMaxValue(VTSize);
in ExpandIntRes_MULFIX()
local
H
A
D
TargetLowering.cpp
3560
APInt MinVal,
MaxVal
;
in SimplifySetCC()
local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
H
A
D
AArch64AsmParser.cpp
2368
unsigned
MaxVal
= IsSVEPrefetch ? 15 : 31;
in tryParsePrefetch()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H
A
D
InstCombineCompares.cpp
4665
APInt
MaxVal
= APInt::getMaxValue(MulWidth);
in processUMulZExtIdiom()
local
4677
APInt
MaxVal
= APInt::getOneBitSet(CI->getBitWidth(), MulWidth);
in processUMulZExtIdiom()
local
4688
APInt
MaxVal
= APInt::getMaxValue(MulWidth);
in processUMulZExtIdiom()
local
4700
APInt
MaxVal
= APInt::getOneBitSet(CI->getBitWidth(), MulWidth);
processUMulZExtIdiom()
local
[all...]
Completed in 65 milliseconds