Lines Matching refs:Exp
821 const MCExpr *Exp = in emitInstruction() local
832 MCOperand::createExpr(MCBinaryExpr::createSub(Exp, PB, OutContext)); in emitInstruction()
862 const MCExpr *Exp = in emitInstruction() local
865 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
876 const MCExpr *Exp = in emitInstruction() local
886 Exp = getTOCEntryLoadingExprForXCOFF(MOSymbol, Exp, VK); in emitInstruction()
887 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
900 Exp = MCBinaryExpr::createSub(Exp, PB, OutContext); in emitInstruction()
901 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
922 const MCExpr *Exp = in emitInstruction() local
926 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in emitInstruction()
956 const MCExpr *Exp = MCSymbolRefExpr::create(TOCEntry, VKExpr, OutContext); in emitInstruction() local
958 IsAIX ? getTOCEntryLoadingExprForXCOFF(MOSymbol, Exp, VK) : Exp); in emitInstruction()
991 const MCExpr *Exp = MCSymbolRefExpr::create(TOCEntry, in emitInstruction() local
994 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in emitInstruction()
1023 const MCExpr *Exp = MCSymbolRefExpr::create(TOCEntry, in emitInstruction() local
1026 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
1056 const MCExpr *Exp = in emitInstruction() local
1060 Exp = MCBinaryExpr::createAdd(Exp, in emitInstruction()
1065 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in emitInstruction()
1097 const MCExpr *Exp = in emitInstruction() local
1099 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
1119 const MCExpr *Exp = in emitInstruction() local
1122 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in emitInstruction()
1152 const MCExpr *Exp = MCSymbolRefExpr::create( in emitInstruction() local
1156 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
2330 const MCExpr *Exp = in emitTracebackTable() local
2337 OutStreamer->emitValue(Exp, DL.getPointerSize()); in emitTracebackTable()
2789 const MCExpr *Exp = in emitTTypeReference() local
2792 OutStreamer->emitValue(Exp, GetSizeOfEncodedValue(Encoding)); in emitTTypeReference()