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.cpp4255 FeatureBitset ErrorInfoMissingFeatures; // Init suppresses compiler warnings. in matchAndEmitATTInstruction() local
4289 ErrorInfoMissingFeatures = MissingFeatures; in matchAndEmitATTInstruction()
4385 return ErrorMissingFeature(IDLoc, ErrorInfoMissingFeatures, in matchAndEmitATTInstruction()
4433 FeatureBitset ErrorInfoMissingFeatures; in matchAndEmitIntelInstruction() local
4479 ErrorInfoMissingFeatures = MissingFeatures; in matchAndEmitIntelInstruction()
4495 ErrorInfoMissingFeatures = MissingFeatures; in matchAndEmitIntelInstruction()
4563 return ErrorMissingFeature(IDLoc, ErrorInfoMissingFeatures, in matchAndEmitIntelInstruction()