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/
DSIShrinkInstructions.cpp388 if (TII->hasAnyModifiersSet(MI)) in shrinkMadFma()
DSIInstrInfo.h898 bool hasAnyModifiersSet(const MachineInstr &MI) const;
DSIInstrInfo.cpp3100 if (hasAnyModifiersSet(UseMI)) in FoldImmediate()
3901 bool SIInstrInfo::hasAnyModifiersSet(const MachineInstr &MI) const { in hasAnyModifiersSet() function in SIInstrInfo