OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFpMLxInstruction
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp
62
if (TII.
isFpMLxInstruction
(DefMI->getOpcode()) &&
ARMBaseInstrInfo.h
373
///
isFpMLxInstruction
- Return true if the specified opcode is a fp MLA / MLS
375
bool
isFpMLxInstruction
(unsigned Opcode) const {
379
///
isFpMLxInstruction
- This version also returns the multiply opcode and the
382
bool
isFpMLxInstruction
(unsigned Opcode, unsigned &MulOpc,
MLxExpansionPass.cpp
221
if (TII->
isFpMLxInstruction
(DefMI->getOpcode())) {
362
if (!TII->
isFpMLxInstruction
(MCID.getOpcode(),
ARMBaseInstrInfo.cpp
[
all
...]
ARMISelDAGToDAG.cpp
457
return TII->
isFpMLxInstruction
(Opcode);
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMHazardRecognizer.cpp
62
if (TII.
isFpMLxInstruction
(DefMI->getOpcode()) &&
ARMBaseInstrInfo.h
272
///
isFpMLxInstruction
- Return true if the specified opcode is a fp MLA / MLS
274
bool
isFpMLxInstruction
(unsigned Opcode) const {
278
///
isFpMLxInstruction
- This version also returns the multiply opcode and the
281
bool
isFpMLxInstruction
(unsigned Opcode, unsigned &MulOpc,
MLxExpansionPass.cpp
161
if (TII->
isFpMLxInstruction
(DefMI->getOpcode())) {
294
if (!TII->
isFpMLxInstruction
(MCID.getOpcode(),
ARMBaseInstrInfo.cpp
[
all
...]
ARMISelDAGToDAG.cpp
373
return TII->
isFpMLxInstruction
(Opcode);
[
all
...]
Completed in 275 milliseconds