Searched defs:createImm (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/ |
| D | MCInst.h | 141 static MCOperand createImm(int64_t Val) { in createImm() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
| D | BPFAsmParser.cpp | 215 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/ |
| D | CSKYAsmParser.cpp | 242 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/ |
| D | M68kAsmParser.cpp | 296 std::unique_ptr<M68kOperand> M68kOperand::createImm(const MCExpr *Expr, in createImm() function in M68kOperand
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MCA/ |
| D | Instruction.h | 105 static MCAOperand createImm(int64_t Val) { in createImm() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
| D | LanaiAsmParser.cpp | 603 static std::unique_ptr<LanaiOperand> createImm(const MCExpr *Value, in createImm() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
| D | SystemZAsmParser.cpp | 177 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/ |
| D | RISCVAsmParser.cpp | 780 static std::unique_ptr<RISCVOperand> createImm(const MCExpr *Val, SMLoc S, in createImm() function
|