OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isABI_N32
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp
90
if (Subtarget.
isABI_N32
())
110
if (Subtarget.
isABI_N32
())
MipsSubtarget.cpp
97
if (ST.isABI_N64() || ST.
isABI_N32
())
147
(isGP64bit() && (
isABI_N32
() || isABI_N64()))) &&
MipsSubtarget.h
170
bool
isABI_N32
() const { return MipsABI == N32; }
MipsISelLowering.cpp
[
all
...]
MipsSEISelDAGToDAG.cpp
177
if (Subtarget->
isABI_N32
()) {
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIFlagsSection.h
212
if (P.
isABI_N32
() || P.isABI_N64())
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
252
bool
isABI_N32
() const { return STI.getFeatureBits() & Mips::FeatureN32; }
[
all
...]
Completed in 47 milliseconds