Home
last modified time | relevance | path

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

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