Searched refs:CreateExpr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 706 static std::unique_ptr<PPCOperand> CreateExpr(const MCExpr *Val, SMLoc S, in CreateExpr() function 753 return CreateExpr(Val, S, E, IsPPC64); in CreateFromMCExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1180 static AMDGPUOperand::Ptr CreateExpr(const AMDGPUAsmParser *AsmParser, in CreateExpr() function in __anoneb28f2920111::AMDGPUOperand 3070 Operands.push_back(AMDGPUOperand::CreateExpr(this, Expr, S)); in parseImm() 7515 Operands.push_back(AMDGPUOperand::CreateExpr(this, Expr, S)); in parseExpr()
|