Lines Matching defs:GAOp
2273 const MachineOperand &GAOp = MI.getOperand(1);
2293 assert(GAOp.getOffset() == 0 &&
2295 const MCSymbol *GASym = TM.getSymbol(GAOp.getGlobal());
2304 assert(GAOp.getOffset() == 0 &&
2306 const MCSymbol *GASym = TM.getSymbol(GAOp.getGlobal());
2335 MachineOperand GAOp = MI.getOperand(0);
2345 const int64_t Offset = GAOp.getOffset();
2346 GAOp.setOffset(0);
2390 MachineOperand GAMOHi(GAOp), GAMOLo(GAOp);
2421 assert(GAOp.isGlobal());
2422 assert(GAOp.getGlobal()->getValueType() != nullptr);
2423 unsigned AuthOpcode = GAOp.getGlobal()->getValueType()->isFunctionTy()