Lines Matching refs:isGlobal
419 } else if (CalleeMO.isGlobal()) { in LowerPATCHPOINT()
576 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()); in EmitInstruction()
578 if (MO.isGlobal()) in EmitInstruction()
620 assert(MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()); in EmitInstruction()
622 if (MO.isGlobal()) in EmitInstruction()
651 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || in EmitInstruction()
657 if (MO.isGlobal()) { in EmitInstruction()
690 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || in EmitInstruction()
706 else if (MO.isGlobal()) { in EmitInstruction()
733 assert((MO.isGlobal() || MO.isCPI()) && "Invalid operand for ADDItocL"); in EmitInstruction()
736 if (MO.isGlobal()) { in EmitInstruction()
1006 if (MO.isGlobal() && MO.getGlobal()->getAlignment() < 4) in EmitInstruction()