Lines Matching refs:getExpr
914 ? Inst.getOperand(1).getExpr() in emitLoadAddressAbs()
915 : Inst.getOperand(2).getExpr(); in emitLoadAddressAbs()
940 const MCExpr *Symbol = Inst.getOperand(1).getExpr(); in emitLoadAddressPcrel()
963 const MCExpr *Symbol = Inst.getOperand(2).getExpr(); in emitLoadAddressPcrelLarge()
986 const MCExpr *Symbol = Inst.getOperand(1).getExpr(); in emitLoadAddressGot()
1009 const MCExpr *Symbol = Inst.getOperand(2).getExpr(); in emitLoadAddressGotLarge()
1032 const MCExpr *Symbol = Inst.getOperand(1).getExpr(); in emitLoadAddressTLSLE()
1050 const MCExpr *Symbol = Inst.getOperand(1).getExpr(); in emitLoadAddressTLSIE()
1073 const MCExpr *Symbol = Inst.getOperand(2).getExpr(); in emitLoadAddressTLSIELarge()
1096 const MCExpr *Symbol = Inst.getOperand(1).getExpr(); in emitLoadAddressTLSLD()
1119 const MCExpr *Symbol = Inst.getOperand(2).getExpr(); in emitLoadAddressTLSLDLarge()
1142 const MCExpr *Symbol = Inst.getOperand(1).getExpr(); in emitLoadAddressTLSGD()
1165 const MCExpr *Symbol = Inst.getOperand(2).getExpr(); in emitLoadAddressTLSGDLarge()
1199 ? Inst.getOperand(1).getExpr() in emitLoadAddressTLSDescAbs()
1200 : Inst.getOperand(2).getExpr(); in emitLoadAddressTLSDescAbs()
1233 const MCExpr *Symbol = Inst.getOperand(1).getExpr(); in emitLoadAddressTLSDescPcrel()
1264 const MCExpr *Symbol = Inst.getOperand(2).getExpr(); in emitLoadAddressTLSDescPcrelLarge()
1320 IsTailCall ? Inst.getOperand(1).getExpr() : Inst.getOperand(0).getExpr(); in emitFuncCall36()