OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCandidateToMergeOrPair
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.h
118
bool
isCandidateToMergeOrPair
(const MachineInstr &MI) const;
AArch64LoadStoreOptimizer.cpp
2071
if (!TII->
isCandidateToMergeOrPair
(MI))
2095
if (!TII->
isCandidateToMergeOrPair
(MI))
AArch64InstrInfo.cpp
2444
bool AArch64InstrInfo::
isCandidateToMergeOrPair
(const MachineInstr &MI) const {
3121
if (!
isCandidateToMergeOrPair
(FirstLdSt) ||
3122
!
isCandidateToMergeOrPair
(SecondLdSt))
3125
//
isCandidateToMergeOrPair
guarantees that operand 2 is an immediate.
Completed in 25 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026