OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFpMLxInstruction
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp
65
if (TII.
isFpMLxInstruction
(DefMI->getOpcode()) &&
ARMBaseInstrInfo.h
296
///
isFpMLxInstruction
- Return true if the specified opcode is a fp MLA / MLS
298
bool
isFpMLxInstruction
(unsigned Opcode) const {
302
///
isFpMLxInstruction
- This version also returns the multiply opcode and the
305
bool
isFpMLxInstruction
(unsigned Opcode, unsigned &MulOpc,
MLxExpansionPass.cpp
220
if (TII->
isFpMLxInstruction
(DefMI->getOpcode())) {
361
if (!TII->
isFpMLxInstruction
(MCID.getOpcode(),
ARMBaseInstrInfo.cpp
[
all
...]
ARMISelDAGToDAG.cpp
458
return TII->
isFpMLxInstruction
(Opcode);
[
all
...]
Completed in 3773 milliseconds