Lines Matching refs:IsPIC
3130 static void getLabelAccessInfo(bool IsPIC, const PPCSubtarget &Subtarget, in getLabelAccessInfo() argument
3137 if (IsPIC) { in getLabelAccessInfo()
3208 bool IsPIC = isPositionIndependent(); in LowerConstantPool() local
3209 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag); in LowerConstantPool()
3211 if (IsPIC && Subtarget.isSVR4ABI()) { in LowerConstantPool()
3221 return LowerLabelRef(CPIHi, CPILo, IsPIC, DAG); in LowerConstantPool()
3296 bool IsPIC = isPositionIndependent(); in LowerJumpTable() local
3297 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag); in LowerJumpTable()
3299 if (IsPIC && Subtarget.isSVR4ABI()) { in LowerJumpTable()
3307 return LowerLabelRef(JTIHi, JTILo, IsPIC, DAG); in LowerJumpTable()
3341 bool IsPIC = isPositionIndependent(); in LowerBlockAddress() local
3342 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag); in LowerBlockAddress()
3345 return LowerLabelRef(TgtBAHi, TgtBALo, IsPIC, DAG); in LowerBlockAddress()
3594 bool IsPIC = isPositionIndependent(); in LowerGlobalAddress() local
3595 getLabelAccessInfo(IsPIC, Subtarget, MOHiFlag, MOLoFlag, GV); in LowerGlobalAddress()
3597 if (IsPIC && Subtarget.isSVR4ABI()) { in LowerGlobalAddress()
3609 return LowerLabelRef(GAHi, GALo, IsPIC, DAG); in LowerGlobalAddress()