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

  /external/llvm/lib/CodeGen/
StackMapLivenessAnalysis.cpp 114 if (!MF.getFrameInfo()->hasPatchPoint()) {
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 157 /// HasPatchPoint - This boolean keeps track of whether there is a call
159 bool HasPatchPoint;
259 HasPatchPoint = false;
314 /// hasPatchPoint - This method may be called any time after instruction
317 bool hasPatchPoint() const { return HasPatchPoint; }
318 void setHasPatchPoint(bool s = true) { HasPatchPoint = s; }
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 145 MFI->hasPatchPoint() || RegInfo->needsStackRealignment(MF));
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 514 MFI->hasStackMap() || MFI->hasPatchPoint() ||
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 85 MFI->hasStackMap() || MFI->hasPatchPoint());
    [all...]

Completed in 1359 milliseconds