| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 120 class AsmParser : public MCAsmParser { class 208 AsmParser(const AsmParser &) = delete; 209 AsmParser &operator=(const AsmParser &) = delete; 210 ~AsmParser() override; 759 AsmParser::AsmParser(SourceMgr &SM, MCContext &Ctx, MCStreamer &Out, in AsmParser() function in AsmParser 802 AsmParser::~AsmParser() { in ~AsmParser() 890 const AsmToken &AsmParser::Lex() { in Lex() 2913 void AsmParser::handleMacroExit() { in handleMacroExit() 3349 bool AsmParser::parseDirectiveOrg() { in parseDirectiveOrg() 3602 bool AsmParser::parseDirectiveLoc() { in parseDirectiveLoc() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | TargetSelect.h | 37 #define LLVM_ASM_PARSER(TargetName) void LLVMInitialize##TargetName##AsmParser(); 96 #define LLVM_ASM_PARSER(TargetName) LLVMInitialize##TargetName##AsmParser(); in InitializeAllAsmParsers()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | Target.h | 63 void LLVMInitialize##TargetName##AsmParser(void); 113 #define LLVM_ASM_PARSER(TargetName) LLVMInitialize##TargetName##AsmParser(); in LLVMInitializeAllAsmParsers()
|
| /freebsd-13.1/contrib/llvm-project/ |
| H A D | FREEBSD-Xlist | 488 llvm/lib/AsmParser/CMakeLists.txt 565 llvm/lib/Target/ARM/AsmParser/CMakeLists.txt 574 llvm/lib/Target/AVR/AsmParser/CMakeLists.txt 579 llvm/lib/Target/BPF/AsmParser/CMakeLists.txt 585 llvm/lib/Target/CSKY/AsmParser/CMakeLists.txt 594 llvm/lib/Target/Lanai/AsmParser/CMakeLists.txt 599 llvm/lib/Target/M68k/AsmParser/CMakeLists.txt 610 llvm/lib/Target/Mips/AsmParser/CMakeLists.txt 626 llvm/lib/Target/RISCV/AsmParser/CMakeLists.txt 642 llvm/lib/Target/VE/AsmParser/CMakeLists.txt [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | AsmMatcherEmitter.cpp | 714 Record *AsmParser; member in __anon1f497f8e0111::AsmMatcherInfo 768 AsmMatcherInfo(Record *AsmParser, 1430 : Records(records), AsmParser(asmParser), Target(target) { in AsmMatcherInfo() 1478 AsmParser->getValueAsBit("ReportMultipleNearMisses"); in buildInfo() 2606 AsmParser->getValueAsBit("AllowDuplicateRegisterNames"); in emitMatchRegisterName() 2639 AsmParser->getValueAsBit("AllowDuplicateRegisterNames"); in emitMatchRegisterAltName() 3184 Record *AsmParser = Target.getAsmParser(); in run() local 3188 AsmMatcherInfo Info(AsmParser, Target, Records); in run() 3244 AsmParser->getValueAsBit("ReportMultipleNearMisses"); in run() 3316 emitMatchRegisterName(Target, AsmParser, OS); in run() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKY.td | 31 def CSKYAsmParser : AsmParser {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVR.td | 56 def AVRAsmParser : AsmParser {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPF.td | 40 def BPFAsmParser : AsmParser {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZ.td | 66 def SystemZAsmParser : AsmParser {
|
| H A D | SystemZInstrInfo.td | 79 // Define AsmParser extended mnemonics for each general condition-code mask 154 // Define AsmParser mnemonics for each integer condition-code mask. 537 // Define AsmParser extended mnemonics for each general condition-code mask. 578 // Define AsmParser extended mnemonics for each general condition-code mask. 609 // Define AsmParser extended mnemonics for each general condition-code mask.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VE.td | 35 def VEAsmParser : AsmParser {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430.td | 78 def MSP430AsmParser : AsmParser {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 61 const AMDGPUAsmParser *AsmParser; member in __anond6d823d00111::AMDGPUOperand 65 : MCParsedAsmOperand(), Kind(Kind_), AsmParser(AsmParser_) {} in AMDGPUOperand() 1078 auto Res = std::make_unique<AMDGPUOperand>(Token, AsmParser); in CreateToken() 1820 type, AsmParser->hasInv2PiInlineImm()); in isInlinableImm() 1826 AsmParser->hasInv2PiInlineImm()); in isInlinableImm() 1842 type, AsmParser->hasInv2PiInlineImm()); in isInlinableImm() 1847 AsmParser->hasInv2PiInlineImm()); in isInlinableImm() 1906 AsmParser->getFeatureBits()[AMDGPU::Feature64BitDPP]); in isVRegWithInputMods() 1910 if (AsmParser->isVI()) in isSDWAOperand() 1912 else if (AsmParser->isGFX9Plus()) in isSDWAOperand() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68k.td | 110 def M68kAsmParser : AsmParser {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssembly.td | 106 def WebAssemblyAsmParser : AsmParser {
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 790 // diagnostic. The target AsmParser maps these codes to text. 798 /// the AsmParser will emit an error when it finishes parsing an 1333 // AsmParser - This class can be implemented by targets that wish to implement 1339 class AsmParser { 1341 // class. Generated AsmParser classes are always prefixed with the target 1343 string AsmParserClassName = "AsmParser"; 1346 // function of the AsmParser class to call on every matched instruction. 1382 def DefaultAsmParser : AsmParser; 1395 // Name - The AsmParser variant name (e.g., AT&T vs Intel). 1545 // AssemblyParsers - The AsmParser instances available for this target. [all …]
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 149 SRCS_MIN+= AsmParser/LLLexer.cpp 150 SRCS_MIN+= AsmParser/LLParser.cpp 151 SRCS_MIN+= AsmParser/Parser.cpp 786 SRCS_MIN+= MC/MCParser/AsmParser.cpp 1098 SRCS_MIN+= Target/AArch64/AsmParser/AArch64AsmParser.cpp 1162 SRCS_MIN+= Target/ARM/AsmParser/ARMAsmParser.cpp 1194 SRCS_MIN+= Target/BPF/AsmParser/BPFAsmParser.cpp 1222 SRCS_MIN+= Target/Mips/AsmParser/MipsAsmParser.cpp 1279 SRCS_MIN+= Target/PowerPC/AsmParser/PPCAsmParser.cpp 1334 SRCS_MIN+= Target/RISCV/AsmParser/RISCVAsmParser.cpp [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | Sparc.td | 79 def SparcAsmParser : AsmParser {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCV.td | 284 def RISCVAsmParser : AsmParser {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips.td | 259 def MipsAsmParser : AsmParser {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | Hexagon.td | 420 def HexagonAsmParser : AsmParser {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
| H A D | MipsAsmParser.cpp | 831 : MCParsedAsmOperand(), Kind(K), AsmParser(Parser) {} in MipsOperand() 850 MipsAsmParser &AsmParser; member in __anoncff290660211::MipsOperand 909 AsmParser.warnIfRegIndexIsAT(RegIdx.Index, StartLoc); in getGPR32Reg() 936 AsmParser.Warning(StartLoc, "Float register should be even."); in getAFGR64Reg() 1139 if (!AsmParser.useOddSPReg() && RegIdx.Index & 1) in addFGR32AsmRegOperands() 1140 AsmParser.getParser().printError( in addFGR32AsmRegOperands() 1149 if (!AsmParser.useOddSPReg() && RegIdx.Index & 1) in addStrictlyFGR32AsmRegOperands() 1150 AsmParser.Error(StartLoc, "-mno-odd-spreg prohibits the use of odd FPU " in addStrictlyFGR32AsmRegOperands() 1256 Inst.addOperand(MCOperand::createReg(AsmParser.getABI().ArePtrs64bit() in addMemOperands() 1358 const unsigned PtrBits = AsmParser.getABI().ArePtrs64bit() ? 64 : 32; in isMemWithPtrSizeOffset()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ |
| H A D | module.modulemap | 13 umbrella "AsmParser"
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 628 def PPCAsmParser : AsmParser {
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPU.td | 1141 def AMDGPUAsmParser : AsmParser {
|