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:isLoad
(Results
26 - 37
of
37
) sorted by relevance
1
2
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
TargetInstrInfo.cpp
358
if ((*o)->
isLoad
() &&
in hasLoadFromStackSlot()
H
A
D
MachineVerifier.cpp
1492
if ((*I)->
isLoad
() && !MI->mayLoad())
in visitMachineInstrBefore()
/third_party/mesa3d/src/nouveau/codegen/
H
A
D
nv50_ir_peephole.cpp
3173
bool
isLoad
= true;
in runOpt()
local
3198
isLoad
= false;
in runOpt()
3228
if (
isLoad
) {
in runOpt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H
A
D
ARMBaseInstrInfo.cpp
171
bool
isLoad
= !MI.mayStore();
in convertToThreeAddress()
local
172
const MachineOperand &WB =
isLoad
? MI.getOperand(1) : MI.getOperand(0);
in convertToThreeAddress()
240
if (
isLoad
)
in convertToThreeAddress()
256
if (
isLoad
)
in convertToThreeAddress()
/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H
A
D
audio_policy_service.h
1025
void SetDefaultDeviceLoadFlag(bool
isLoad
);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H
A
D
SelectionDAGNodes.h
1299
bool readMem() const { return MMO->
isLoad
(); }
in readMem()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H
A
D
IceAssemblerARM32.cpp
2044
constexpr bool
isLoad
= false;
2051
emitMemOp(Cond, kInstTypeMemImmediate,
isLoad
, isByte, Rt, Address);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H
A
D
SelectionDAGISel.cpp
3543
if (MMO->
isLoad
()) {
in SelectCodeCommon()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
H
A
D
ARMAsmParser.cpp
7123
bool
isLoad
= (Mnemonic == "ldrexd" || Mnemonic == "ldaexd");
in ParseInstruction()
local
7124
unsigned Idx =
isLoad
? 2 : 3;
in ParseInstruction()
7140
isLoad
? "destination operands must be sequential"
in ParseInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H
A
D
PPCISelLowering.cpp
2591
bool
isLoad
= true;
in getPreIndexedAddressParts()
2603
isLoad
= false;
in getPreIndexedAddressParts()
2610
if (
isLoad
&& usePartialVectorLoads(N, Subtarget)) {
in getPreIndexedAddressParts()
2634
else if (!
isLoad
) {
in getPreIndexedAddressParts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H
A
D
X86InstrInfo.cpp
5369
if (!MMO->
isLoad
())
in extractLoadMMOs()
5393
if (!MMO->
isLoad
()) {
in extractStoreMMOs()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H
A
D
audio_policy_service.cpp
6787
void AudioPolicyService::SetDefaultDeviceLoadFlag(bool
isLoad
)
in SetDefaultDeviceLoadFlag()
argument
6789
isPrimaryMicModuleInfoLoaded_.store(
isLoad
);
in SetDefaultDeviceLoadFlag()
Completed in 114 milliseconds
1
2