Lines Matching refs:IsPIC
3135 static void getLabelAccessInfo(bool IsPIC, const PPCSubtarget &Subtarget, in getLabelAccessInfo() argument
3142 if (IsPIC) { in getLabelAccessInfo()
3213 bool IsPIC = isPositionIndependent(); in LowerConstantPool() local
3214 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag); in LowerConstantPool()
3216 if (IsPIC && Subtarget.isSVR4ABI()) { in LowerConstantPool()
3226 return LowerLabelRef(CPIHi, CPILo, IsPIC, DAG); in LowerConstantPool()
3301 bool IsPIC = isPositionIndependent(); in LowerJumpTable() local
3302 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag); in LowerJumpTable()
3304 if (IsPIC && Subtarget.isSVR4ABI()) { in LowerJumpTable()
3312 return LowerLabelRef(JTIHi, JTILo, IsPIC, DAG); in LowerJumpTable()
3346 bool IsPIC = isPositionIndependent(); in LowerBlockAddress() local
3347 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag); in LowerBlockAddress()
3350 return LowerLabelRef(TgtBAHi, TgtBALo, IsPIC, DAG); in LowerBlockAddress()
3708 bool IsPIC = isPositionIndependent(); in LowerGlobalAddress() local
3709 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag, GV); in LowerGlobalAddress()
3711 if (IsPIC && Subtarget.isSVR4ABI()) { in LowerGlobalAddress()
3723 return LowerLabelRef(GAHi, GALo, IsPIC, DAG); in LowerGlobalAddress()