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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 215 static bool WindowsRequiresStackProbe(const MachineFunction &MF,
400 (!STI.isTargetWindows() || !WindowsRequiresStackProbe(MF, NumBytes))) {
515 if (STI.isTargetWindows() && WindowsRequiresStackProbe(MF, NumBytes)) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 170 static bool WindowsRequiresStackProbe(const MachineFunction &MF,
335 (!STI.isTargetWindows() || !WindowsRequiresStackProbe(MF, NumBytes))) {
447 if (STI.isTargetWindows() && WindowsRequiresStackProbe(MF, NumBytes)) {
    [all...]

Completed in 184 milliseconds