Searched refs:FoldCandidate (Results 1 – 1 of 1) sorted by relevance
24 struct FoldCandidate { struct36 FoldCandidate(MachineInstr *MI, unsigned OpNo, MachineOperand *FoldOp, in FoldCandidate() function81 bool updateOperand(FoldCandidate &Fold) const;83 bool tryAddToFoldList(SmallVectorImpl<FoldCandidate> &FoldList,93 SmallVectorImpl<FoldCandidate> &FoldList) const;97 SmallVectorImpl<FoldCandidate> &FoldList,187 bool SIFoldOperands::updateOperand(FoldCandidate &Fold) const { in updateOperand()315 static bool isUseMIInFoldList(ArrayRef<FoldCandidate> FoldList, in isUseMIInFoldList()320 static void appendFoldCandidate(SmallVectorImpl<FoldCandidate> &FoldList, in appendFoldCandidate()325 for (FoldCandidate &Fold : FoldList) in appendFoldCandidate()[all …]