HomeSort by relevance Sort by last modified time
    Searched refs:hasReservedCallFrame (Results 51 - 75 of 90) sorted by null

1 23 4

  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430RegisterInfo.cpp 108 if (!TFI->hasReservedCallFrame(MF)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineFrameInfo.cpp 159 if (adjustsStack() && TFI->hasReservedCallFrame(MF))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonFrameLowering.h 56 bool hasReservedCallFrame(const MachineFunction &MF) const override {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcRegisterInfo.cpp 230 if (getFrameLowering(MF)->hasReservedCallFrame(MF))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyFrameLowering.cpp 76 bool WebAssemblyFrameLowering::hasReservedCallFrame(
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 526 SystemZFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
541 assert(hasReservedCallFrame(MF) &&
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
AVRFrameLowering.cpp 39 // hasReservedCallFrame is false.
43 bool AVRFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
371 if (TFI.hasReservedCallFrame(MF)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 523 SystemZFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
538 assert(hasReservedCallFrame(MF) &&
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 334 if (Subtarget.getFrameLowering()->hasReservedCallFrame(MF))
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreRegisterInfo.cpp 120 if (!TFI->hasReservedCallFrame(MF)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 336 if (Subtarget.getFrameLowering()->hasReservedCallFrame(MF))
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 342 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF))
383 if (TFI->hasReservedCallFrame(MF))
727 // when !hasReservedCallFrame().
730 assert(TFI->hasReservedCallFrame(MF) &&
Thumb1FrameLowering.cpp 28 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{
58 if (!hasReservedCallFrame(MF)) {
ARMFrameLowering.cpp 74 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
79 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
98 return hasReservedCallFrame(MF) || MF.getFrameInfo()->hasVarSizedObjects();
    [all...]
ThumbRegisterInfo.cpp 531 // when !hasReservedCallFrame().
534 assert(STI.getFrameLowering()->hasReservedCallFrame(MF) &&
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 370 if (needsStackRealignment(MF) && !TFI->hasReservedCallFrame(MF))
407 if (TFI->hasReservedCallFrame(MF))
746 // when !hasReservedCallFrame().
749 assert(TFI->hasReservedCallFrame(MF) &&
    [all...]
ARMFrameLowering.cpp 119 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
124 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
143 return hasReservedCallFrame(MF) || MF.getFrameInfo().hasVarSizedObjects();
    [all...]
ThumbRegisterInfo.cpp 531 // when !hasReservedCallFrame().
534 assert(STI.getFrameLowering()->hasReservedCallFrame(MF) &&
Thumb1FrameLowering.cpp 54 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{
83 if (!hasReservedCallFrame(MF)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMFrameLowering.cpp 48 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
53 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
72 return hasReservedCallFrame(MF) || MF.getFrameInfo()->hasVarSizedObjects();
778 if (MFI->adjustsStack() && TFI->hasReservedCallFrame(MF))
    [all...]
Thumb1FrameLowering.cpp 24 bool Thumb1FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const{
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinRegisterInfo.cpp 160 if (!TFI->hasReservedCallFrame(MF)) {
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 147 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
153 AArch64FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
168 if (!TFI->hasReservedCallFrame(MF)) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 226 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
232 AArch64FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
247 if (!TFI->hasReservedCallFrame(MF)) {
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 698 if (adjustsStack() && TFI->hasReservedCallFrame(MF))
    [all...]

Completed in 1200 milliseconds

1 23 4