Searched refs:CreateExpr (Results 1 – 4 of 4) 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 __anonfb5739a90111::AMDGPUOperand 1467 Operands.push_back(AMDGPUOperand::CreateExpr(Expr, S)); in parseOperand() 2102 Operands.push_back(AMDGPUOperand::CreateExpr( in parseSOppBrTarget()
|
/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-7.0/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 783 static std::unique_ptr<PPCOperand> CreateExpr(const MCExpr *Val, SMLoc S, in CreateExpr() function 829 return CreateExpr(Val, S, E, IsPPC64); in CreateFromMCExpr()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 763 static AMDGPUOperand::Ptr CreateExpr(const AMDGPUAsmParser *AsmParser, in CreateExpr() function in __anon39deba410111::AMDGPUOperand 3276 Operands.push_back(AMDGPUOperand::CreateExpr(this, Expr, S)); in parseOperand() 4499 Operands.push_back(AMDGPUOperand::CreateExpr(this, in parseSOppBrTarget()
|