OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCortexA8
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
197
bool
isCortexA8
() const { return ARMProcFamily == CortexA8; }
ARMSubtarget.cpp
186
if (
isCortexA8
())
ARMBaseInstrInfo.cpp
[
all
...]
ARMAsmPrinter.cpp
698
Subtarget->
isCortexA8
()) {
[
all
...]
ARMISelDAGToDAG.cpp
345
if (!Subtarget->
isCortexA8
() && !Subtarget->isCortexA9())
[
all
...]
Completed in 902 milliseconds