OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCortexA9
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/ARM/
ARMSubtarget.h
303
bool
isCortexA9
() const { return ARMProcFamily == CortexA9; }
307
bool isLikeA9() const { return
isCortexA9
() || isCortexA15() || isKrait(); }
ARMTargetMachine.cpp
194
if (getOptLevel() != CodeGenOpt::None && getARMSubtarget().
isCortexA9
())
ARMBaseInstrInfo.cpp
[
all
...]
ARMISelDAGToDAG.cpp
417
!Subtarget->
isCortexA9
() && !Subtarget->isSwift())
[
all
...]
Completed in 178 milliseconds