Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h275 ArrayRef<unsigned> getLoadOpcodesForSpillArray() const;
H A DPPCInstrInfo.cpp1073 if (llvm::is_contained(getLoadOpcodesForSpillArray(), MI.getOpcode())) { in isLoadFromStackSlot()
1927 ArrayRef<unsigned> OpcodesForSpill = getLoadOpcodesForSpillArray(); in getLoadOpcodeForSpill()
3466 ArrayRef<unsigned> PPCInstrInfo::getLoadOpcodesForSpillArray() const { in getLoadOpcodesForSpillArray() function in PPCInstrInfo