| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 281 FeatureBitset FBS = ComputeAvailableFeatures(STI.getFeatureBits()); in WebAssemblyAsmParser() local 284 if (FBS.test(WebAssembly::FeatureBulkMemory)) { in WebAssemblyAsmParser() 285 FBS.set(WebAssembly::FeatureBulkMemoryOpt); in WebAssemblyAsmParser() 288 if (FBS.test(WebAssembly::FeatureReferenceTypes)) { in WebAssemblyAsmParser() 289 FBS.set(WebAssembly::FeatureCallIndirectOverlong); in WebAssemblyAsmParser() 292 setAvailableFeatures(FBS); in WebAssemblyAsmParser()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 3829 static void setRequiredFeatureString(FeatureBitset FBS, std::string &Str) { in setRequiredFeatureString() argument 3830 if (FBS[AArch64::HasV8_0aOps]) in setRequiredFeatureString() 3832 if (FBS[AArch64::HasV8_1aOps]) in setRequiredFeatureString() 3834 else if (FBS[AArch64::HasV8_2aOps]) in setRequiredFeatureString() 3836 else if (FBS[AArch64::HasV8_3aOps]) in setRequiredFeatureString() 3838 else if (FBS[AArch64::HasV8_4aOps]) in setRequiredFeatureString() 3840 else if (FBS[AArch64::HasV8_5aOps]) in setRequiredFeatureString() 3842 else if (FBS[AArch64::HasV8_6aOps]) in setRequiredFeatureString() 3844 else if (FBS[AArch64::HasV8_7aOps]) in setRequiredFeatureString() 3846 else if (FBS[AArch64::HasV8_8aOps]) in setRequiredFeatureString() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
| H A D | CSKYAsmParser.cpp | 649 static std::string CSKYMnemonicSpellCheck(StringRef S, const FeatureBitset &FBS, 687 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in matchAndEmitInstruction() local 689 CSKYMnemonicSpellCheck(((CSKYOperand &)*Operands[0]).getToken(), FBS); in matchAndEmitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 1256 static std::string PPCMnemonicSpellCheck(StringRef S, const FeatureBitset &FBS, 1290 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in matchAndEmitInstruction() local 1292 ((PPCOperand &)*Operands[0]).getToken(), FBS); in matchAndEmitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1858 const FeatureBitset &FBS); 1860 const FeatureBitset &FBS, 5541 const FeatureBitset &FBS, 5549 const FeatureBitset &FBS) { in isSupportedMnemo() argument 5550 return isSupportedMnemo(Mnemo, FBS, getAllVariants()); in isSupportedMnemo() 5554 const FeatureBitset &FBS, in isSupportedMnemo() argument 5557 if (AMDGPUCheckMnemonic(Mnemo, FBS, Variant)) in isSupportedMnemo() 5566 FeatureBitset FBS = ComputeAvailableFeatures(getFeatureBits()); in checkUnsupportedInstruction() local 5569 if (isSupportedMnemo(Mnemo, FBS, getMatchedVariants())) in checkUnsupportedInstruction() 5579 if (!VariantName.empty() && isSupportedMnemo(Mnemo, FBS)) { in checkUnsupportedInstruction() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 1635 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in matchAndEmitInstruction() local 1637 ((SystemZOperand &)*Operands[0]).getToken(), FBS, Dialect); in matchAndEmitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
| H A D | LoongArchAsmParser.cpp | 1679 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in matchAndEmitInstruction() local 1681 ((LoongArchOperand &)*Operands[0]).getToken(), FBS, 0); in matchAndEmitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
| H A D | RISCVAsmParser.cpp | 1409 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in matchAndEmitInstruction() local 1411 ((RISCVOperand &)*Operands[0]).getToken(), FBS, 0); in matchAndEmitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 6973 static std::string MipsMnemonicSpellCheck(StringRef S, const FeatureBitset &FBS, 6999 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in parseInstruction() local 7000 std::string Suggestion = MipsMnemonicSpellCheck(Name, FBS); in parseInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 11439 static std::string ARMMnemonicSpellCheck(StringRef S, const FeatureBitset &FBS, 11509 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in matchAndEmitInstruction() local 11511 ((ARMOperand &)*Operands[0]).getToken(), FBS); in matchAndEmitInstruction()
|