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:isMask
(Results
1 - 16
of
16
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H
A
D
HexagonGenExtract.cpp
201
if (M.intersects(C) || !M.
isMask
(W))
in convert()
207
if (!M.getLoBits(U).
isMask
(W))
in convert()
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
H
A
D
header.cpp
332
const bool
isMask
= (*opClass)["Type"].asString() == "Bit";
in printDefs()
local
336
for (enumStyle_t style = (
isMask
? enumShift : enumCount);
in printDefs()
337
style <= (
isMask
? enumMask : enumCount); style = enumStyle_t(int(style)+1)) {
in printDefs()
585
const bool
isMask
= (*opClass)["Type"].asString() == "Bit";
variable
588
if (
isMask
) {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
H
A
D
header.cpp
332
const bool
isMask
= (*opClass)["Type"].asString() == "Bit";
in printDefs()
local
336
for (enumStyle_t style = (
isMask
? enumShift : enumCount);
in printDefs()
337
style <= (
isMask
? enumMask : enumCount); style = enumStyle_t(int(style)+1)) {
in printDefs()
585
const bool
isMask
= (*opClass)["Type"].asString() == "Bit";
variable
588
if (
isMask
) {
/third_party/spirv-headers/tools/buildHeaders/
H
A
D
header.cpp
334
const bool
isMask
= (*opClass)["Type"].asString() == "Bit";
in printDefs()
local
338
for (enumStyle_t style = (
isMask
? enumShift : enumCount);
in printDefs()
339
style <= (
isMask
? enumMask : enumCount); style = enumStyle_t(int(style)+1)) {
in printDefs()
584
const bool
isMask
= (*opClass)["Type"].asString() == "Bit";
in printMaskOperators()
local
587
if (
isMask
) {
in printMaskOperators()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H
A
D
APInt.h
1812
inline bool
isMask
(unsigned numBits, const APInt &APIVal) {
1819
/// Ex.
isMask
(0x0000FFFFU) == true.
1820
inline bool
isMask
(const APInt &Value) {
1827
return
isMask
(numBits, (APIVal - APInt(numBits, 1)) | APIVal);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H
A
D
X86DomainReassignment.cpp
51
static bool
isMask
(const TargetRegisterClass *RC,
in isMask()
function
60
if (
isMask
(RC, TRI))
in getDomain()
H
A
D
X86ISelLowering.cpp
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H
A
D
APInt.h
499
bool
isMask
(unsigned numBits) const {
in isMask()
function
511
/// Ex.
isMask
(0x0000FFFFU) == true.
512
bool
isMask
() const {
in isMask()
function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H
A
D
CorrelatedValuePropagation.cpp
793
if (!RHS || !RHS->getValue().
isMask
())
in processAnd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H
A
D
InstCombineSimplifyDemanded.cpp
1047
if (NewNumElts >= VWidth && DemandedElts.
isMask
()) {
in simplifyAMDGCNMemoryIntrinsicDemanded()
H
A
D
InstCombineAddSub.cpp
1831
if (Op0C->
isMask
()) {
in visitSub()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
PatternMatch.h
476
bool isValue(const APInt &C) { return C.
isMask
(); }
in isValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
InstructionSimplify.cpp
2213
if (C2->
isMask
() && // C2 == 0+1+
in SimplifyOrInst()
2220
if (C1->
isMask
() &&
in SimplifyOrInst()
H
A
D
ScalarEvolution.cpp
6389
if (CI->getValue().
isMask
(Z0TySize))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H
A
D
DAGCombiner.cpp
4733
if (AndMask.
isMask
() &&
in visitANDLike()
4770
if (!AndC->getAPIntValue().
isMask
())
in isAndLoadExtLoad()
4975
if (!Mask->getAPIntValue().
isMask
())
in BackwardsPropagateMask()
10403
if (Mask.
isMask
()) {
in ReduceLoadWidth()
10454
if (ShiftMask.
isMask
()) {
in ReduceLoadWidth()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
CodeGenPrepare.cpp
5902
if (ActiveBits <= 1 || !DemandBits.
isMask
(ActiveBits) ||
in optimizeLoadExt()
Completed in 107 milliseconds