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