Searched refs:GAOp (Results 1 – 1 of 1) sorted by relevance
2089 const MachineOperand &GAOp = MI.getOperand(1); in LowerLOADauthptrstatic() local2109 assert(GAOp.getOffset() == 0 && in LowerLOADauthptrstatic()2111 const MCSymbol *GASym = TM.getSymbol(GAOp.getGlobal()); in LowerLOADauthptrstatic()2120 assert(GAOp.getOffset() == 0 && in LowerLOADauthptrstatic()2122 const MCSymbol *GASym = TM.getSymbol(GAOp.getGlobal()); in LowerLOADauthptrstatic()2153 MachineOperand GAOp = MI.getOperand(0); in LowerMOVaddrPAC() local2163 const int64_t Offset = GAOp.getOffset(); in LowerMOVaddrPAC()2164 GAOp.setOffset(0); in LowerMOVaddrPAC()2200 MachineOperand GAMOHi(GAOp), GAMOLo(GAOp); in LowerMOVaddrPAC()