OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LROffset
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCFrameLowering.cpp
297
int
LROffset
= PPCFrameLowering::getReturnSaveOffset(isPPC64, isDarwinABI);
324
.addImm(
LROffset
/ 4)
339
.addImm(
LROffset
)
448
MachineLocation LRDst(MachineLocation::VirtualFP,
LROffset
);
540
int
LROffset
= PPCFrameLowering::getReturnSaveOffset(isPPC64, isDarwinABI);
635
.addImm(
LROffset
/4).addReg(PPC::X1);
646
.addImm(
LROffset
).addReg(PPC::R1);
[
all
...]
PPCISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp
774
//
LROffset
is positive), that slot is callee-owned. Because PPC32 SVR4 has no
789
int
LROffset
= getReturnSaveOffset();
[
all
...]
PPCISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/ARM/
ARMISelLowering.cpp
[
all
...]
Completed in 255 milliseconds