Home
last modified time | relevance | path

Searched refs:getStoreOpcodeForSpill (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h465 unsigned getStoreOpcodeForSpill(const TargetRegisterClass *RC) const;
H A DPPCRegisterInfo.cpp406 unsigned Opcode = InstrInfo->getStoreOpcodeForSpill(RC); in requiresFrameIndexScavenging()
H A DPPCInstrInfo.cpp1896 PPCInstrInfo::getStoreOpcodeForSpill(const TargetRegisterClass *RC) const { in getStoreOpcodeForSpill() function in PPCInstrInfo
1911 unsigned Opcode = getStoreOpcodeForSpill(RC); in StoreRegToStackSlot()