Home
last modified time | relevance | path

Searched refs:getLoadOpcodeForSpill (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h566 unsigned getLoadOpcodeForSpill(const TargetRegisterClass *RC) const;
H A DPPCInstrInfo.cpp1927 PPCInstrInfo::getLoadOpcodeForSpill(const TargetRegisterClass *RC) const { in getLoadOpcodeForSpill() function in PPCInstrInfo
1996 unsigned Opcode = getLoadOpcodeForSpill(RC); in LoadRegFromStackSlot()