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

  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 259 bool HasOpaqueSPAdjustment = false;
506 bool hasOpaqueSPAdjustment() const { return HasOpaqueSPAdjustment; }
507 void setHasOpaqueSPAdjustment(bool B) { HasOpaqueSPAdjustment = B; }
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 35 if (!MFI->hasVarSizedObjects() && !MFI->hasOpaqueSPAdjustment())
X86RegisterInfo.cpp 530 return MFI->hasVarSizedObjects() || MFI->hasOpaqueSPAdjustment();
X86FrameLowering.cpp 91 MFI->isFrameAddressTaken() || MFI->hasOpaqueSPAdjustment() ||
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 296 bool HasOpaqueSPAdjustment = false;
557 bool hasOpaqueSPAdjustment() const { return HasOpaqueSPAdjustment; }
558 void setHasOpaqueSPAdjustment(bool B) { HasOpaqueSPAdjustment = B; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 35 if (!MFI.hasVarSizedObjects() && !MFI.hasOpaqueSPAdjustment())
X86RegisterInfo.cpp 604 return MFI.hasVarSizedObjects() || MFI.hasOpaqueSPAdjustment();
X86FrameLowering.cpp 89 MFI.isFrameAddressTaken() || MFI.hasOpaqueSPAdjustment() ||
    [all...]
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 267 YamlMFI.HasOpaqueSPAdjustment = MFI.hasOpaqueSPAdjustment();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MIRPrinter.cpp 330 YamlMFI.HasOpaqueSPAdjustment = MFI.hasOpaqueSPAdjustment();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 336 && !MFI.hasOpaqueSPAdjustment())
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 5530 milliseconds