HomeSort by relevance Sort by last modified time
    Searched refs:CreateExpr (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 129 Inst.addOperand(MCOperand::createExpr(Expr));
316 static std::unique_ptr<AMDGPUOperand> CreateExpr(const class MCExpr *Expr, SMLoc S) {
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 641 Inst.addOperand(MCOperand::createExpr(getExpr()));
654 Inst.addOperand(MCOperand::createExpr(getExpr()));
669 Inst.addOperand(MCOperand::createExpr(getExpr()));
679 Inst.addOperand(MCOperand::createExpr(getExpr()));
684 Inst.addOperand(MCOperand::createExpr(getTLSReg()));
733 static std::unique_ptr<PPCOperand> CreateExpr(const MCExpr *Val, SMLoc S,
779 return CreateExpr(Val, S, E, IsPPC64);
812 Inst.addOperand(MCOperand::createExpr(UnExpr->getSubExpr()));
819 Inst.addOperand(MCOperand::createExpr(NE));
823 Inst.addOperand(MCOperand::createExpr(MCUnaryExpr::createMinus(Expr, Ctx)))
    [all...]

Completed in 95 milliseconds