Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCInstrInfo.h596 unsigned getLoadOpcodeForSpill(const TargetRegisterClass *RC) const;
DPPCInstrInfo.cpp1926 PPCInstrInfo::getLoadOpcodeForSpill(const TargetRegisterClass *RC) const { in getLoadOpcodeForSpill() function in PPCInstrInfo
1993 unsigned Opcode = getLoadOpcodeForSpill(RC); in LoadRegFromStackSlot()