Searched refs:CreateExpr (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 526 static AMDGPUOperand::Ptr CreateExpr(const class MCExpr *Expr, SMLoc S) { in CreateExpr() function in __anonb66aa3850111::AMDGPUOperand 1467 Operands.push_back(AMDGPUOperand::CreateExpr(Expr, S)); in parseOperand() 2102 Operands.push_back(AMDGPUOperand::CreateExpr( in parseSOppBrTarget()
|
/external/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 643 static std::unique_ptr<PPCOperand> CreateExpr(const MCExpr *Val, SMLoc S, in CreateExpr() function 690 return CreateExpr(Val, S, E, IsPPC64); in CreateFromMCExpr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 619 static std::unique_ptr<PPCOperand> CreateExpr(const MCExpr *Val, SMLoc S, in CreateExpr() function 665 return CreateExpr(Val, S, E, IsPPC64); in CreateFromMCExpr()
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 746 static std::unique_ptr<PPCOperand> CreateExpr(const MCExpr *Val, SMLoc S, in CreateExpr() function 792 return CreateExpr(Val, S, E, IsPPC64); in CreateFromMCExpr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 931 static AMDGPUOperand::Ptr CreateExpr(const AMDGPUAsmParser *AsmParser, in CreateExpr() function in __anon4890b4270111::AMDGPUOperand 2402 Operands.push_back(AMDGPUOperand::CreateExpr(this, Expr, S)); in parseImm() 5397 Operands.push_back(AMDGPUOperand::CreateExpr(this, Expr, S)); in parseExpr()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 974 static AMDGPUOperand::Ptr CreateExpr(const AMDGPUAsmParser *AsmParser, in CreateExpr() function in __anonc7669b330111::AMDGPUOperand 2629 Operands.push_back(AMDGPUOperand::CreateExpr(this, Expr, S)); in parseImm() 6116 Operands.push_back(AMDGPUOperand::CreateExpr(this, Expr, S)); in parseExpr()
|