Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp49 struct FoldCandidate { struct
50 MachineInstr *UseMI;
51 unsigned UseOpNo;
52 MachineOperand *OpToFold;
53 uint64_t ImmToFold;
55 FoldCandidate(MachineInstr *MI, unsigned OpNo, MachineOperand *FoldOp) : in FoldCandidate() argument
67 bool isImm() const { in isImm()
/external/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() argument
58 bool isFI() const { in isFI()
62 bool isImm() const { in isImm()
[all …]
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp30 struct FoldCandidate { struct
31 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() argument
58 bool isFI() const { in isFI()
62 bool isImm() const { in isImm()
[all …]