OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDarwinDirective
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCSubtarget.h
117
///
getDarwinDirective
- Returns the -m directive specified for the cpu.
119
unsigned
getDarwinDirective
() const { return DarwinDirective; }
PPCTargetTransformInfo.cpp
151
unsigned Directive = ST->
getDarwinDirective
();
PPCInstrInfo.cpp
57
unsigned Directive = TM->getSubtarget<PPCSubtarget>().
getDarwinDirective
();
72
unsigned Directive = TM.getSubtarget<PPCSubtarget>().
getDarwinDirective
();
[
all
...]
PPCAsmPrinter.cpp
846
unsigned Directive = Subtarget.
getDarwinDirective
();
[
all
...]
PPCISelLowering.cpp
569
if (Subtarget->
getDarwinDirective
() == PPC::DIR_E500mc ||
570
Subtarget->
getDarwinDirective
() == PPC::DIR_E5500) {
[
all
...]
Completed in 203 milliseconds