Searched refs:HasV8_1MMainlineOps (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h168 bool HasV8_1MMainlineOps = false; member in class:llvm::ARMSubtarget
599 bool hasV8_1MMainlineOps() const { return HasV8_1MMainlineOps; }
H A DARMBaseInstrInfo.h698 if (featureBits[ARM::HasV8_1MMainlineOps] &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp127 } else if (STI.hasFeature(ARM::HasV8_1MMainlineOps))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp1737 (featureBits[ARM::HasV8_1MMainlineOps] &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp557 return getSTI().getFeatureBits()[ARM::HasV8_1MMainlineOps];

Completed in 147 milliseconds