Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h490 unsigned getStoreOpcodeForSpill(const TargetRegisterClass *RC) const;
H A DPPCRegisterInfo.cpp490 unsigned Opcode = InstrInfo->getStoreOpcodeForSpill(RC); in requiresFrameIndexScavenging()
H A DPPCInstrInfo.cpp1915 PPCInstrInfo::getStoreOpcodeForSpill(const TargetRegisterClass *RC) const { in getStoreOpcodeForSpill() function in PPCInstrInfo
1930 unsigned Opcode = getStoreOpcodeForSpill(RC); in StoreRegToStackSlot()