OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCPUDirective
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp
161
DAG->MF.getSubtarget<PPCSubtarget>().
getCPUDirective
();
221
DAG->MF.getSubtarget<PPCSubtarget>().
getCPUDirective
();
PPCSubtarget.h
191
///
getCPUDirective
- Returns the -m directive specified for the cpu.
193
unsigned
getCPUDirective
() const { return CPUDirective; }
PPCTargetTransformInfo.cpp
791
if (ST->
getCPUDirective
() == PPC::DIR_A2) {
818
if (ST->
getCPUDirective
() == PPC::DIR_A2)
895
unsigned Directive = ST->
getCPUDirective
();
911
unsigned Directive = ST->
getCPUDirective
();
PPCInstrInfo.cpp
102
static_cast<const PPCSubtarget *>(STI)->
getCPUDirective
();
119
DAG->MF.getSubtarget<PPCSubtarget>().
getCPUDirective
();
196
unsigned Directive = Subtarget.
getCPUDirective
();
1246
unsigned Directive = Subtarget.
getCPUDirective
();
PPCISelLowering.cpp
1375
switch (Subtarget.
getCPUDirective
()) {
1406
if (Subtarget.
getCPUDirective
() == PPC::DIR_E500mc ||
1407
Subtarget.
getCPUDirective
() == PPC::DIR_E5500) {
1414
} else if (Subtarget.
getCPUDirective
() == PPC::DIR_A2) {
12705
switch (Subtarget.
getCPUDirective
()) {
15465
switch (Subtarget.
getCPUDirective
()) {
16741
switch (this->Subtarget.
getCPUDirective
()) {
Completed in 88 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026