Searched defs:FoldCandidate (Results 1 – 1 of 1) sorted by relevance
23 struct FoldCandidate { struct24 MachineInstr *UseMI;25 union {30 int ShrinkOpcode;31 unsigned UseOpNo;32 MachineOperand::MachineOperandType Kind;33 bool Commuted;35 FoldCandidate(MachineInstr *MI, unsigned OpNo, MachineOperand *FoldOp, in FoldCandidate() function51 bool isFI() const { in isFI()55 bool isImm() const { in isImm()[all …]