Home
last modified time | relevance | path

Searched refs:getCallFrameSizeAt (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h2214 unsigned getCallFrameSizeAt(MachineInstr &MI) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1566 unsigned TargetInstrInfo::getCallFrameSizeAt(MachineInstr &MI) const { in getCallFrameSizeAt() function in TargetInstrInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp2443 unsigned CallFrameSize = TII.getCallFrameSizeAt(MI); in EmitInstrWithCustomInserter()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp3201 unsigned CallFrameSize = TII->getCallFrameSizeAt(MI); in EmitLoweredSelect()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11559 unsigned CallFrameSize = TII->getCallFrameSizeAt(MI); in EmitStructByval()
12160 unsigned CallFrameSize = TII->getCallFrameSizeAt(MI); in EmitInstrWithCustomInserter()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp34650 unsigned CallFrameSize = TII->getCallFrameSizeAt(MI); in EmitLoweredSelect()