Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCInst.h141 static MCOperand createImm(int64_t Val) { in createImm() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp215 static std::unique_ptr<BPFOperand> createImm(const MCExpr *Val, SMLoc S, in createImm() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/CSKY/AsmParser/
DCSKYAsmParser.cpp242 static std::unique_ptr<CSKYOperand> createImm(const MCExpr *Val, SMLoc S, in createImm() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
DM68kAsmParser.cpp296 std::unique_ptr<M68kOperand> M68kOperand::createImm(const MCExpr *Expr, in createImm() function in M68kOperand
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/
DInstruction.h105 static MCAOperand createImm(int64_t Val) { in createImm() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp603 static std::unique_ptr<LanaiOperand> createImm(const MCExpr *Value, in createImm() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp177 createImm(const MCExpr *Expr, SMLoc StartLoc, SMLoc EndLoc) { in createImm() function in __anona13350b60111::SystemZOperand
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp780 static std::unique_ptr<RISCVOperand> createImm(const MCExpr *Val, SMLoc S, in createImm() function