Searched defs:FoldCandidate (Results 1 – 1 of 1) sorted by relevance
30 struct FoldCandidate { struct31 MachineInstr *UseMI;32 union {37 int ShrinkOpcode;38 unsigned char UseOpNo;39 MachineOperand::MachineOperandType Kind;40 bool Commuted;42 FoldCandidate(MachineInstr *MI, unsigned OpNo, MachineOperand *FoldOp, in FoldCandidate() function58 bool isFI() const { in isFI()62 bool isImm() const { in isImm()[all …]