Home
last modified time | relevance | path

Searched defs:FoldCandidate (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp24 struct FoldCandidate { struct
25 MachineInstr *UseMI;
26 union {
31 int ShrinkOpcode;
32 unsigned UseOpNo;
33 MachineOperand::MachineOperandType Kind;
34 bool Commuted;
36 FoldCandidate(MachineInstr *MI, unsigned OpNo, MachineOperand *FoldOp, in FoldCandidate() function
52 bool isFI() const { in isFI()
56 bool isImm() const { in isImm()
[all …]