OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PMul1
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMParallelDSP.cpp
564
auto CanPair = [&](Reduction &R, MulCandidate *PMul0, MulCandidate *
PMul1
) {
570
auto Ld1 = static_cast<LoadInst*>(
PMul1
->LHS);
572
auto Ld3 = static_cast<LoadInst*>(
PMul1
->RHS);
579
if (AreSequentialLoads(Ld2, Ld3,
PMul1
->VecLd)) {
581
R.AddMulPair(PMul0,
PMul1
);
583
} else if (AreSequentialLoads(Ld3, Ld2,
PMul1
->VecLd)) {
586
R.AddMulPair(PMul0,
PMul1
, true);
590
AreSequentialLoads(Ld2, Ld3,
PMul1
->VecLd)) {
595
R.AddMulPair(
PMul1
, PMul0, true);
612
MulCandidate *
PMul1
= static_cast<MulCandidate*>(Muls[j].get())
[
all
...]
Completed in 13 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026