OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getarmsubtarget
(Results
1 - 1
of
1
) sorted by null
/external/llvm/lib/Target/ARM/
ARMTargetMachine.cpp
135
const ARMSubtarget &
getARMSubtarget
() const {
161
const ARMSubtarget *Subtarget = &
getARMSubtarget
();
170
if (getOptLevel() != CodeGenOpt::None && !
getARMSubtarget
().isThumb1Only())
172
if (getOptLevel() != CodeGenOpt::None &&
getARMSubtarget
().isCortexA9())
176
if (getOptLevel() != CodeGenOpt::None &&
getARMSubtarget
().isCortexA15() &&
177
getARMSubtarget
().hasNEON() && !DisableA15SDOptimization) {
186
if (!
getARMSubtarget
().isThumb1Only()) {
190
if (
getARMSubtarget
().hasNEON())
199
if (!
getARMSubtarget
().isThumb1Only())
202
if (
getARMSubtarget
().isThumb2()
[
all
...]
Completed in 196 milliseconds