OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is31
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp
519
bool
is31
= needsFP(MF);
local
520
unsigned FPReg =
is31
? PPC::R31 : PPC::R1;
521
unsigned FP8Reg =
is31
? PPC::X31 : PPC::X1;
1907
bool
is31
= needsFP(*MF);
local
1933
bool
is31
= needsFP(*MF);
local
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp
5752
bool
is31
= (DisableFramePointerElim(MF) || MFI->hasVarSizedObjects()) &&
local
[
all
...]
Completed in 958 milliseconds