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:SignBit
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H
A
D
LegalizeDAG.cpp
71
uint8_t
SignBit
;
member
[all...]
H
A
D
LegalizeFloatTypes.cpp
302
SDValue
SignBit
= DAG.getNode(
in SoftenFloatRes_FCOPYSIGN()
local
[all...]
H
A
D
DAGCombiner.cpp
11232
SDValue
SignBit
= DAG.getConstant(
in visitBITCAST()
local
11253
APInt
SignBit
= APInt::getSignMask(VT.getSizeInBits());
in visitBITCAST()
local
11301
APInt
SignBit
= APInt::getSignMask(VT.getSizeInBits() / 2);
in visitBITCAST()
local
11322
APInt
SignBit
= APInt::getSignMask(VT.getSizeInBits());
in visitBITCAST()
local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H
A
D
RISCVISelLowering.cpp
973
APInt
SignBit
= APInt::getSignMask(32);
in PerformDAGCombine()
local
1018
APInt
SignBit
= APInt::getSignMask(32).sext(64);
in PerformDAGCombine()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H
A
D
LegalizerHelper.cpp
3952
auto
SignBit
= MIRBuilder.buildConstant(S64, 63);
in lowerSITOFP()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPUISelLowering.cpp
2100
SDValue
SignBit
= DAG.getNode(ISD::AND, SL, MVT::i32, Hi, SignBitMask);
in LowerFTRUNC()
local
2423
const SDValue
SignBit
= DAG.getConstant(63, SL, MVT::i64);
in LowerINT_TO_FP32()
local
Completed in 44 milliseconds