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
72
///
HasVMLxForwarding
- If true, NEON has special multiplier accumulator
74
bool
HasVMLxForwarding
;
260
bool
hasVMLxForwarding
() const { return
HasVMLxForwarding
; }
ARMSubtarget.cpp
89
HasVMLxForwarding
= false;
Completed in 22 milliseconds