OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasVMLxForwarding
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
92
///
HasVMLxForwarding
- If true, NEON has special multiplier accumulator
94
bool
HasVMLxForwarding
;
333
bool
hasVMLxForwarding
() const { return
HasVMLxForwarding
; }
ARMSubtarget.cpp
186
HasVMLxForwarding
= false;
Completed in 43 milliseconds