Searched refs:createToken (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp201 static std::unique_ptr<BPFOperand> createToken(StringRef Str, SMLoc S) { function in struct:__anon2399::BPFOperand
381 Operands.push_back(BPFOperand::createToken(Name, S));
411 Operands.push_back(BPFOperand::createToken(Name, S));
422 Operands.push_back(BPFOperand::createToken(
424 Operands.push_back(BPFOperand::createToken(
494 Operands.push_back(BPFOperand::createToken(Name, NameLoc));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp277 static std::unique_ptr<XtensaOperand> createToken(StringRef Str, SMLoc S) { function in struct:XtensaOperand
516 Operands.push_back(XtensaOperand::createToken("(", FirstS));
524 Operands.push_back(XtensaOperand::createToken(")", getLoc()));
608 Operands.push_back(XtensaOperand::createToken(Name.take_front(3), NameLoc));
628 Operands.push_back(XtensaOperand::createToken(Name, NameLoc));
664 Operands.push_back(XtensaOperand::createToken(Name, NameLoc));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp473 static std::unique_ptr<CSKYOperand> createToken(StringRef Str, SMLoc S) { function in struct:__anon2418::CSKYOperand
1053 Operands.push_back(CSKYOperand::createToken("(", getLoc()));
1064 Operands.push_back(CSKYOperand::createToken(")", getLoc()));
1078 Operands.push_back(CSKYOperand::createToken("<<", getLoc()));
1092 Operands.push_back(CSKYOperand::createToken(")", getLoc()));
1491 Operands.push_back(CSKYOperand::createToken(Name, NameLoc));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp169 static std::unique_ptr<M68kOperand> createToken(StringRef Token, SMLoc Start,
341 std::unique_ptr<M68kOperand> M68kOperand::createToken(StringRef Token, function in class:M68kOperand
965 Operands.push_back(M68kOperand::createToken(Name, Start, Start));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1074 static std::unique_ptr<RISCVOperand> createToken(StringRef Str, SMLoc S) { function in struct:__anon2584::final
1704 Operands.push_back(RISCVOperand::createToken("(", FirstS));
1713 Operands.push_back(RISCVOperand::createToken(")", getLoc()));
2387 Operands.push_back(RISCVOperand::createToken("(", getLoc()));
2394 Operands.push_back(RISCVOperand::createToken(")", getLoc()));
2650 Operands.push_back(RISCVOperand::createToken(Name, NameLoc));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp166 static std::unique_ptr<SystemZOperand> createToken(StringRef Str, SMLoc Loc) { function in class:__anon2643::SystemZOperand
1402 Operands.push_back(SystemZOperand::createToken(Name, NameLoc));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp498 static std::unique_ptr<LoongArchOperand> createToken(StringRef Str, SMLoc S) { function in class:__anon2480::LoongArchOperand
744 Operands.push_back(LoongArchOperand::createToken(Name, NameLoc));

Completed in 182 milliseconds