Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCInst.h141 static MCOperand createImm(int64_t Val) { in createImm() function
/openbsd/src/gnu/llvm/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp217 static std::unique_ptr<BPFOperand> createImm(const MCExpr *Val, SMLoc S, in createImm() function
/openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp605 static std::unique_ptr<LanaiOperand> createImm(const MCExpr *Value, in createImm() function
/openbsd/src/gnu/llvm/llvm/include/llvm/MCA/
DInstruction.h105 static MCAOperand createImm(int64_t Val) { in createImm() function
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp181 createImm(const MCExpr *Expr, SMLoc StartLoc, SMLoc EndLoc) { in createImm() function in __anonddbec49a0111::SystemZOperand
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp858 static std::unique_ptr<RISCVOperand> createImm(const MCExpr *Val, SMLoc S, in createImm() function