Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h467 unsigned getLoadOpcodeForSpill(const TargetRegisterClass *RC) const;
H A DPPCInstrInfo.cpp1902 PPCInstrInfo::getLoadOpcodeForSpill(const TargetRegisterClass *RC) const { in getLoadOpcodeForSpill() function in PPCInstrInfo
1971 unsigned Opcode = getLoadOpcodeForSpill(RC); in LoadRegFromStackSlot()