OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsN32
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIInfo.h
44
bool
IsN32
() const { return ThisABI == ABI::N32; }
75
inline bool AreGprs64bit() const { return
IsN32
() || IsN64(); }
MipsABIInfo.cpp
29
if (
IsN32
() || IsN64())
37
if (
IsN32
() || IsN64())
45
if (
IsN32
() || IsN64() || IsEABI())
MipsOptionRecord.cpp
53
Sec->setAlignment(MTS->getABI().
IsN32
() ? 8 : 4);
MipsTargetStreamer.cpp
534
else if (getABI().
IsN32
())
745
if (!Pic || (getABI().
IsN32
() || getABI().IsN64()))
800
if (!Pic || (getABI().
IsN32
() || getABI().IsN64()))
812
if (!Pic || !(getABI().
IsN32
() || getABI().IsN64()))
868
if (!Pic || !(getABI().
IsN32
() || getABI().IsN64()))
/external/llvm/lib/Target/Mips/
MipsSubtarget.cpp
169
bool MipsSubtarget::isABI_N32() const { return getABI().
IsN32
(); }
MipsTargetMachine.cpp
72
if (ABI.IsN64() || ABI.
IsN32
())
MipsISelLowering.cpp
437
setMinStackArgumentAlignment((ABI.
IsN32
() || ABI.IsN64()) ? 8 : 4);
[
all
...]
MipsSEISelDAGToDAG.cpp
180
if (ABI.
IsN32
()) {
[
all
...]
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
454
bool isABI_N32() const { return ABI.
IsN32
(); }
[
all
...]
Completed in 102 milliseconds