Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.h50 enum SubtargetEnum { M00, M10, M20, M30, M40, M60 }; enumerator
51 SubtargetEnum SubtargetKind = M00;
87 bool atLeastM68000() const { return SubtargetKind >= M00; } in atLeastM68000()
H A DM68k.td22 : SubtargetFeature<"isa-68000", "SubtargetKind", "M00",
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6557 Value *M00 = MinMax0->getOperand(0), *M01 = MinMax0->getOperand(1); in simplifyBinaryIntrinsic() local
6559 if ((match(M00, m_APInt(InnerC)) || match(M01, m_APInt(InnerC))) && in simplifyBinaryIntrinsic()