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

1 2 34

  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 52 bool X86FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
63 return hasReservedCallFrame(MF) ||
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 489 if (!hasReservedCallFrame(MF)) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PrologEpilogInserter.cpp 660 if (MFI->adjustsStack() && TFI.hasReservedCallFrame(Fn))
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb1RegisterInfo.cpp 312 if (!TFI->hasReservedCallFrame(MF)) {
ARMBaseRegisterInfo.cpp 852 if (!TFI->hasReservedCallFrame(MF)) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PrologEpilogInserter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIFrameLowering.cpp 761 if (!TFI->hasReservedCallFrame(MF)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FrameLowering.cpp 52 bool X86FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
63 return hasReservedCallFrame(MF) ||
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 491 if (!hasReservedCallFrame(MF)) {
  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 821 MipsSEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeISelLowering.cpp 769 if (needsRegArgSlots && TFI.hasReservedCallFrame(MF))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86RegisterInfo.cpp 519 bool reseveCallFrame = TFI->hasReservedCallFrame(MF);
X86FrameLowering.cpp 38 bool X86FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 844 MipsSEFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
    [all...]

Completed in 2603 milliseconds

1 2 34