Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp4352 FeatureBitset ErrorInfoMissingFeatures; // Init suppresses compiler warnings. in matchAndEmitATTInstruction() local
4386 ErrorInfoMissingFeatures = MissingFeatures; in matchAndEmitATTInstruction()
4482 return ErrorMissingFeature(IDLoc, ErrorInfoMissingFeatures, in matchAndEmitATTInstruction()
4530 FeatureBitset ErrorInfoMissingFeatures; in matchAndEmitIntelInstruction() local
4576 ErrorInfoMissingFeatures = MissingFeatures; in matchAndEmitIntelInstruction()
4592 ErrorInfoMissingFeatures = MissingFeatures; in matchAndEmitIntelInstruction()
4660 return ErrorMissingFeature(IDLoc, ErrorInfoMissingFeatures, in matchAndEmitIntelInstruction()