Lines Matching refs:Exp

794       const MCExpr *Exp =  in emitInstruction()  local
805 MCOperand::createExpr(MCBinaryExpr::createSub(Exp, PB, OutContext)); in emitInstruction()
835 const MCExpr *Exp = in emitInstruction() local
838 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
849 const MCExpr *Exp = in emitInstruction() local
859 Exp = getTOCEntryLoadingExprForXCOFF(MOSymbol, Exp, VK); in emitInstruction()
860 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
873 Exp = MCBinaryExpr::createSub(Exp, PB, OutContext); in emitInstruction()
874 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
894 const MCExpr *Exp = in emitInstruction() local
898 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in emitInstruction()
928 const MCExpr *Exp = MCSymbolRefExpr::create(TOCEntry, VKExpr, OutContext); in emitInstruction() local
930 IsAIX ? getTOCEntryLoadingExprForXCOFF(MOSymbol, Exp, VK) : Exp); in emitInstruction()
963 const MCExpr *Exp = MCSymbolRefExpr::create(TOCEntry, in emitInstruction() local
966 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in emitInstruction()
995 const MCExpr *Exp = MCSymbolRefExpr::create(TOCEntry, in emitInstruction() local
998 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
1028 const MCExpr *Exp = in emitInstruction() local
1032 Exp = MCBinaryExpr::createAdd(Exp, in emitInstruction()
1037 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in emitInstruction()
1069 const MCExpr *Exp = in emitInstruction() local
1071 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
1091 const MCExpr *Exp = in emitInstruction() local
1094 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in emitInstruction()
1124 const MCExpr *Exp = MCSymbolRefExpr::create( in emitInstruction() local
1128 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
2272 const MCExpr *Exp = in emitTracebackTable() local
2279 OutStreamer->emitValue(Exp, DL.getPointerSize()); in emitTracebackTable()
2677 const MCExpr *Exp = in emitTTypeReference() local
2680 OutStreamer->emitValue(Exp, GetSizeOfEncodedValue(Encoding)); in emitTTypeReference()