Lines Matching refs:IsPIC
2893 static void getLabelAccessInfo(bool IsPIC, const PPCSubtarget &Subtarget, in getLabelAccessInfo() argument
2900 if (IsPIC) { in getLabelAccessInfo()
2971 bool IsPIC = isPositionIndependent(); in LowerConstantPool() local
2972 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag); in LowerConstantPool()
2974 if (IsPIC && Subtarget.isSVR4ABI()) { in LowerConstantPool()
2984 return LowerLabelRef(CPIHi, CPILo, IsPIC, DAG); in LowerConstantPool()
3059 bool IsPIC = isPositionIndependent(); in LowerJumpTable() local
3060 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag); in LowerJumpTable()
3062 if (IsPIC && Subtarget.isSVR4ABI()) { in LowerJumpTable()
3070 return LowerLabelRef(JTIHi, JTILo, IsPIC, DAG); in LowerJumpTable()
3104 bool IsPIC = isPositionIndependent(); in LowerBlockAddress() local
3105 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag); in LowerBlockAddress()
3108 return LowerLabelRef(TgtBAHi, TgtBALo, IsPIC, DAG); in LowerBlockAddress()
3272 bool IsPIC = isPositionIndependent(); in LowerGlobalAddress() local
3273 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag, GV); in LowerGlobalAddress()
3275 if (IsPIC && Subtarget.isSVR4ABI()) { in LowerGlobalAddress()
3287 return LowerLabelRef(GAHi, GALo, IsPIC, DAG); in LowerGlobalAddress()