Home
last modified time | relevance | path

Searched defs:createToken (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp199 static std::unique_ptr<BPFOperand> createToken(StringRef Str, SMLoc S) { in createToken() function
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp208 static std::unique_ptr<LoongArchOperand> createToken(StringRef Str, SMLoc S) { in createToken() function in __anon1ba74a0a0111::LoongArchOperand
/llvm-project-15.0.7/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp330 std::unique_ptr<M68kOperand> M68kOperand::createToken(StringRef Token, in createToken() function in M68kOperand
/llvm-project-15.0.7/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp471 static std::unique_ptr<CSKYOperand> createToken(StringRef Str, SMLoc S) { in createToken() function
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp165 static std::unique_ptr<SystemZOperand> createToken(StringRef Str, SMLoc Loc) { in createToken() function in __anon4f8b82ce0111::SystemZOperand
/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp836 static std::unique_ptr<RISCVOperand> createToken(StringRef Str, SMLoc S, in createToken() function