reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
18 static HexagonMCExpr *create(MCExpr const *Expr, MCContext &Ctx);
398 HexagonMCExpr *NewExpr = HexagonMCExpr::create( 537 NewInst.addOperand(MCOperand::createExpr(HexagonMCExpr::create( 685 Subsection = HexagonMCExpr::create( 1083 Expr = HexagonMCExpr::create(Expr, getContext()); 1200 Expr = HexagonMCExpr::create(Expr, Context); 1344 MO.setExpr(HexagonMCExpr::create( 1368 MO.setExpr(HexagonMCExpr::create( 1537 TmpInst.addOperand(MCOperand::createExpr(HexagonMCExpr::create( 1551 HexagonMCExpr::create(MCConstantExpr::create(sVal, Context), Context))); 1565 MCOperand imm(MCOperand::createExpr(HexagonMCExpr::create( 1567 auto Expr = HexagonMCExpr::create( 1574 MCOperand imm(MCOperand::createExpr(HexagonMCExpr::create( 1621 Imm6.setExpr(HexagonMCExpr::create( 1641 Imm6.setExpr(HexagonMCExpr::create( 1661 Imm6.setExpr(HexagonMCExpr::create( 1692 Imm.setExpr(HexagonMCExpr::create( 1718 Imm.setExpr(HexagonMCExpr::create( 1756 Imm.setExpr(HexagonMCExpr::create( 1868 Imm.setExpr(HexagonMCExpr::create( 1900 Imm.setExpr(HexagonMCExpr::create( 1916 HexagonMCExpr::create(MCConstantExpr::create(-1, Context), Context)));lib/Target/Hexagon/HexagonAsmPrinter.cpp
259 auto *NewHE = HexagonMCExpr::create(NewCE, Ctx); 354 TmpInst.addOperand(MCOperand::createExpr(HexagonMCExpr::create( 445 MCOperand::createExpr(HexagonMCExpr::create(Sub, OutContext))); 481 MCOperand::createExpr(HexagonMCExpr::create(Sub, OutContext))); 508 MCOperand::createExpr(HexagonMCExpr::create(Sub, OutContext))); 525 const HexagonMCExpr *E = HexagonMCExpr::create(MOne, OutContext); 529 const HexagonMCExpr *E = HexagonMCExpr::create(Zero, OutContext); 586 Imm.setExpr(HexagonMCExpr::create(lib/Target/Hexagon/HexagonMCInstLower.cpp
91 ME = HexagonMCExpr::create(ME, MC); 133 auto Expr = HexagonMCExpr::create( 142 auto Expr = HexagonMCExpr::create( 151 Expr = HexagonMCExpr::create(Expr, AP.OutContext);