Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp23 struct FoldCandidate { struct
24 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() function
51 bool isFI() const { in isFI()
55 bool isImm() const { in isImm()
[all …]