HomeSort by: relevance | last modified time | path
    Searched refs:CreateExpr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 559 Inst.addOperand(MCOperand::createExpr(getExpr()));
572 Inst.addOperand(MCOperand::createExpr(getExpr()));
587 Inst.addOperand(MCOperand::createExpr(getExpr()));
597 Inst.addOperand(MCOperand::createExpr(getExpr()));
602 Inst.addOperand(MCOperand::createExpr(getTLSReg()));
651 static std::unique_ptr<PPCOperand> CreateExpr(const MCExpr *Val, SMLoc S,
698 return CreateExpr(Val, S, E, IsPPC64);
731 Inst.addOperand(MCOperand::createExpr(UnExpr->getSubExpr()));
738 Inst.addOperand(MCOperand::createExpr(NE));
742 Inst.addOperand(MCOperand::createExpr(MCUnaryExpr::createMinus(Expr, Ctx)))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 929 Inst.addOperand(MCOperand::createExpr(Expr));
976 Inst.addOperand(MCOperand::createExpr(Expr));
1097 static AMDGPUOperand::Ptr CreateExpr(const AMDGPUAsmParser *AsmParser,
2796 Operands.push_back(AMDGPUOperand::CreateExpr(this, Expr, S));
6458 Operands.push_back(AMDGPUOperand::CreateExpr(this, Expr, S));

Completed in 24 milliseconds