• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/

Lines Matching refs:OutContext

207     Sym = AP.OutContext.getOrCreateSymbol(Twine(symbolName));
235 Sym = AP.OutContext.getOrCreateSymbol(Twine(LitaName));
291 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext);
298 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext);
305 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext);
312 const MCConstantExpr *Zero = MCConstantExpr::create(0, OutContext);
319 const MCConstantExpr *C255 = MCConstantExpr::create(255, OutContext);
339 MCSymbolRefExpr::create(Sym, OutContext)));
355 MCSymbolRefExpr::create(Sym, OutContext), OutContext)));
442 const MCExpr *One = MCConstantExpr::create(1, OutContext);
443 const MCExpr *Sub = MCBinaryExpr::createSub(Expr, One, OutContext);
445 MCOperand::createExpr(HexagonMCExpr::create(Sub, OutContext)));
478 const MCExpr *One = MCConstantExpr::create(1, OutContext);
479 const MCExpr *Sub = MCBinaryExpr::createSub(Expr, One, OutContext);
481 MCOperand::createExpr(HexagonMCExpr::create(Sub, OutContext)));
505 const MCExpr *One = MCConstantExpr::create(1, OutContext);
506 const MCExpr *Sub = MCBinaryExpr::createSub(Expr, One, OutContext);
508 MCOperand::createExpr(HexagonMCExpr::create(Sub, OutContext)));
524 const MCExpr *MOne = MCConstantExpr::create(-1, OutContext);
525 const HexagonMCExpr *E = HexagonMCExpr::create(MOne, OutContext);
528 const MCExpr *Zero = MCConstantExpr::create(0, OutContext);
529 const HexagonMCExpr *E = HexagonMCExpr::create(Zero, OutContext);
587 MCUnaryExpr::createMinus(Expr, OutContext), OutContext));
638 MappedInst = ScaleVectorOffset(Inst, 3, VectorSize, OutContext);
648 MappedInst = ScaleVectorOffset(Inst, 2, VectorSize, OutContext);
656 MappedInst = ScaleVectorOffset(Inst, 2, VectorSize, OutContext);
664 MappedInst = ScaleVectorOffset(Inst, 1, VectorSize, OutContext);
679 MappedInst = ScaleVectorOffset(Inst, 4, VectorSize, OutContext);
694 MappedInst = ScaleVectorOffset(Inst, 3, VectorSize, OutContext);
711 MappedInst = ScaleVectorOffset(Inst, 3, VectorSize, OutContext);
728 MappedInst = ScaleVectorOffset(Inst, 2, VectorSize, OutContext);
733 MappedInst = ScaleVectorOffset(Inst, 1, VectorSize, OutContext);
737 MappedInst = ScaleVectorOffset(Inst, 2, VectorSize, OutContext);