Searched refs:M00 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kSubtarget.h | 50 enum SubtargetEnum { M00, M10, M20, M30, M40, M60 }; enumerator 51 SubtargetEnum SubtargetKind = M00; 87 bool atLeastM68000() const { return SubtargetKind >= M00; } in atLeastM68000()
|
| H A D | M68k.td | 22 : SubtargetFeature<"isa-68000", "SubtargetKind", "M00",
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 6557 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()
|