Searched refs:getLoadOpcodesForSpillArray (Results 1 – 2 of 2) sorted by relevance
275 ArrayRef<unsigned> getLoadOpcodesForSpillArray() const;
1073 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