Home
last modified time | relevance | path

Searched refs:FoldableDef (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp30 struct FoldableDef { struct
49 FoldableDef() = delete;
50 FoldableDef(MachineOperand &FoldOp, const TargetRegisterClass *DefRC, in FoldableDef() argument
66 FoldableDef(int64_t FoldImm, const TargetRegisterClass *DefRC, in FoldableDef() function
72 FoldableDef getWithSubReg(const SIRegisterInfo &TRI, unsigned SubReg) const { in getWithSubReg() argument
73 FoldableDef Copy(*this); in getWithSubReg()
146 FoldableDef Def;
151 FoldCandidate(MachineInstr *MI, unsigned OpNo, FoldableDef Def, in FoldCandidate()
183 const FoldableDef &OpToFold) const;
218 const FoldableDef &OpToFold) const;
[all …]