Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h2256 unsigned getCallFrameSizeAt(MachineInstr &MI) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp1626 unsigned TargetInstrInfo::getCallFrameSizeAt(MachineInstr &MI) const { in getCallFrameSizeAt() function in TargetInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp2427 unsigned CallFrameSize = TII.getCallFrameSizeAt(MI); in EmitInstrWithCustomInserter()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp3202 unsigned CallFrameSize = TII->getCallFrameSizeAt(MI); in EmitLoweredSelect()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11576 unsigned CallFrameSize = TII->getCallFrameSizeAt(MI); in EmitStructByval()
12177 unsigned CallFrameSize = TII->getCallFrameSizeAt(MI); in EmitInstrWithCustomInserter()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12967 unsigned CallFrameSize = TII->getCallFrameSizeAt(MI); in EmitInstrWithCustomInserter()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18482 unsigned CallFrameSize = TII.getCallFrameSizeAt(*LastSelectPseudo); in emitSelectPseudo()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp35181 unsigned CallFrameSize = TII->getCallFrameSizeAt(MI); in EmitLoweredSelect()