Searched refs:getLoadOpcodesForSpillArray (Results 1 – 2 of 2) sorted by relevance
224 ArrayRef<unsigned> getLoadOpcodesForSpillArray() const;
1052 if (llvm::is_contained(getLoadOpcodesForSpillArray(), MI.getOpcode())) { in isLoadFromStackSlot()1907 ArrayRef<unsigned> OpcodesForSpill = getLoadOpcodesForSpillArray(); in getLoadOpcodeForSpill()3440 ArrayRef<unsigned> PPCInstrInfo::getLoadOpcodesForSpillArray() const { in getLoadOpcodesForSpillArray() function in PPCInstrInfo