Searched defs:CreateImm (Results 1 – 9 of 9) sorted by relevance
| /external/llvm/include/llvm/MC/ |
| D | MCInst.h | 117 static MCOperand CreateImm(int64_t Val) { in CreateImm() function
|
| /external/llvm/include/llvm/CodeGen/ |
| D | MachineOperand.h | 568 static MachineOperand CreateImm(int64_t Val) { in CreateImm() function
|
| /external/llvm/lib/Target/Sparc/AsmParser/ |
| D | SparcAsmParser.cpp | 309 static std::unique_ptr<SparcOperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon818a29540111::SparcOperand
|
| /external/llvm/lib/Target/X86/AsmParser/ |
| D | X86Operand.h | 468 static std::unique_ptr<X86Operand> CreateImm(const MCExpr *Val, in CreateImm() function
|
| /external/llvm/lib/Target/R600/AsmParser/ |
| D | AMDGPUAsmParser.cpp | 242 static std::unique_ptr<AMDGPUOperand> CreateImm(int64_t Val, SMLoc Loc, in CreateImm() function in __anon92a627a80111::AMDGPUOperand
|
| /external/llvm/lib/Target/PowerPC/AsmParser/ |
| D | PPCAsmParser.cpp | 697 static std::unique_ptr<PPCOperand> CreateImm(int64_t Val, SMLoc S, SMLoc E, in CreateImm() function
|
| /external/llvm/lib/Target/Mips/AsmParser/ |
| D | MipsAsmParser.cpp | 1060 CreateImm(const MCExpr *Val, SMLoc S, SMLoc E, MipsAsmParser &Parser) { in CreateImm() function in __anon410038740311::MipsOperand
|
| /external/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 1573 static std::unique_ptr<AArch64Operand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon0b51bef40211::AArch64Operand
|
| /external/llvm/lib/Target/ARM/AsmParser/ |
| D | ARMAsmParser.cpp | 2754 static std::unique_ptr<ARMOperand> CreateImm(const MCExpr *Val, SMLoc S, in CreateImm() function in __anon0735be620311::ARMOperand
|