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

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 263 bool HasCopyImplyingStackAdjustment = false;
511 bool hasCopyImplyingStackAdjustment() const {
512 return HasCopyImplyingStackAdjustment;
515 HasCopyImplyingStackAdjustment = B;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 300 bool HasCopyImplyingStackAdjustment = false;
562 bool hasCopyImplyingStackAdjustment() const {
563 return HasCopyImplyingStackAdjustment;
566 HasCopyImplyingStackAdjustment = B;
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 750 bool hasCopyImplyingStackAdjustment(MachineFunction *MF) const override;
    [all...]
X86FrameLowering.cpp 95 MFI->hasCopyImplyingStackAdjustment());
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FrameLowering.cpp 93 MFI.hasCopyImplyingStackAdjustment());
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 647 if (TLI->hasCopyImplyingStackAdjustment(MF))
    [all...]

Completed in 62 milliseconds