Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h492 unsigned getLoadOpcodeForSpill(const TargetRegisterClass *RC) const;
H A DPPCInstrInfo.cpp1921 PPCInstrInfo::getLoadOpcodeForSpill(const TargetRegisterClass *RC) const { in getLoadOpcodeForSpill() function in PPCInstrInfo
1988 unsigned Opcode = getLoadOpcodeForSpill(RC); in LoadRegFromStackSlot()