OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isABI_O32
(Results
1 - 10
of
10
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h
209
Is32BitABI = P.
isABI_O32
();
214
else if (P.
isABI_O32
()) {
/external/llvm/lib/Target/Mips/
MipsSubtarget.cpp
146
assert(((!isGP64bit() && (
isABI_O32
() || isABI_EABI())) ||
155
if (!
isABI_O32
() && !useOddSPReg())
MipsRegisterInfo.cpp
210
if (Subtarget.
isABI_O32
() && !Subtarget.useOddSPReg()) {
MipsSubtarget.h
171
bool
isABI_O32
() const { return MipsABI == O32; }
MipsFastISel.cpp
63
(Subtarget->hasMips32r2() && (Subtarget->
isABI_O32
())));
MipsAsmPrinter.cpp
711
if (Subtarget->
isABI_O32
())
713
Subtarget->
isABI_O32
());
[
all
...]
MipsLongBranch.cpp
455
TM.getSubtarget<MipsSubtarget>().
isABI_O32
() &&
MipsSEISelDAGToDAG.cpp
190
assert(Subtarget->
isABI_O32
());
MipsISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
240
if (!
isABI_O32
() && !allowOddSPReg() != 0)
254
bool
isABI_O32
() const { return STI.getFeatureBits() & Mips::FeatureO32; }
[
all
...]
Completed in 38 milliseconds