OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFpMLxInstruction
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
MLxExpansionPass.cpp
218
if (TII->
isFpMLxInstruction
(DefMI->getOpcode())) {
356
if (!TII->
isFpMLxInstruction
(MCID.getOpcode(),
ARMHazardRecognizer.cpp
69
if (TII.
isFpMLxInstruction
(DefMI->getOpcode()) &&
ARMBaseInstrInfo.h
496
///
isFpMLxInstruction
- Return true if the specified opcode is a fp MLA / MLS
498
bool
isFpMLxInstruction
(unsigned Opcode) const {
502
///
isFpMLxInstruction
- This version also returns the multiply opcode and the
505
bool
isFpMLxInstruction
(unsigned Opcode, unsigned &MulOpc,
ARMBaseInstrInfo.cpp
4889
ARMBaseInstrInfo::
isFpMLxInstruction
(unsigned Opcode, unsigned &MulOpc,
ARMISelDAGToDAG.cpp
520
return TII->
isFpMLxInstruction
(Opcode);
Completed in 68 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026