Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp30 struct FoldCandidate { struct
31 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() function
58 bool isFI() const { in isFI()
62 bool isImm() const { in isImm()
[all …]