HomeSort by relevance Sort by last modified time
    Searched refs:getReturnSaveOffset (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 117 /// getReturnSaveOffset - Return the previous frame offset to save the
119 unsigned getReturnSaveOffset() const { return ReturnSaveOffset; }
PPCFrameLowering.cpp 789 int LROffset = getReturnSaveOffset();
    [all...]
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCFrameLowering.h 53 /// getReturnSaveOffset - Return the previous frame offset to save the
55 static unsigned getReturnSaveOffset(bool isPPC64, bool isDarwinABI) {
PPCFrameLowering.cpp 297 int LROffset = PPCFrameLowering::getReturnSaveOffset(isPPC64, isDarwinABI);
540 int LROffset = PPCFrameLowering::getReturnSaveOffset(isPPC64, isDarwinABI);
    [all...]
PPCISelLowering.cpp     [all...]

Completed in 389 milliseconds