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:canMerge
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/src/gpu/ops/
H
A
D
PathTessellateOp.cpp
48
bool
canMerge
= fAAType == op->fAAType &&
in onCombineIfPossible()
local
52
if (
canMerge
) {
in onCombineIfPossible()
H
A
D
OpsTask.h
97
bool
canMerge
(const OpsTask*) const;
H
A
D
OpsTask.cpp
705
bool OpsTask::
canMerge
(const OpsTask* opsTask) const {
in canMerge()
function in skgpu::v1::OpsTask
715
if (!opsTask || !this->
canMerge
(opsTask)) {
in mergeFrom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H
A
D
PPCBranchCoalescing.cpp
48
/// canCoalesceBranch and
canMerge
methods.
182
bool
canMerge
(CoalescingCandidateInfo &SourceRegion,
260
// extended to identify the implicit operands. The analysis in
canMerge
in canCoalesceBranch()
529
bool PPCBranchCoalescing::
canMerge
(CoalescingCandidateInfo &SourceRegion,
in canMerge()
function in PPCBranchCoalescing
761
if (!
canMerge
(Cand2, Cand1)) {
in runOnMachineFunction()
H
A
D
PPCExpandISEL.cpp
74
bool
canMerge
(MachineInstr *PrevPushedMI, MachineInstr *MI);
181
bool PPCExpandISEL::
canMerge
(MachineInstr *PrevPushedMI, MachineInstr *MI) {
in canMerge()
function in PPCExpandISEL
249
while (I != E &&
canMerge
(SubISELList.back(), *I)) {
in expandAndMergeISELs()
/third_party/skia/src/gpu/
H
A
D
GrDrawingManager.cpp
382
SkASSERT(!prevOpsTask->
canMerge
(curOpsTask));
in sortTasks()
Completed in 7 milliseconds