Searched defs:FoldCandidate (Results 1 – 3 of 3) sorted by relevance
49 struct FoldCandidate { struct50 MachineInstr *UseMI;51 unsigned UseOpNo;52 MachineOperand *OpToFold;53 uint64_t ImmToFold;55 FoldCandidate(MachineInstr *MI, unsigned OpNo, MachineOperand *FoldOp) : in FoldCandidate() argument67 bool isImm() const { in isImm()
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() argument58 bool isFI() const { in isFI()62 bool isImm() const { in isImm()[all …]
30 struct FoldCandidate { struct31 MachineInstr *UseMI;32 union {37 int ShrinkOpcode;38 unsigned UseOpNo;39 MachineOperand::MachineOperandType Kind;40 bool Commuted;42 FoldCandidate(MachineInstr *MI, unsigned OpNo, MachineOperand *FoldOp, in FoldCandidate() argument58 bool isFI() const { in isFI()62 bool isImm() const { in isImm()[all …]