OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isV9
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCAsmInfo.cpp
24
bool
isV9
= (TheTriple.getArch() == Triple::sparcv9);
27
if (
isV9
) {
34
Data64bitsDirective = (
isV9
) ? "\t.xword\t" : nullptr;
/external/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.h
35
bool
isV9
(const MCSubtargetInfo &STI) const;
SparcInstPrinter.cpp
37
bool SparcInstPrinter::
isV9
(const MCSubtargetInfo &STI) const {
84
if (
isV9
(STI)
/external/llvm/lib/Target/Sparc/
SparcSubtarget.h
34
bool
IsV9
;
65
bool
isV9
() const { return
IsV9
; }
SparcRegisterInfo.cpp
91
if (!Subtarget.
isV9
()) {
183
if (!Subtarget.
isV9
() || !Subtarget.hasHardQuad()) {
SparcInstrInfo.cpp
308
if (Subtarget.
isV9
()) {
318
if (Subtarget.
isV9
()) {
DelaySlotFiller.cpp
127
if (!Subtarget->
isV9
() &&
SparcISelLowering.cpp
[
all
...]
Completed in 70 milliseconds