Lines Matching refs:IsPIC
2061 static void getLabelAccessInfo(bool IsPIC, const PPCSubtarget &Subtarget, in getLabelAccessInfo() argument
2068 if (IsPIC) { in getLabelAccessInfo()
2142 bool IsPIC = isPositionIndependent(); in LowerConstantPool() local
2143 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag); in LowerConstantPool()
2145 if (IsPIC && Subtarget.isSVR4ABI()) { in LowerConstantPool()
2155 return LowerLabelRef(CPIHi, CPILo, IsPIC, DAG); in LowerConstantPool()
2171 bool IsPIC = isPositionIndependent(); in LowerJumpTable() local
2172 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag); in LowerJumpTable()
2174 if (IsPIC && Subtarget.isSVR4ABI()) { in LowerJumpTable()
2182 return LowerLabelRef(JTIHi, JTILo, IsPIC, DAG); in LowerJumpTable()
2200 bool IsPIC = isPositionIndependent(); in LowerBlockAddress() local
2201 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag); in LowerBlockAddress()
2204 return LowerLabelRef(TgtBAHi, TgtBALo, IsPIC, DAG); in LowerBlockAddress()
2313 bool IsPIC = isPositionIndependent(); in LowerGlobalAddress() local
2314 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag, GV); in LowerGlobalAddress()
2316 if (IsPIC && Subtarget.isSVR4ABI()) { in LowerGlobalAddress()
2328 SDValue Ptr = LowerLabelRef(GAHi, GALo, IsPIC, DAG); in LowerGlobalAddress()