Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp526 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/
DPPCAsmParser.cpp746 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/
DPPCAsmParser.cpp783 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/
DAMDGPUAsmParser.cpp763 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()