Searched refs:GAOp (Results 1 – 1 of 1) sorted by relevance
2291 const MachineOperand &GAOp = MI.getOperand(1); in LowerLOADauthptrstatic() local2311 assert(GAOp.getOffset() == 0 && in LowerLOADauthptrstatic()2313 const MCSymbol *GASym = TM.getSymbol(GAOp.getGlobal()); in LowerLOADauthptrstatic()2322 assert(GAOp.getOffset() == 0 && in LowerLOADauthptrstatic()2324 const MCSymbol *GASym = TM.getSymbol(GAOp.getGlobal()); in LowerLOADauthptrstatic()2353 MachineOperand GAOp = MI.getOperand(0); in LowerMOVaddrPAC() local2363 const int64_t Offset = GAOp.getOffset(); in LowerMOVaddrPAC()2364 GAOp.setOffset(0); in LowerMOVaddrPAC()2408 MachineOperand GAMOHi(GAOp), GAMOLo(GAOp); in LowerMOVaddrPAC()2439 assert(GAOp.isGlobal()); in LowerMOVaddrPAC()[all …]