Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp424 if (TII->hasAnyModifiersSet(MI)) in shrinkMadFma()
H A DSIInstrInfo.h1181 bool hasAnyModifiersSet(const MachineInstr &MI) const;
H A DSIFoldOperands.cpp1953 if (TII->hasAnyModifiersSet(MI)) in tryFoldFoldableCopy()
H A DSIInstrInfo.cpp3634 if (hasAnyModifiersSet(UseMI)) in foldImmediate()
4554 bool SIInstrInfo::hasAnyModifiersSet(const MachineInstr &MI) const { in hasAnyModifiersSet() function in SIInstrInfo