Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp278 static std::string CSKYMnemonicSpellCheck(StringRef S, const FeatureBitset &FBS,
318 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in MatchAndEmitInstruction() local
320 CSKYMnemonicSpellCheck(((CSKYOperand &)*Operands[0]).getToken(), FBS); in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1490 const FeatureBitset &FBS,
1540 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in MatchAndEmitInstruction() local
1542 ((SystemZOperand &)*Operands[0]).getToken(), FBS, Dialect); in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2926 static void setRequiredFeatureString(FeatureBitset FBS, std::string &Str) { in setRequiredFeatureString() argument
2927 if (FBS[AArch64::HasV8_1aOps]) in setRequiredFeatureString()
2929 else if (FBS[AArch64::HasV8_2aOps]) in setRequiredFeatureString()
2931 else if (FBS[AArch64::HasV8_3aOps]) in setRequiredFeatureString()
2933 else if (FBS[AArch64::HasV8_4aOps]) in setRequiredFeatureString()
2935 else if (FBS[AArch64::HasV8_5aOps]) in setRequiredFeatureString()
2937 else if (FBS[AArch64::HasV8_6aOps]) in setRequiredFeatureString()
2939 else if (FBS[AArch64::HasV8_7aOps]) in setRequiredFeatureString()
2945 if ((FBS & Ext.Features) != FeatureBitset()) in setRequiredFeatureString()
4414 const FeatureBitset &FBS,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1559 const FeatureBitset &FBS);
1561 const FeatureBitset &FBS,
4267 const FeatureBitset &FBS,
4275 const FeatureBitset &FBS) { in isSupportedMnemo() argument
4276 return isSupportedMnemo(Mnemo, FBS, getAllVariants()); in isSupportedMnemo()
4280 const FeatureBitset &FBS, in isSupportedMnemo() argument
4283 if (AMDGPUCheckMnemonic(Mnemo, FBS, Variant)) in isSupportedMnemo()
4292 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in checkUnsupportedInstruction() local
4295 if (isSupportedMnemo(Mnemo, FBS, getMatchedVariants())) in checkUnsupportedInstruction()
4305 if (!VariantName.empty() && isSupportedMnemo(Mnemo, FBS)) { in checkUnsupportedInstruction()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1147 static std::string PPCMnemonicSpellCheck(StringRef S, const FeatureBitset &FBS,
1166 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in MatchAndEmitInstruction() local
1168 ((PPCOperand &)*Operands[0]).getToken(), FBS); in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp964 const FeatureBitset &FBS,
998 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in MatchAndEmitInstruction() local
1000 RISCVMnemonicSpellCheck(((RISCVOperand &)*Operands[0]).getToken(), FBS); in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6928 static std::string MipsMnemonicSpellCheck(StringRef S, const FeatureBitset &FBS,
6941 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in ParseInstruction() local
6942 std::string Suggestion = MipsMnemonicSpellCheck(Name, FBS); in ParseInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp10916 static std::string ARMMnemonicSpellCheck(StringRef S, const FeatureBitset &FBS,
10991 FeatureBitset FBS = ComputeAvailableFeatures(getSTI().getFeatureBits()); in MatchAndEmitInstruction() local
10993 ((ARMOperand &)*Operands[0]).getToken(), FBS); in MatchAndEmitInstruction()