/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 3740 static void setRequiredFeatureString(FeatureBitset FBS, std::string &Str) { in setRequiredFeatureString() argument 3741 if (FBS[AArch64::HasV8_0aOps]) in setRequiredFeatureString() 3743 if (FBS[AArch64::HasV8_1aOps]) in setRequiredFeatureString() 3745 else if (FBS[AArch64::HasV8_2aOps]) in setRequiredFeatureString() 3747 else if (FBS[AArch64::HasV8_3aOps]) in setRequiredFeatureString() 3749 else if (FBS[AArch64::HasV8_4aOps]) in setRequiredFeatureString() 3751 else if (FBS[AArch64::HasV8_5aOps]) in setRequiredFeatureString() 3753 else if (FBS[AArch64::HasV8_6aOps]) in setRequiredFeatureString() 3755 else if (FBS[AArch64::HasV8_7aOps]) in setRequiredFeatureString() 3757 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 | 1252 static std::string PPCMnemonicSpellCheck(StringRef S, const FeatureBitset &FBS, 1271 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in MatchAndEmitInstruction() local 1273 ((PPCOperand &)*Operands[0]).getToken(), FBS); in MatchAndEmitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1778 const FeatureBitset &FBS); 1780 const FeatureBitset &FBS, 5179 const FeatureBitset &FBS, 5187 const FeatureBitset &FBS) { in isSupportedMnemo() argument 5188 return isSupportedMnemo(Mnemo, FBS, getAllVariants()); in isSupportedMnemo() 5192 const FeatureBitset &FBS, in isSupportedMnemo() argument 5195 if (AMDGPUCheckMnemonic(Mnemo, FBS, Variant)) in isSupportedMnemo() 5204 FeatureBitset FBS = ComputeAvailableFeatures(getFeatureBits()); in checkUnsupportedInstruction() local 5207 if (isSupportedMnemo(Mnemo, FBS, getMatchedVariants())) in checkUnsupportedInstruction() 5217 if (!VariantName.empty() && isSupportedMnemo(Mnemo, FBS)) { in checkUnsupportedInstruction() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 1566 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in MatchAndEmitInstruction() local 1568 ((SystemZOperand &)*Operands[0]).getToken(), FBS, Dialect); in MatchAndEmitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
H A D | LoongArchAsmParser.cpp | 1520 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in MatchAndEmitInstruction() local 1522 ((LoongArchOperand &)*Operands[0]).getToken(), FBS, 0); in MatchAndEmitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 1420 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in MatchAndEmitInstruction() local 1422 ((RISCVOperand &)*Operands[0]).getToken(), FBS, 0); in MatchAndEmitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 6979 static std::string MipsMnemonicSpellCheck(StringRef S, const FeatureBitset &FBS, 7005 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in ParseInstruction() local 7006 std::string Suggestion = MipsMnemonicSpellCheck(Name, FBS); in ParseInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 11350 static std::string ARMMnemonicSpellCheck(StringRef S, const FeatureBitset &FBS, 11420 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in MatchAndEmitInstruction() local 11422 ((ARMOperand &)*Operands[0]).getToken(), FBS); in MatchAndEmitInstruction()
|