Home
last modified time | relevance | path

Searched refs:CreateExpr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp651 static std::unique_ptr<PPCOperand> CreateExpr(const MCExpr *Val, SMLoc S, in CreateExpr() function
698 return CreateExpr(Val, S, E, IsPPC64); in CreateFromMCExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1097 static AMDGPUOperand::Ptr CreateExpr(const AMDGPUAsmParser *AsmParser, in CreateExpr() function in __anon649c30870111::AMDGPUOperand
2796 Operands.push_back(AMDGPUOperand::CreateExpr(this, Expr, S)); in parseImm()
6458 Operands.push_back(AMDGPUOperand::CreateExpr(this, Expr, S)); in parseExpr()