Lines Matching refs:isGlobal
537 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()); in EmitInstruction()
539 if (MO.isGlobal()) in EmitInstruction()
581 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()); in EmitInstruction()
583 if (MO.isGlobal()) in EmitInstruction()
612 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || in EmitInstruction()
621 if (MO.isGlobal()) { in EmitInstruction()
657 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || in EmitInstruction()
673 else if (MO.isGlobal()) { in EmitInstruction()
699 assert((MO.isGlobal() || MO.isCPI()) && "Invalid operand for ADDItocL"); in EmitInstruction()
704 if (MO.isGlobal()) { in EmitInstruction()
976 if (MO.isGlobal() && MO.getGlobal()->getAlignment() < 4) in EmitInstruction()