Searched refs:CreateExpr (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/AsmParser/ |
| H A D | PPCAsmParser.cpp | 632 static std::unique_ptr<PPCOperand> CreateExpr(const MCExpr *Val, SMLoc S, in CreateExpr() function 679 return CreateExpr(Val, S, E, IsPPC64); in CreateFromMCExpr()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1130 static AMDGPUOperand::Ptr CreateExpr(const AMDGPUAsmParser *AsmParser, in CreateExpr() function in __anon71e405cc0111::AMDGPUOperand 2968 Operands.push_back(AMDGPUOperand::CreateExpr(this, Expr, S)); in parseImm() 7087 Operands.push_back(AMDGPUOperand::CreateExpr(this, Expr, S)); in parseExpr() 8366 Operands.push_back(AMDGPUOperand::CreateExpr(this, Expr, S)); in parseVOPD()
|