Home
last modified time | relevance | path

Searched defs:createImm (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h141 static MCOperand createImm(int64_t Val) { createImm() function
/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp218 static std::unique_ptr<BPFOperand> createImm(const MCExpr *Val, SMLoc S, createImm() function
/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp308 static std::unique_ptr<XtensaOperand> createImm(const MCExpr *Val, SMLoc S, createImm() function
/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp357 std::unique_ptr<M68kOperand> M68kOperand::createImm(const MCExpr *Expr, createImm() function in M68kOperand
/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h105 static MCAOperand createImm(int64_t Val) { in createImm() function
/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp601 static std::unique_ptr<LanaiOperand> createImm(const MCExpr *Value, createImm() function
[all...]
/llvm-project/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp535 static std::unique_ptr<CSKYOperand> createImm(const MCExpr *Val, SMLoc S, in createImm() function
/llvm-project/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp541 static std::unique_ptr<LoongArchOperand> createImm(const MCExpr *Val, SMLoc S, createImm() function in __anon4cc3c3ed0111::LoongArchOperand
/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp182 createImm(const MCExpr *Expr, SMLoc StartLoc, SMLoc EndLoc) { createImm() function in __anonf32883310111::SystemZOperand
/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1100 static std::unique_ptr<RISCVOperand> createImm(const MCExpr *Val, SMLoc S, createImm() function
[all...]