Lines Matching refs:Exp
924 const MCExpr *Exp = in emitInstruction() local
935 MCOperand::createExpr(MCBinaryExpr::createSub(Exp, PB, OutContext)); in emitInstruction()
965 const MCExpr *Exp = in emitInstruction() local
968 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
980 const MCExpr *Exp = in emitInstruction() local
990 Exp = getTOCEntryLoadingExprForXCOFF(MOSymbol, Exp, VK); in emitInstruction()
991 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
1004 Exp = MCBinaryExpr::createSub(Exp, PB, OutContext); in emitInstruction()
1005 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
1026 const MCExpr *Exp = in emitInstruction() local
1030 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in emitInstruction()
1061 const MCExpr *Exp = MCSymbolRefExpr::create(TOCEntry, VKExpr, OutContext); in emitInstruction() local
1063 IsAIX ? getTOCEntryLoadingExprForXCOFF(MOSymbol, Exp, VK) : Exp); in emitInstruction()
1097 const MCExpr *Exp = MCSymbolRefExpr::create(TOCEntry, in emitInstruction() local
1100 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in emitInstruction()
1130 const MCExpr *Exp = MCSymbolRefExpr::create(TOCEntry, in emitInstruction() local
1133 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
1163 const MCExpr *Exp = in emitInstruction() local
1167 Exp = MCBinaryExpr::createAdd(Exp, in emitInstruction()
1172 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in emitInstruction()
1204 const MCExpr *Exp = in emitInstruction() local
1206 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
1226 const MCExpr *Exp = in emitInstruction() local
1229 TmpInst.getOperand(2) = MCOperand::createExpr(Exp); in emitInstruction()
1259 const MCExpr *Exp = MCSymbolRefExpr::create( in emitInstruction() local
1263 TmpInst.getOperand(1) = MCOperand::createExpr(Exp); in emitInstruction()
2457 const MCExpr *Exp = in emitTracebackTable() local
2464 OutStreamer->emitValue(Exp, DL.getPointerSize()); in emitTracebackTable()
2979 const MCExpr *Exp = in emitTTypeReference() local
2982 OutStreamer->emitValue(Exp, GetSizeOfEncodedValue(Encoding)); in emitTTypeReference()