HomeSort by: relevance | last modified time | path
    Searched refs:alignSPAdjust (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetFrameLowering.h 101 /// alignSPAdjust - This method aligns the stack adjustment to the correct
104 int alignSPAdjust(int SPAdj) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVFrameLowering.cpp 923 Amount = alignSPAdjust(Amount);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetInstrInfo.cpp 1010 int SPAdj = TFI->alignSPAdjust(getFrameSize(MI));
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 2302 Amount = alignSPAdjust(Amount);

Completed in 54 milliseconds