Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIShrinkInstructions.cpp388 if (TII->hasAnyModifiersSet(MI)) in shrinkMadFma()
H A DSIInstrInfo.h898 bool hasAnyModifiersSet(const MachineInstr &MI) const;
H A DSIInstrInfo.cpp3100 if (hasAnyModifiersSet(UseMI)) in FoldImmediate()
3901 bool SIInstrInfo::hasAnyModifiersSet(const MachineInstr &MI) const { in hasAnyModifiersSet() function in SIInstrInfo