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

  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 500 unsigned scratchSPReg = AArch64::SP;
503 scratchSPReg = findScratchNonCalleeSaveRegister(&MBB);
504 assert(scratchSPReg != AArch64::NoRegister);
512 emitFrameOffset(MBB, MBBI, DL, scratchSPReg, AArch64::SP, -NumBytes, TII,
519 assert(scratchSPReg != AArch64::SP);
533 .addReg(scratchSPReg, RegState::Kill)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 691 unsigned scratchSPReg = AArch64::SP;
694 scratchSPReg = findScratchNonCalleeSaveRegister(&MBB);
695 assert(scratchSPReg != AArch64::NoRegister);
703 emitFrameOffset(MBB, MBBI, DL, scratchSPReg, AArch64::SP, -NumBytes, TII,
710 assert(scratchSPReg != AArch64::SP);
724 .addReg(scratchSPReg, RegState::Kill)
    [all...]

Completed in 464 milliseconds