Lines Matching refs:isGlobal
461 } else if (CalleeMO.isGlobal()) { in LowerPATCHPOINT()
730 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
787 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
819 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
849 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
878 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || MO.isBlockAddress()) && in emitInstruction()
884 MO.isGlobal() && Subtarget->isGVIndirectSymbol(MO.getGlobal()); in emitInstruction()
916 assert((MO.isGlobal() || MO.isCPI() || MO.isJTI() || in emitInstruction()
921 (!MO.isGlobal() || Subtarget->isGVIndirectSymbol(MO.getGlobal())) && in emitInstruction()
948 assert((MO.isGlobal() || MO.isCPI()) && "Invalid operand for ADDItocL."); in emitInstruction()
951 !(MO.isGlobal() && Subtarget->isGVIndirectSymbol(MO.getGlobal())) && in emitInstruction()
1225 if (MO.isGlobal()) { in emitInstruction()