reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
195 TFI.getStackGrowthDirection() == TargetFrameLowering::StackGrowsDown; 293 TFI.getStackGrowthDirection() == TargetFrameLowering::StackGrowsDown;lib/CodeGen/MachineScheduler.cpp
1489 bool StackGrowsDown = TFI.getStackGrowthDirection() ==
lib/CodeGen/PrologEpilogInserter.cpp 787 TFI.getStackGrowthDirection() == TargetFrameLowering::StackGrowsDown;
lib/CodeGen/TargetInstrInfo.cpp 966 TFI->getStackGrowthDirection() == TargetFrameLowering::StackGrowsDown;
lib/Target/AArch64/AArch64FrameLowering.cpp 2345 assert(getStackGrowthDirection() == TargetFrameLowering::StackGrowsDown &&
lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp 135 TFI.getStackGrowthDirection() == TargetFrameLowering::StackGrowsDown;